Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Spesialsamlingene
Marcus Components
Commits
80079e32
Commit
80079e32
authored
Aug 10, 2021
by
Oyvind.Gjesdal
Browse files
add missing comma
parent
e6bc56f0
Changes
1
Show whitespace changes
Inline
Side-by-side
services/about-marcus/queries/quantity.query
View file @
80079e32
SELECT ?label (COUNT(?class) AS ?total) WHERE {
GRAPH <urn:x-arq:UnionGraph> {
?s a ?class .
FILTER (?class NOT IN ( ubbont:DigitalResource , ubbont:Page , ore:Aggregation owl:DatatypeProperty, owl:ObjectProperty, owl:FunctionalProperty, rdfs:Class, owl:Class))
FILTER (?class NOT IN ( ubbont:DigitalResource , ubbont:Page , ore:Aggregation
,
owl:DatatypeProperty, owl:ObjectProperty, owl:FunctionalProperty, rdfs:Class, owl:Class))
?class rdfs:label ?label .
FILTER(LANG(?label) = "").
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment