Skip to content

Commit

Permalink
Add ontology for audit event types
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles authored and Andrew Woods committed Apr 10, 2015
1 parent df82b00 commit 53756a2
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions audit.rdf
@@ -0,0 +1,57 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="owl2html.xsl"?>

<rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">

<owl:Ontology rdf:about="http://fedora.info/definitions/v4/audit#">
<rdfs:label xml:lang="en">Fedora Commons Repository - Audit Types</rdfs:label>
<owl:versionInfo>v4/2015/04/07</owl:versionInfo>
<owl:priorVersion rdf:resource=""/>
</owl:Ontology>

<owl:Class rdf:about="http://fedora.info/definitions/v4/audit#InternalEvent">
<rdfs:label xml:lang="en">internal event</rdfs:label>
<rdfs:comment xml:lang="en">An event generated by the Fedora Repository.</rdfs:comment>
</owl:Class>

<owl:Class rdf:about="http://fedora.info/definitions/v4/audit#ExternalEvent">
<rdfs:label xml:lang="en">external event</rdfs:label>
<rdfs:comment xml:lang="en">An event generated by an external process and optionally registered
with the Fedora Repository.</rdfs:comment>
</owl:Class>

<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>
<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#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>
<rdfs:comment xml:lang="en">The properties of a repository resource are updated.</rdfs:comment>
<skos:definition xml:lang="en">The properties of a repository resource are
updated.</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>

</rdf:RDF>

0 comments on commit 53756a2

Please sign in to comment.