We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1b894 commit 75f2999Copy full SHA for 75f2999
1 file changed
ted_sws/resources/queries/innovative-acquisition.rq
@@ -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