Skip to content

Commit 75f2999

Browse files
committed
update SPARQL queries for resources
1 parent fa1b894 commit 75f2999

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
PREFIX dc: <http://purl.org/dc/elements/1.1/>
2+
3+
select ?code ?conceptURI
4+
where
5+
{
6+
graph <http://publications.europa.eu/resource/authority/innovative-acquisition>
7+
{
8+
?conceptURI dc:identifier ?code .
9+
}
10+
}

0 commit comments

Comments
 (0)