diff ECHO.owl @ 4:222954dc6105

new ECHO.owl
author dwinter
date Thu, 19 Apr 2012 16:09:16 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ECHO.owl	Thu Apr 19 16:09:16 2012 +0200
@@ -0,0 +1,166 @@
+<?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/research/ECHO.owl/"
+     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/research/ECHO.owl/">
+    <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://ontologies.mpiwg-berlin.mpg.de/general/</Import>
+    <Import>http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/</Import>
+    <Declaration>
+        <Class IRI="ECHOCollection"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="ECHOCollectionMetadata"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="ECHOObject"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="ECHORessource"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="contains"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="describesCollection"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="describesRessource"/>
+    </Declaration>
+    <SubClassOf>
+        <Class IRI="ECHOCollection"/>
+        <Class IRI="ECHOObject"/>
+    </SubClassOf>
+    <SubClassOf>
+        <Class IRI="ECHOCollectionMetadata"/>
+        <Class IRI="http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGMetadata"/>
+    </SubClassOf>
+    <SubClassOf>
+        <Class IRI="ECHORessource"/>
+        <Class IRI="ECHOObject"/>
+    </SubClassOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="describesCollection"/>
+        <ObjectProperty IRI="http://ontologies.mpiwg-berlin.mpg.de/general/describes"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="describesRessource"/>
+        <ObjectProperty IRI="http://ontologies.mpiwg-berlin.mpg.de/general/describes"/>
+    </SubObjectPropertyOf>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="contains"/>
+        <Class IRI="ECHOCollection"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="describesCollection"/>
+        <Class IRI="ECHOCollectionMetadata"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="describesRessource"/>
+        <Class IRI="http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGIndexMeta"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="contains"/>
+        <Class IRI="ECHOObject"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="describesCollection"/>
+        <Class IRI="ECHOCollection"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="describesRessource"/>
+        <Class IRI="ECHORessource"/>
+    </ObjectPropertyRange>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHOCollection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333027985642680000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollectionMetadata</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHOCollectionMetadata</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollectionMetadata</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333046633165884000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOObject</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHOObject</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOObject</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333027954427724000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHORessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHORessource</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHORessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333027961819645000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>contains</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01333048792783161000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>contains</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">contains</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01333046655004099000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">describesCollection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesRessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01333046763713042000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesRessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">describesRessource</Literal>
+    </AnnotationAssertion>
+</Ontology>
+
+
+
+<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->
+