- From: Timothy Lebo <lebot@rpi.edu>
- Date: Fri, 31 Jul 2015 15:22:37 -0400
- To: Ivan Herman <ivan@w3.org>
- Cc: W3C Prov <public-prov-comments@w3.org>, Daniel Garijo <dgarijov@gmail.com>
- Message-Id: <4EF2587D-EADD-486F-AD79-53111495D7F1@rpi.edu>
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>, http://www.w3.org/ns/prov-dc-refinements <http://www.w3.org/ns/prov-dc-refinements>, and http://www.w3.org/ns/prov-dc-directmappings <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 <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 <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 <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 <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 <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 <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 <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 <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 <https://github.com/timrdf/prov-wg/issues/15>
[2] https://github.com/timrdf/prov-wg/blob/master/namespace/bin/copy-to-w3-csv.sh <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.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-refinements.owl.prov>,
https://github.com/timrdf/prov-wg/blob/master/namespace/prov-dc-directmappings.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 <https://github.com/timrdf/prov-wg/issues/17>
[5] https://github.com/timrdf/prov-wg/commit/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982 <https://github.com/timrdf/prov-wg/commit/d9709c78e9ec6fd5cf4a973a5d25da3d9df1b982>
Timothy Lebo
lebot@rpi.edu
https://impactstory.org/TimothyLebo <https://impactstory.org/TimothyLebo>
Attachments
- text/html attachment: stored
- application/octet-stream attachment: prov-dc-directmappings.owl
- text/html attachment: stored
- application/octet-stream attachment: prov-dc-directmappings.ttl
- text/html attachment: stored
- application/octet-stream attachment: prov-dc-refinements.owl
- text/html attachment: stored
- application/octet-stream attachment: prov-dc-refinements.ttl
- text/html attachment: stored
- application/octet-stream attachment: prov-dc.owl
- text/html attachment: stored
- application/octet-stream attachment: prov-dc.ttl
- text/html attachment: stored
Received on Friday, 31 July 2015 19:23:11 UTC