Skip to content

Commit

Permalink
Adding AllDifferent block asserting event types are all different
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Apr 17, 2015
1 parent 726edff commit 8c2a16f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions audit.rdf
Expand Up @@ -68,4 +68,13 @@
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
</owl:NamedIndividual>

<owl:AllDifferent>
<owl:distinctMembers rdf:parseType="Collection">
<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#contentModification"/>
<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#contentRemoval"/>
<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#metadataModification"/>
<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/audit#resourceModification"/>
</owl:distinctMembers>
</owl:AllDifferent>

</rdf:RDF>

0 comments on commit 8c2a16f

Please sign in to comment.