Skip to content

Commit

Permalink
Adding resourceModification supertype of contentModification and meta…
Browse files Browse the repository at this point in the history
…dataModification, clarifying descriptions
  • Loading branch information
escowles committed Apr 17, 2015
1 parent 53756a2 commit 453a2fb
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions audit.rdf
Expand Up @@ -26,18 +26,19 @@
<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#contentModification">
<rdfs:label xml:lang="en">content modification</rdfs:label>
<skos:prefLabel xml:lang="en">content modification</skos:prefLabel>
<rdfs:comment xml:lang="en">A content file is modified.</rdfs:comment>
<skos:definition xml:lang="en">A content file is modified.</skos:definition>
<rdfs:comment xml:lang="en">A content file (bitstream) is modified.</rdfs:comment>
<skos:definition xml:lang="en">A content file (bitstream) is modified.</skos:definition>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation"/>
<skos:broader rdf:resource="http://fedora.info/definitions/v4/audit#resourceModification"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</owl:NamedIndividual>

<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#contentRemoval">
<rdfs:label xml:lang="en">content removal</rdfs:label>
<skos:prefLabel xml:lang="en">content removal</skos:prefLabel>
<rdfs:comment xml:lang="en">A content file is removed from the repository.</rdfs:comment>
<skos:definition xml:lang="en">A content file is removed from the repository.</skos:definition>
<rdfs:comment xml:lang="en">A content file (bitstream) is removed.</rdfs:comment>
<skos:definition xml:lang="en">A content file (bitstream) is removed.</skos:definition>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
Expand All @@ -51,6 +52,19 @@
updated.</skos:definition>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation"/>
<skos:broader rdf:resource="http://fedora.info/definitions/v4/audit#resourceModification"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</owl:NamedIndividual>

<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#resourceModification">
<rdfs:label xml:lang="en">resource modification</rdfs:label>
<skos:prefLabel xml:lang="en">resource modification</skos:prefLabel>
<rdfs:comment xml:lang="en">A content file or metadata is modified.</rdfs:comment>
<skos:definition xml:lang="en">A content file or metadata is modified.</skos:definition>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation/eventType"/>
<skos:inScheme rdf:resource="http://id.loc.gov/vocabulary/preservation"/>
<skos:narrower rdf:resource="http://fedora.info/definitions/v4/audit#bitstreamModification"/>
<skos:narrower rdf:resource="http://fedora.info/definitions/v4/audit#metadataModification"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</owl:NamedIndividual>

Expand Down

0 comments on commit 453a2fb

Please sign in to comment.