New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prov's prov is too hard to find #18

Open
timrdf opened this Issue Aug 1, 2015 · 1 comment

Comments

@timrdf
Owner

timrdf commented Aug 1, 2015

http://www.w3.org/2011/prov/provenance/prov-o exists but prov:has_provenance is not in http://www.w3.org/ns/prov nor http://www.w3.org/ns/prov-o.

prov:has_provenance is in the TRs...

bash-3.2$ curl http://www.w3.org/TR/prov-o/ 
<head>
    <title>PROV-O: The PROV Ontology</title>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <link rel="http://www.w3.org/ns/prov#has_provenance" href="http://www.w3.org/2011/prov/provenance/prov-o">

... but not in any of the OWL(s); The only occurrence of its local name is when it is being defined:

bash-3.2$ grep "has_provenance" namespace/w3c.org/*
w3c.org/prov-aq.rdf:    <!-- http://www.w3.org/ns/prov#has_provenance -->
w3c.org/prov-aq.rdf:    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#has_provenance">
w3c.org/prov-aq.rdf:        <rdfs:label>has_provenance</rdfs:label>
w3c.org/prov-aq.ttl::has_provenance
w3c.org/prov-aq.ttl:    rdfs:label "has_provenance" ;
w3c.org/prov-dc-directmappings.ttl:dct:provenance      rdfs:subPropertyOf  prov:has_provenance .
w3c.org/prov.rdf:   <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#has_provenance">
w3c.org/prov.rdf:        <rdfs:label>has_provenance</rdfs:label>
w3c.org/prov.ttl::has_provenance
w3c.org/prov.ttl:    rdfs:label "has_provenance" ;

@timrdf timrdf modified the milestone: 20130430 Aug 1, 2015

timrdf added a commit that referenced this issue Aug 2, 2015

towards #18, #19, #21; added to prov-dictionary owl:Ontology descript…
…ions: owl:versionIRI, owl:versionInfo, prov:has_provenance. Changed rdfs:isDefinedBy from http://www.w3.org/ns/prov# to http://www.w3.org/ns/prov-dictionary#. Edited OWL by hand, then compiled Turtle representation from OWL.
@pgroth

This comment has been minimized.

pgroth commented Dec 9, 2018

This is one to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment