view oac-beta.rdf @ 9:cbd4b50d0e9d

added imports to annotations ontology
author casties
date Tue, 24 Apr 2012 19:42:12 +0200
parents 772bce70296b
children
line wrap: on
line source

<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://www.openannotation.org/ns/">
  <owl:Ontology rdf:about="">
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >beta</owl:versionInfo>
  </owl:Ontology>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/ConstrainedTarget">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:subClassOf>
      <rdfs:Class rdf:about="http://www.openannotation.org/ns/Target"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The ConstrainedTarget is the target of the annotation. It is constrained from another resource (the full resource, of which the target is a part) and constrained by a third resource, the Constraint.</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ConstrainedTarget</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/Body">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Body</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Body is somehow about the Target resource. It is the information which is annotating the Target.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource=""/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/Reply">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:subClassOf>
      <rdfs:Class rdf:about="http://www.openannotation.org/ns/Annotation"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A subClass of Annotation which has another Annotation as its Target</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reply</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/Constraint">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Constraint</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Constraint is a resource which describes how to constrain another resource in a particular way.</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource=""/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/Annotation">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Annotation</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A document identified by an HTTP URI that describes, at least, the Body and Target resources involved in the annotation.</rdfs:comment>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/SvgConstraint">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Constraint that, when dereferenced, provides an SVG XML element that should be overlaid on an Image to define the region of interest</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >SvgConstraint</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/Target">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Target</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The resource that is being annotated</rdfs:comment>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/ContextConstraint">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Constraint that selects the resource only in the context of the target of oac:inContextOf</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ContextConstraint</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/PrefixSuffixConstraint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Constraint for text that defines its selection in terms of the desired text, and a range of text before and after it</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >PrefixSuffixConstraint</rdfs:label>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/OffsetRangeConstraint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Constraint for text that defines its selection in terms of a starting point within the document and a number of characters from that point</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >OffsetRangeConstraint</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/WebTimeConstraint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Constraint that records a timestamp of when the resource applies to the Annotation</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >WebTimeConstraint</rdfs:label>
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:isDefinedBy rdf:resource=""/>
  </rdfs:Class>
  <rdfs:Class rdf:about="http://www.openannotation.org/ns/ConstrainedBody">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ConstrainedBody</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
  </rdfs:Class>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/constrains">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship from the ConstrainedTarget or ConstrainedBody to the full resource being constrained</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >constrains</rdfs:label>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/hasBody">
    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Body"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship between Annotation and Body</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >hasBody</rdfs:label>
    <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
    <rdfs:isDefinedBy rdf:resource=""/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/annotates">
    <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Body"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship between Body and Target</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >annotates</rdfs:label>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/inContextOf">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >inContextOf</rdfs:label>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/hasTarget">
    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >hasTarget</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship between Annotation and Target</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.openannotation.org/ns/Annotation"/>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/when">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The timestamp at which the resource(s) should be interpreted. If attached to an Annotation, it refers to the Content and Targets. If attached to a ConstrainedResource, it refers to the resource which that resource constrains.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >when</rdfs:label>
  </rdf:Property>
  <rdf:Property rdf:about="http://www.openannotation.org/ns/constrainedBy">
    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Constraint"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship from the ConstrainedTarget or ConstrainedBody to the Constraint resource that describes how the full resource is constrained</rdfs:comment>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >constrainedBy</rdfs:label>
  </rdf:Property>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4.8, Build 629)  http://protege.stanford.edu -->