<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://metadata.net/wannotea/semantic-annotation.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://metadata.net/wannotea/semantic-annotation.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.w3.org/2000/10/annotationType"/>
    <owl:imports rdf:resource="http://www.w3.org/2000/10/annotation-ns"/>
  </owl:Ontology>
  <rdfs:Class rdf:ID="SemanticAnnotation">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
  </rdfs:Class>
  <owl:ObjectProperty rdf:ID="term">
    <rdfs:domain rdf:resource="#SemanticAnnotation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="action">
    <rdfs:domain rdf:resource="#SemanticAnnotation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="object">
    <rdfs:domain rdf:resource="#SemanticAnnotation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="agent">
    <rdfs:domain rdf:resource="#SemanticAnnotation"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Agent which is being described</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="identifier">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Persistent identifier URI for the Annotation (eg Handle URI)</rdfs:comment>
    <rdfs:domain rdf:resource="#SemanticAnnotation"/>
  </owl:ObjectProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.3.1, Build 430)  http://protege.stanford.edu -->
