Great stuff, Leigh.
After convertingyour Turtle file into RDF/XML(ORDS.owl, attached file),
the ontology opens and behaves nicely in Protégé.
Since it would be valuable to have ODRS in Linked Open Vocabularies
(http://lov.okfn.org/dataset/lov/), I am copying this to Bernard.
David
On 02/07/2013 09:23, Leigh Dodds wrote:
Hi,
At the UK Open Data Institute we've been working on some guidance and
a new vocabulary to help support the publication of machine-readable
rights statements for open data. The vocabulary builds on existing
work in this area (e.g. Dublin Core and Creative Commons) but
addresses a few issues that we felt were underspecified.
The vocabulary is intended to work in a wide variety of contexts, from
simple JSON documents and data packaging formats through to Linked
Data and Web APIs.
The work is now at a stage where we're keen to get wider feedback from
the community.
You can read a background on the work in this introductory blog post
on the UK ODI blog:
http://theodi.org/blog/machine-readable-rights-statements
The draft schema can be found here:
http://schema.theodi.org/odrs/
And there are publisher and re-user guides to accompany it:
https://github.com/theodi/open-data-licensing/blob/master/guides/publisher-guide.md
https://github.com/theodi/open-data-licensing/blob/master/guides/reusers-guide.md
We would love to hear your feedback on the work. If you do have issues
or comments, then can I ask that you submit them as an issue to our
github project:
https://github.com/theodi/open-data-licensing/issues
Thanks,
L.
--
Leigh Dodds
Freelance Technologist
Open Data, Linked Data Geek
t: @ldodds
w: ldodds.com
e: [email protected]
--
Dr David Shotton
Research Data Management and Semantic Publishing Research Group
Oxford e-Research Centre and Department of Zoology, University of Oxford
Phone: +44-(0)1865-271193 Skype: davidshotton ORCiD: 0000-0001-5506-523X
<?xml version="1.0"?>
<rdf:RDF xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:cc="http://creativecommons.org/ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:odrs="http://schema.theodi.org/odrs#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://schema.theodi.org/odrs">
<owl:versionInfo>0.1</owl:versionInfo>
<dct:title xml:lang="en">Open Data Rights Statement Vocabulary</dct:title>
<rdfs:label>Open Data Rights Statement Vocabulary</rdfs:label>
<rdfs:comment>A vocabulary that supports the publication of Open Data by providing the means to capture machine-readable "rights statements", e.g. the licensing information, copyright notices and attribution requirements that are associated with the publication and re-use of a dataset.</rdfs:comment>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-05-31</dct:created>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2013-06-17</dct:modified>
<foaf:maker>
<foaf:Person rdf:about="http://www.ldodds.com#me">
<foaf:name>Leigh Dodds</foaf:name>
</foaf:Person>
</foaf:maker>
</owl:Ontology>
<owl:Class rdf:about="http://schema.theodi.org/odrs#RightsStatement">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">Rights Statement</rdfs:label>
<rdfs:comment xml:lang="en">A description of the rights and terms of re-use for a dataset. A rights statement will include a reference to one or more licences copyright notices, and attribution requirements. Where a Rights Statement refers to several licences the intention is that these should separately apply to the data and content associated with the dataset. An individual Rights Statement may be specific to a dataset or could be applied to a
number of datasets published by the same organisation or person, where the rights associated with each dataset are identical.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/RightsStatement" />
</owl:Class>
<owl:Class rdf:about="http://schema.theodi.org/odrs#License">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">License</rdfs:label>
<rdfs:comment xml:lang="en">A legal document that describes the legal terms for re-use of some information. A licence might be applicable to content, data, or both. This definition of licence used here is deliberately loose, and is intended to also cover waiver documents that indicate that the owner waives all rights over some information, e.g. public domain dedications.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/dc/terms/LicenseDocument" />
<owl:equivalentClass rdf:resource="http://creativecommons.org/ns#License" />
</owl:Class>
<owl:ObjectProperty rdf:about="http://schema.theodi.org/odrs#dataLicense">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">data license</rdfs:label>
<rdfs:comment xml:lang="en">Indicates which data licence is applicable to the dataset(s) referencing a rights statement.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/license" />
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
<rdfs:range rdf:resource="http://schema.theodi.org/odrs#License" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://schema.theodi.org/odrs#contentLicense">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">content license</rdfs:label>
<rdfs:comment xml:lang="en">Indicates which content licence is applicable to the dataset(s) referencing a rights statement</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/license" />
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
<rdfs:range rdf:resource="http://schema.theodi.org/odrs#License" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://schema.theodi.org/odrs#rights">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">rights</rdfs:label>
<rdfs:comment xml:lang="en">Associates a rights statement with a dataset. This property is equivalent to the Dublin Core rights property</rdfs:comment>
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/rights" />
<rdfs:range rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://schema.theodi.org/odrs#reuserGuidelines">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">rights</rdfs:label>
<rdfs:comment xml:lang="en">Link to a document that provides guidelines for re-users of data that is covered by a specific rights statement. The guidelines
may include more detail on attribution guidelines, a fuller copyright statement, and general guidance on how the data might be re-used</rdfs:comment>
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://schema.theodi.org/odrs#attributionURL">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">attribution url</rdfs:label>
<rdfs:comment xml:lang="en">The link which should be used when attributing a data source. The URL could be a reference to the dataset or publisher
homepage, but may also be a dedicated attribution page. This is useful when providing onward attribution to upstream sources.</rdfs:comment>
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document" />
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://schema.theodi.org/odrs#copyrightStatement">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">copyright statement</rdfs:label>
<rdfs:comment xml:lang="en">A link to a document that includes a statement about the copyright status of the content of a dataset. The web page might include both a copyright notice for a dataset, and any relevant guidance for re-users.</rdfs:comment>
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document" />
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://schema.theodi.org/odrs#copyrightNotice">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">copyright notice</rdfs:label>
<rdfs:comment xml:lang="en">The copyright notice associated with a rights statement. A notice must typically be preserved and displayed when acknowledging the source of some data. This property is expressed as a simple literal value and so is suitable for simple copyright notices. Where a data publisher needs to reference a larger copyright statement and/or related guidance then the copyrightStatement property should be used instead.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://schema.theodi.org/odrs#attributionText">
<rdfs:isDefinedBy rdf:resource="http://schema.theodi.org/odrs" />
<rdfs:label xml:lang="en">attribution text</rdfs:label>
<rdfs:comment xml:lang="en">The text to use in an attribution link. This may be the name of the publisher or a reference to a community or group of contributors</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
<rdfs:domain rdf:resource="http://schema.theodi.org/odrs#RightsStatement" />
</owl:DatatypeProperty>
</rdf:RDF>