timrdf/prov-wg

prov-links metadata

Closed this issue · 4 comments

  • links:specializationOf should be prov:specializationOf

review further to align with how other components do it. (prov-o)

commit 8b0b183 fixes namespaces for :inverse, :sharesDefinitionWith, and :specializationOf annotations, and tweaks syntax so suit the prov concatenation process.

Submitted change publication request to Ivan.

W3C published (confirmation).

All properties are within the correct namespaces:

bash-3.2$ curl -s -L http://w3.org/ns/prov-links.owl | rapper -q -i rdfxml -o ntriples -I http://no.ne - | sort -u | awk '{print $2}' | sort -u
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/2000/01/rdf-schema#comment>
<http://www.w3.org/2000/01/rdf-schema#domain>
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<http://www.w3.org/2000/01/rdf-schema#label>
<http://www.w3.org/2000/01/rdf-schema#range>
<http://www.w3.org/2000/01/rdf-schema#seeAlso>
<http://www.w3.org/2000/01/rdf-schema#subPropertyOf>
<http://www.w3.org/2002/07/owl#imports>
<http://www.w3.org/2002/07/owl#versionIRI>
<http://www.w3.org/2002/07/owl#versionInfo>
<http://www.w3.org/ns/prov#inverse>
<http://www.w3.org/ns/prov#sharesDefinitionWith>
<http://www.w3.org/ns/prov#specializationOf>

bash-3.2$ curl -s -L http://w3.org/ns/prov-links.ttl | rapper -q -i turtle -o ntriples -I http://no.ne - | sort -u | awk '{print $2}' | sort -u
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://www.w3.org/2000/01/rdf-schema#comment>
<http://www.w3.org/2000/01/rdf-schema#domain>
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy>
<http://www.w3.org/2000/01/rdf-schema#label>
<http://www.w3.org/2000/01/rdf-schema#range>
<http://www.w3.org/2000/01/rdf-schema#seeAlso>
<http://www.w3.org/2000/01/rdf-schema#subPropertyOf>
<http://www.w3.org/2002/07/owl#imports>
<http://www.w3.org/2002/07/owl#versionIRI>
<http://www.w3.org/2002/07/owl#versionInfo>
<http://www.w3.org/ns/prov#inverse>
<http://www.w3.org/ns/prov#sharesDefinitionWith>
<http://www.w3.org/ns/prov#specializationOf>