File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -528,23 +528,27 @@ sparql:agg-group-concat-distinct rdf:type sparql:Aggregate ;
528528sparql:version-1.2 a rdfs:Resource ;
529529 rdfs:label " 1.2" ;
530530 rdfs:comment " Version 1.2." ;
531- rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
531+ rdfs:isDefinedBy <https://www.w3.org/ns/sparql> ;
532+ rdfs:seeAlso <http://www.w3.org/TR/sparql12-query/> ;
532533 .
533534
534535sparql:version-1.2-basic a rdfs:Resource ;
535536 rdfs:label " 1.2-basic" ;
536537 rdfs:comment " Version 1.2-basic" ;
537- rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
538+ rdfs:isDefinedBy <https://www.w3.org/ns/sparql> ;
539+ rdfs:seeAlso <http://www.w3.org/TR/sparql12-query/> ;
538540 .
539541
540542sparql:version-1.1 a rdfs:Resource ;
541543 rdfs:label " 1.1" ;
542544 rdfs:comment " Version 1.1" ;
543- rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
545+ rdfs:isDefinedBy <https://www.w3.org/ns/sparql> ;
546+ rdfs:seeAlso <http://www.w3.org/TR/sparql12-query/> ;
544547 .
545548
546549sparql:version-1.0 a rdfs:Resource ;
547550 rdfs:label " 1.0" ;
548551 rdfs:comment " Version 1.0" ;
549- rdfs:isDefinedBy <http://www.w3.org/TR/sparql12-query/> ;
552+ rdfs:isDefinedBy <https://www.w3.org/ns/sparql> ;
553+ rdfs:seeAlso <http://www.w3.org/TR/sparql12-query/> ;
550554 .
You can’t perform that action at this time.
0 commit comments