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
e6bc56f0
Commit
e6bc56f0
authored
Aug 10, 2021
by
Oyvind.Gjesdal
Browse files
add further classes to ignore and add limit
parent
f40cceba
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/about-marcus/queries/quantity.query
View file @
e6bc56f0
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))
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) = "").
...
...
@@ -10,3 +10,4 @@ FILTER(LANG(?label) = "").
GROUP BY ?label
HAVING (COUNT(?class) > 1)
ORDER BY desc(?total)
LIMIT 50
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