view personsLibrary.owl @ 12:e6eccbbbffb3 default tip

cleanup
author casties
date Wed, 02 May 2012 19:38:20 +0200
parents 29bf0113a555
children
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="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 -->