diff ontologies/personsLibrary.owl @ 0:1384a0d382fa

first input
author dwinter
date Thu, 30 Jun 2011 11:44:24 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontologies/personsLibrary.owl	Thu Jun 30 11:44:24 2011 +0200
@@ -0,0 +1,53 @@
+<?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="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/"
+    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://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons">
+  <owl:Ontology rdf:about=""/>
+  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_lifeTime">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_name">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/also_known">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_pseudonym">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_remark">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_epoche">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_pid">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_firstname">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+  </owl:DatatypeProperty>
+  <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_lastname">
+    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
+  </owl:DatatypeProperty>
+</rdf:RDF>
+
+<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->