view annotations-new.owl @ 8:2b79c1bc9aca

trying again in rdfs
author casties
date Fri, 20 Apr 2012 18:51:05 +0200
parents
children cbd4b50d0e9d
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="http://ontologies.mpiwg-berlin.mpg.de/annotations/#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
  </owl:Ontology>
  <rdfs:Class rdf:ID="RelationalTarget">
    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
  </rdfs:Class>
  <rdf:Property rdf:ID="relatesTarget">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The relationship between RelationalTarget and the Targets that are related by this Annotation.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.openannotation.org/ns/Target"/>
    <rdfs:domain rdf:resource="#RelationalTarget"/>
  </rdf:Property>
</rdf:RDF>

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