view ontologies/test.owl @ 0:1384a0d382fa

first input
author dwinter
date Thu, 30 Jun 2011 11:44:24 +0200
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<rdf:RDF
    xmlns:j.0="http://erlangen-crm.org/plus/xdt/110404/"
    xmlns="http://www.mpiwg-berlin.mpg.de/ontologies/namedIdentities#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:ecrm="http://erlangen-crm.org/110404/"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:sqwrl="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:ecrm-xsd="http://erlangen-crm.org/plus/xdt/110404/#"
    xmlns:dbpedia="http://dbpedia.org/ontology/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
  xml:base="http://www.mpiwg-berlin.mpg.de/ontologies/namedIdentities">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
    <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/terms"/>
    <owl:imports rdf:resource="http://dbpedia.org/ontology/"/>
    <owl:imports rdf:resource="http://swrl.stanford.edu/ontologies/3.3/swrla.owl"/>
    <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
    <owl:imports rdf:resource="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl"/>
    <owl:imports rdf:resource="http://erlangen-crm.org/110404/"/>
    <owl:imports rdf:resource="http://erlangen-crm.org/plus/xdt/110404/"/>
  </owl:Ontology>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/metre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/centimetre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilometre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilogram"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/gramPerKilometre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/day"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicMetre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/millimetre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicKilometre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/newtonMetre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/fuelType"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilometrePerSecond"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/megabyte"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicCentimetre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/minute"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/litre"/>
  <rdfs:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/second"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilogramPerCubicMetre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/inhabitantsPerSquareKilometre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicMetrePerSecond"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/squareKilometre"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kelvin"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/hour"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/valvetrain"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilowatt"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/engineConfiguration"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilometrePerHour"/>
  <rdfs:Class rdf:about="http://dbpedia.org/datatype/squareMetre"/>
  <owl:Class rdf:ID="NamedEntityIdentifierCreation">
    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E65_Creation"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:Class>
  <owl:Class rdf:ID="NamedEntityProvider">
    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E39_Actor"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:Class>
  <owl:Class rdf:ID="NamedEntityIdentifier">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifier eines Providers (z.B. VIAF, etc..) der Provider ist angebunden über</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="was_createdBy_by_NamedEntityIdentifierCreation"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E42_Identifier"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:Class>
  <owl:Class rdf:ID="Person">
    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E21_Person"/>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="NamedEntity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#NamedEntity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Named Entity beschreibt ein Referenz Objekt des Instituts, es ist mit einem Eindeutigen Identifier versehen.  P48 ist verbunden mit einem MPIWG identifier.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="has_preferred_namedEntityIdentifier"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E77_Persistent_Item"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="is_preferred_namedEntityIdentifier">
    <rdfs:range rdf:resource="#NamedEntity"/>
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P48i_is_preferred_identifier_of"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#has_preferred_namedEntityIdentifier"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#NamedEntityIdentifier"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#was_createdBy_by_NamedEntityIdentifierCreation">
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P94_has_created"/>
    <rdfs:domain rdf:resource="#NamedEntityIdentifier"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="created_NamedEntityIdentifier"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#NamedEntityIdentifierCreation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="carriedOutByNamedEntityProvider">
    <rdfs:domain rdf:resource="#NamedEntityIdentifierCreation"/>
    <rdfs:range rdf:resource="#NamedEntityProvider"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="inverse_of_P14_carried_out_by_3"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P14_carried_out_by"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#inverse_of_P14_carried_out_by_3">
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P14i_performed"/>
    <owl:inverseOf rdf:resource="#carriedOutByNamedEntityProvider"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="is_identified_by_namedEntityIdentifier">
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P1_is_identified_by"/>
    <rdfs:domain rdf:resource="#NamedEntity"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="identifies_NamedEntity"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#NamedEntityIdentifier"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#created_NamedEntityIdentifier">
    <rdfs:domain rdf:resource="#NamedEntityIdentifierCreation"/>
    <owl:inverseOf rdf:resource="#was_createdBy_by_NamedEntityIdentifierCreation"/>
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P94i_was_created_by"/>
    <rdfs:range rdf:resource="#NamedEntityIdentifier"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#has_preferred_namedEntityIdentifier">
    <owl:inverseOf rdf:resource="#is_preferred_namedEntityIdentifier"/>
    <rdfs:subPropertyOf rdf:resource="#is_identified_by_namedEntityIdentifier"/>
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P48_has_preferred_identifier"/>
    <rdfs:range rdf:resource="#NamedEntityIdentifier"/>
    <rdfs:domain rdf:resource="#NamedEntity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#identifies_NamedEntity">
    <owl:inverseOf rdf:resource="#is_identified_by_namedEntityIdentifier"/>
    <rdfs:range rdf:resource="#NamedEntity"/>
    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P1i_identifies"/>
    <rdfs:domain rdf:resource="#NamedEntityIdentifier"/>
  </owl:ObjectProperty>
  <rdf:Property rdf:about="http://purl.org/dc/terms/creator"/>
  <rdf:Description rdf:about="http://dbpedia.org/ontology/Person">
    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E1_CRM_Entity"/>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
  </rdf:Description>
  <Class_6 rdf:ID="Class_6_7"/>
  <Class_6 rdf:ID="Class_6_8"/>
  <NamedEntityIdentifierCreation rdf:ID="NamedEntityIdentifierCreation_4">
    <created_NamedEntityIdentifier>
      <NamedEntityIdentifier rdf:ID="E42_Identifier_10">
        <j.0:has_XSD_String rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >mpiwg:00001</j.0:has_XSD_String>
        <was_createdBy_by_NamedEntityIdentifierCreation rdf:resource="#NamedEntityIdentifierCreation_4"/>
        <is_preferred_namedEntityIdentifier>
          <Person rdf:ID="Person_9">
            <is_identified_by_namedEntityIdentifier>
              <NamedEntityIdentifier rdf:ID="NamedEntityIdentifier_dbpedia">
                <was_createdBy_by_NamedEntityIdentifierCreation>
                  <NamedEntityIdentifierCreation rdf:ID="NamedEntityIdentifierCreation_8">
                    <carriedOutByNamedEntityProvider>
                      <NamedEntityProvider rdf:ID="NamedEntityProvider_wikipedia">
                        <inverse_of_P14_carried_out_by_3 rdf:resource="#NamedEntityIdentifierCreation_8"/>
                        <ecrm:P48_has_preferred_identifier>
                          <ecrm:E42_Identifier rdf:ID="E42_Identifier_11">
                            <j.0:has_XSD_String rdf:datatype=
                            "http://www.w3.org/2001/XMLSchema#string"
                            >Wikipedia</j.0:has_XSD_String>
                          </ecrm:E42_Identifier>
                        </ecrm:P48_has_preferred_identifier>
                      </NamedEntityProvider>
                    </carriedOutByNamedEntityProvider>
                    <created_NamedEntityIdentifier rdf:resource="#NamedEntityIdentifier_dbpedia"/>
                  </NamedEntityIdentifierCreation>
                </was_createdBy_by_NamedEntityIdentifierCreation>
                <j.0:has_XSD_String rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >abraham_lincoln</j.0:has_XSD_String>
                <identifies_NamedEntity rdf:resource="#Person_9"/>
              </NamedEntityIdentifier>
            </is_identified_by_namedEntityIdentifier>
            <has_preferred_namedEntityIdentifier rdf:resource="#E42_Identifier_10"/>
          </Person>
        </is_preferred_namedEntityIdentifier>
      </NamedEntityIdentifier>
    </created_NamedEntityIdentifier>
    <carriedOutByNamedEntityProvider>
      <NamedEntityProvider rdf:ID="provider_MPIWG">
        <inverse_of_P14_carried_out_by_3 rdf:resource="#NamedEntityIdentifierCreation_4"/>
        <ecrm:P48_has_preferred_identifier>
          <ecrm:E42_Identifier rdf:ID="Identifier_MPIWG">
            <j.0:has_XSD_String rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >MPIWG</j.0:has_XSD_String>
          </ecrm:E42_Identifier>
        </ecrm:P48_has_preferred_identifier>
      </NamedEntityProvider>
    </carriedOutByNamedEntityProvider>
  </NamedEntityIdentifierCreation>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->