- From: Ivan Herman <ivan@w3.org>
- Date: Sat, 1 Aug 2015 09:28:09 +0200
- To: Timothy Lebo <lebot@rpi.edu>
- Cc: W3C Prov <public-prov-comments@w3.org>, Daniel Garijo <dgarijov@gmail.com>
- Message-Id: <336B18DC-AD6A-47DF-B49A-3A10B9499E76@w3.org>
Hi Tim, as agreed, I used the approach we have agreed upon, ie, pulled from upstream, ran the script locally on my machine, and made a cvs commit. Please, check whether everything worked as required using this! Thanks Ivan > On 31 Jul 2015, at 21:22 , Timothy Lebo <lebot@rpi.edu> wrote: > > Ivan, > > On behalf of Daniel, I’d like to request the following update for http://www.w3.org/ns/prov-dc, http://www.w3.org/ns/prov-dc-refinements, and http://www.w3.org/ns/prov-dc-directmappings > to address some potential confusion regarding their distinctions. > > In summary of [1], “-refinements" and “-directmappings" are intended for abbreviated human readability to support the TR. > http://www.w3.org/ns/prov-dc is derived from -refinements (only — and not also -directmappings -- to avoid mentioning any terms from DC Terms). > http://www.w3.org/ns/prov-dc adds some “decoration” annotations (including definitions) beyond what is provided in -refinements. > > The updated files can be found at: > https://raw.githubusercontent.com/timrdf/prov-wg/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982/namespace/prov-dc.ttl > and > https://raw.githubusercontent.com/timrdf/prov-wg/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982/namespace/prov-dc.owl > and > https://raw.githubusercontent.com/timrdf/prov-wg/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982/namespace/prov-dc-refinements.ttl > and > https://raw.githubusercontent.com/timrdf/prov-wg/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982/namespace/prov-dc-refinements.owl > and > https://raw.githubusercontent.com/timrdf/prov-wg/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982/namespace/prov-dc-directmappings.ttl > and > https://raw.githubusercontent.com/timrdf/prov-wg/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982/namespace/prov-dc-directmappings.owl > > (They are also attached for archival purposes, but please use the update script [2] as we have done before): > > The essential changes are shown and summarized below (the OWL serialization follows suit [3]). > > 1) Tweaks to the three prov-dc turtle files, and also compiled down to rdf+xml. > 2) Added owl:Ontology assertions to each file, reordered prov-dc.ttl to follow the order from -refinements.ttl, > 3) Related all three owl:Ontology using PROV's derivation / alternate, and FRBR's complement / abridgment. > 4) Trimmed up some tailing whitespace in the labels and definitions. > 5) Added rdfs:isDefinedBy relations from each prov-dc term to the component owl:Ontology [4, 5] > > > > Key changes to prov-dc: > > <http://www.w3.org/ns/prov-dc#> > a owl:Ontology ; > rdfs:label "Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O)"@en ; > owl:versionInfo "2013-04-30"@en ; > owl:versionIRI <http://www.w3.org/ns/prov-dc-20130430> ; > rdfs:seeAlso <http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/> , <http://www.w3.org/ns/prov> ; > owl:imports <http://www.w3.org/ns/prov-o#> ; > > prov:alternateOf <http://www.w3.org/ns/prov-dc-refinements#> ; > > prov:wasDerivedFrom <http://www.w3.org/ns/prov-dc-refinements#> ; > > frbr:abridgement <http://www.w3.org/ns/prov-dc-refinements#> ; > > frbr:complement <http://www.w3.org/ns/prov-dc-directmappings#> . > > > All changes to prov-dc-refinements: > > > <http://www.w3.org/ns/prov-dc-refinements#> > > a owl:Ontology ; > > rdfs:label "W3C PROV-O refinements for Dublin Core"@en ; > > owl:versionInfo "2013-04-30"@en ; > > owl:versionIRI <http://www.w3.org/ns/prov-dc-refinements-20130430> ; > > rdfs:seeAlso <http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/> , > > <http://www.w3.org/ns/prov> ; > > prov:alternateOf <http://www.w3.org/ns/prov-dc#> ; > > frbr:abridgementOf <http://www.w3.org/ns/prov-dc#> ; > > frbr:complement <http://www.w3.org/ns/prov-dc-directmappings#> . > > > > <http://www.w3.org/ns/prov-dc#> > > prov:wasDerivedFrom <http://www.w3.org/ns/prov-dc-refinements#> . > > > All changes to prov-dc-directmappings: > > > <http://www.w3.org/ns/prov-dc-directmappings#> > > a owl:Ontology ; > > rdfs:label "W3C Dublin Core to PROV Mapping"@en ; > > owl:versionInfo "2013-04-30"@en ; > > owl:versionIRI <http://www.w3.org/ns/prov-dc-directmappings-20130430> ; > > rdfs:seeAlso <http://www.w3.org/TR/2013/NOTE-prov-dc-20130430/> , > > <http://www.w3.org/ns/prov> ; > > frbr:complementOf <http://www.w3.org/ns/prov-dc-refinements#> , > > <http://www.w3.org/ns/prov-dc#> . > > > Regards, > Tim > > [1] https://github.com/timrdf/prov-wg/issues/15 > [2] https://github.com/timrdf/prov-wg/blob/master/namespace/bin/copy-to-w3-csv.sh > [3] https://github.com/timrdf/prov-wg/blob/master/namespace/prov-dc.owl.prov, > https://github.com/timrdf/prov-wg/blob/master/namespace/prov-dc-refinements.owl.prov, > https://github.com/timrdf/prov-wg/blob/master/namespace/prov-dc-directmappings.owl.prov > [4] https://github.com/timrdf/prov-wg/issues/17 > [5] https://github.com/timrdf/prov-wg/commit/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982 > > > Timothy Lebo > lebot@rpi.edu > https://impactstory.org/TimothyLebo > > > <prov-dc-directmappings.owl> > <prov-dc-directmappings.ttl> > <prov-dc-refinements.owl> > <prov-dc-refinements.ttl> > <prov-dc.owl> > <prov-dc.ttl> > ---- Ivan Herman, W3C Digital Publishing Activity Lead Home: http://www.w3.org/People/Ivan/ mobile: +31-641044153 ORCID ID: http://orcid.org/0000-0003-0782-2704
Received on Saturday, 1 August 2015 07:28:21 UTC