Skip to content

Commit

Permalink
Merged ontologies
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Apr 4, 2012
1 parent 2297f2b commit e021788
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 449 deletions.
122 changes: 8 additions & 114 deletions pav-authoring.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY authoring "http://purl.org/pav/authoring/2.0/" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
Expand All @@ -17,6 +18,7 @@
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:authoring="http://purl.org/pav/authoring/2.0/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
Expand All @@ -25,138 +27,30 @@
<rdfs:label xml:lang="en">PAV Authoring</rdfs:label>
<owl:versionInfo rdf:datatype="&xsd;string">2.0</owl:versionInfo>
<dct:issued rdf:datatype="&xsd;dateTime">2012-03-28T00:00:00</dct:issued>
<dct:modified rdf:datatype="&xsd;dateTime">2012-04-02T15:48:00+01:00</dct:modified>
<dct:modified rdf:datatype="&xsd;dateTime">2012-04-04T15:45:00+01:00</dct:modified>
<dc:contributor rdf:datatype="&xsd;string">Marco Ocana</dc:contributor>
<dc:contributor rdf:datatype="&xsd;string">Paolo Ciccarese</dc:contributor>
<dc:contributor rdf:datatype="&xsd;string">Stian Soiland-Reyes</dc:contributor>
<dct:format rdf:datatype="&xsd;string">application/rdf+xml</dct:format>
<dct:title xml:lang="en">PAV Authoring ontology ontology</dct:title>
<dct:title xml:lang="en">PAV Authoring ontology</dct:title>
<rdfs:comment xml:lang="en">This ontology module has been superseeded by the single ontology http://purl.org/pav/2.0/
</rdfs:comment>
<dct:language>en</dct:language>
<owl:imports rdf:resource="http://purl.org/pav/2.0/"/>
<dct:contributor rdf:resource="http://soiland-reyes.com/stian/#me"/>
<dct:creator rdf:resource="http://www.paolociccarese.info/"/>
</owl:Ontology>





<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.org/pav/authoredBy -->

<owl:ObjectProperty rdf:about="http://purl.org/pav/authoredBy">
<rdfs:label xml:lang="en">Authored by</rdfs:label>
<rdfs:comment xml:lang="en">An agent that originated or gave existence to the work that is expressed by the digital resource.

The author of the content of a resource is different from the creator of that digital resource (although they are often the same). See pav:createdBy for a discussion.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/pav/contributedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/createdBy"/>
</owl:ObjectProperty>



<!-- http://purl.org/pav/contributedBy -->

<owl:ObjectProperty rdf:about="http://purl.org/pav/contributedBy">
<rdfs:label xml:lang="en">Contributed by</rdfs:label>
<rdfs:comment xml:lang="en">An agent that provided any sort of help in conceiving the work that is expressed by the digital artifact.

The date of contribution can be expressed using pav:contributedOn - note however that there is no relationship in PAV identifying which contributor contributed when or what, such lineage should rather be expressed using a process-centric model such as OPM or PROV.

Note that as pav:contributedBy identifies only agents that contributed to the work, and not agents that made the digital artifact, it is more precise than dct:contributor. See pav:createdBy for a discussion.</rdfs:comment>
</owl:ObjectProperty>



<!-- http://purl.org/pav/curatedBy -->

<owl:ObjectProperty rdf:about="http://purl.org/pav/curatedBy">
<rdfs:label xml:lang="en">Curated by</rdfs:label>
<rdfs:comment xml:lang="en">An agent specialist responsible for shaping the expression in an appropriate format. Often the primary agent responsible for ensuring the quality of the representation.

The curator is different from the creator of the digital resource (although they are often the same), see pav:createdBy for a discussion.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/pav/contributedBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/createdBy"/>
</owl:ObjectProperty>



<!-- http://purl.org/pav/curates -->

<owl:ObjectProperty rdf:about="http://purl.org/pav/curates">
<owl:inverseOf rdf:resource="http://purl.org/pav/curatedBy"/>
</owl:ObjectProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->




<!-- http://purl.org/pav/authoredOn -->

<owl:DatatypeProperty rdf:about="http://purl.org/pav/authoredOn">
<rdfs:comment xml:lang="en">The date this resource was authored.

pav:authoredBy gives the authoring agent.

Note that pav:authoredOn is different from pav:createdOn, although they are often the same. See pav:createdBy for a discussion.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/authoredBy"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/pav/contributedOn"/>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/createdBy"/>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/createdOn"/>
</owl:DatatypeProperty>



<!-- http://purl.org/pav/contributedOn -->

<owl:DatatypeProperty rdf:about="http://purl.org/pav/contributedOn">
<rdfs:comment xml:lang="en">The date this resource was contributed to.

pav:contributedBy provides the agent that contributed.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/contributedBy"/>
<rdfs:range rdf:resource="&xsd;dateTime"/>
</owl:DatatypeProperty>



<!-- http://purl.org/pav/curatedOn -->

<owl:DatatypeProperty rdf:about="http://purl.org/pav/curatedOn">
<rdfs:comment xml:lang="en">The date this resource was curated.

pav:curatedBy gives the agents that performed the curation.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/pav/contributedOn"/>
<rdfs:seeAlso rdf:resource="http://purl.org/pav/curatedBy"/>
</owl:DatatypeProperty>
</rdf:RDF>


Expand Down
Loading

0 comments on commit e021788

Please sign in to comment.