File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -521,3 +521,30 @@ sparql:agg-group-concat-distinct rdf:type sparql:Aggregate ;
521521 rdfs:comment " Aggregate function GROUP_CONCAT with DISTINCT" ;
522522 rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
523523 .
524+
525+ # # URIs for versions of SPARQL
526+ # # The rdfs:label corresponds to the constant defined in SPARQL Query Language.
527+
528+ sparql:version-1.2 a rdfs:Resource ;
529+ rdfs:label " 1.2" ;
530+ rdfs:comment " Version 1.2." ;
531+ rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
532+ .
533+
534+ sparql:version-1.2-basic a rdfs:Resource ;
535+ rdfs:label " 1.2-basic" ;
536+ rdfs:comment " Version 1.2-basic" ;
537+ rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
538+ .
539+
540+ sparql:version-1.1 a rdfs:Resource ;
541+ rdfs:label " 1.1" ;
542+ rdfs:comment " Version 1.1" ;
543+ rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
544+ .
545+
546+ sparql:version-1.0 a rdfs:Resource ;
547+ rdfs:label " 1.0" ;
548+ rdfs:comment " Version 1.0" ;
549+ rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
550+ .
You can’t perform that action at this time.
0 commit comments