<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://metadata.net/PREMIS/Event.owl#"
    xmlns:agent="http://metadata.net/PREMIS/Agent.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rights="http://metadata.net/PREMIS/Rights.owl#"
  xml:base="http://metadata.net/PREMIS/Event.owl">
  <owl:Ontology rdf:about="">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >
	The Event entity aggregates information about an action that involves one or more Object entities.
	It must be related to one or more objects
	It can be related to one or more agents
    </rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREMIS Event</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PREMIS Event Ontology</rdfs:label>
  </owl:Ontology>
  <owl:Class rdf:ID="class_event">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="property_eventDateTime"/>
        </owl:onProperty>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="#property_eventDateTime"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="class_eventOutcomeInformation"/>
  <owl:Class rdf:ID="class_eventOutcomeDetail"/>
  <owl:ObjectProperty rdf:ID="property_linkingAgentIdentifier">
    <rdfs:domain rdf:resource="#class_event"/>
    <rdfs:range rdf:resource="http://metadata.net/PREMIS/Agent.owl#class_agent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="property_linkingObjectIdentifier">
    <rdfs:domain rdf:resource="#class_event"/>
    <rdfs:range rdf:resource="http://metadata.net/PREMIS/Object.owl#class_object"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="property_eventOutcomeInformation">
    <rdfs:range rdf:resource="#class_eventOutcomeInformation"/>
    <rdfs:domain rdf:resource="#class_event"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="property_eventOutcomeDetail">
    <rdfs:domain rdf:resource="#class_event"/>
    <rdfs:range rdf:resource="#class_eventOutcomeDetail"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="property_eventDetail">
    <rdfs:domain rdf:resource="#class_event"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="property_eventOutcome">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#class_eventOutcomeInformation"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#property_eventDateTime">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    <rdfs:domain rdf:resource="#class_event"/>
  </owl:DatatypeProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 311)  http://protege.stanford.edu -->
