Skip to content
Snippets Groups Projects
Commit b02815c9 authored by Tarje Lavik's avatar Tarje Lavik
Browse files

pdf.query edited online with Bitbucket

parent 83110337
No related branches found
No related tags found
No related merge requests found
SELECT DISTINCT ?uri WHERE {
GRAPH <urn:x-arq:UnionGraph> {
<{{ uri }}> ubbont:hasRepresentation ?hasRepresentation .
?hasRepresentation ubbont:hasURI ?uri .
?hasRepresentation dct:hasPart / ubbont:hasURI | ubbont:hasURI ?uri .
FILTER (regex(STR(?uri), "pdf$","i"))
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment