view annotations-neu.owl @ 12:e6eccbbbffb3 default tip

cleanup
author casties
date Wed, 02 May 2012 19:38:20 +0200
parents 2b79c1bc9aca
children
line wrap: on
line source

<?xml version="1.0"?>


<!DOCTYPE Ontology [
    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>


<Ontology xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://ontologies.mpiwg-berlin.mpg.de/annotations/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     ontologyIRI="http://ontologies.mpiwg-berlin.mpg.de/annotations/">
    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
    <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
    <Import>http://www.openannotation.org/ns/</Import>
    <Declaration>
        <Class IRI="RelationalTarget"/>
    </Declaration>
    <Declaration>
        <ObjectProperty IRI="relatesTarget"/>
    </Declaration>
    <SubClassOf>
        <Class IRI="RelationalTarget"/>
        <Class IRI="http://www.openannotation.org/ns/Target"/>
    </SubClassOf>
    <ObjectPropertyDomain>
        <ObjectProperty IRI="relatesTarget"/>
        <Class IRI="RelationalTarget"/>
    </ObjectPropertyDomain>
    <ObjectPropertyRange>
        <ObjectProperty IRI="relatesTarget"/>
        <Class IRI="http://www.openannotation.org/ns/Target"/>
    </ObjectPropertyRange>
    <AnnotationAssertion>
        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
        <IRI>RelationalTarget</IRI>
        <Literal datatypeIRI="&rdf;PlainLiteral">The RelationalTarget is the target of the annotation. It allows to specify two or more Targets that are related by the annotation.</Literal>
    </AnnotationAssertion>
    <AnnotationAssertion>
        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
        <IRI>RelationalTarget</IRI>
        <Literal datatypeIRI="&rdf;PlainLiteral">RelationalTarget</Literal>
    </AnnotationAssertion>
    <AnnotationAssertion>
        <AnnotationProperty abbreviatedIRI="rdfs:comment"/>
        <IRI>relatesTarget</IRI>
        <Literal datatypeIRI="&rdf;PlainLiteral">The relation betwen the RelationalTarget and the Targets that are related by the Annotation.</Literal>
    </AnnotationAssertion>
    <AnnotationAssertion>
        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
        <IRI>relatesTarget</IRI>
        <Literal datatypeIRI="&rdf;PlainLiteral">relatesTarget</Literal>
    </AnnotationAssertion>
</Ontology>



<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->