annotate personsLibrary.owl @ 0:29bf0113a555

initial
author dwinter
date Fri, 02 Dec 2011 17:22:25 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
29bf0113a555 initial
dwinter
parents:
diff changeset
1 <?xml version="1.0"?>
29bf0113a555 initial
dwinter
parents:
diff changeset
2 <rdf:RDF
29bf0113a555 initial
dwinter
parents:
diff changeset
3 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
29bf0113a555 initial
dwinter
parents:
diff changeset
4 xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
29bf0113a555 initial
dwinter
parents:
diff changeset
5 xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
29bf0113a555 initial
dwinter
parents:
diff changeset
6 xmlns="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/"
29bf0113a555 initial
dwinter
parents:
diff changeset
7 xmlns:owl="http://www.w3.org/2002/07/owl#"
29bf0113a555 initial
dwinter
parents:
diff changeset
8 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
29bf0113a555 initial
dwinter
parents:
diff changeset
9 xmlns:swrl="http://www.w3.org/2003/11/swrl#"
29bf0113a555 initial
dwinter
parents:
diff changeset
10 xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
29bf0113a555 initial
dwinter
parents:
diff changeset
11 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
29bf0113a555 initial
dwinter
parents:
diff changeset
12 xml:base="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons">
29bf0113a555 initial
dwinter
parents:
diff changeset
13 <owl:Ontology rdf:about=""/>
29bf0113a555 initial
dwinter
parents:
diff changeset
14 <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
15 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_lifeTime">
29bf0113a555 initial
dwinter
parents:
diff changeset
16 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
17 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
18 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
19 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_name">
29bf0113a555 initial
dwinter
parents:
diff changeset
20 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
21 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
22 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
23 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/also_known">
29bf0113a555 initial
dwinter
parents:
diff changeset
24 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
25 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
26 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
27 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_pseudonym">
29bf0113a555 initial
dwinter
parents:
diff changeset
28 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
29 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
30 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
31 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_remark">
29bf0113a555 initial
dwinter
parents:
diff changeset
32 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
33 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
34 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
35 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_epoche">
29bf0113a555 initial
dwinter
parents:
diff changeset
36 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
37 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
38 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
39 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_pid">
29bf0113a555 initial
dwinter
parents:
diff changeset
40 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
41 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
42 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
43 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_firstname">
29bf0113a555 initial
dwinter
parents:
diff changeset
44 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
45 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
46 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
47 <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/has_lastname">
29bf0113a555 initial
dwinter
parents:
diff changeset
48 <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
49 <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons/Person"/>
29bf0113a555 initial
dwinter
parents:
diff changeset
50 </owl:DatatypeProperty>
29bf0113a555 initial
dwinter
parents:
diff changeset
51 </rdf:RDF>
29bf0113a555 initial
dwinter
parents:
diff changeset
52
29bf0113a555 initial
dwinter
parents:
diff changeset
53 <!-- Created with Protege (with OWL Plugin 3.4.4, Build 579) http://protege.stanford.edu -->