Skip to content
Snippets Groups Projects
Commit 5031a4a1 authored by Cyrille Berger's avatar Cyrille Berger
Browse files

identifier is a string

parent 4b557649
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ INSERT DATA {
""" ;
askcore_queries:binding [ foaf:name "graph" ; xsi:type xsd:anyURI ; dc:description "URI for the graph where to insert this agent" ] ;
askcore_queries:binding [ foaf:name "stream_uri" ; xsi:type xsd:anyURI ; dc:description "Uri of the stream" ] ;
askcore_queries:binding [ foaf:name "identifier" ; xsi:type xsd:anyURI ; dc:description "Identifier of the stream (e.g. could be a topic name)" ] ;
askcore_queries:binding [ foaf:name "identifier" ; xsi:type xsd:string ; dc:description "Identifier of the stream (e.g. could be a topic name)" ] ;
askcore_queries:binding [ foaf:name "datatype" ; xsi:type xsd:anyURI ; dc:description "Uri of the datatype" ] ;
askcore_queries:graph "%graph"
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment