Skip to content

Commit

Permalink
Adding a contentRemoval operation to differentiate from object removal
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Apr 9, 2015
1 parent 4335b0f commit 79f8ab1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions audit.rdf
Expand Up @@ -33,6 +33,16 @@
<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>
<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"/>
</owl:NamedIndividual>

<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#metadataModification">
<rdfs:label xml:lang="en">metadata modification</rdfs:label>
<skos:prefLabel xml:lang="en">metadata modification</skos:prefLabel>
Expand Down

0 comments on commit 79f8ab1

Please sign in to comment.