Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicating classes when merging #1116

Open
luisramosbosch opened this issue Apr 27, 2023 · 11 comments
Open

Duplicating classes when merging #1116

luisramosbosch opened this issue Apr 27, 2023 · 11 comments

Comments

@luisramosbosch
Copy link

I am using the lcc ontology to add geo features to Germany.

I was able to add the corresponding geo feature, but found out that the rdf:type reference is being duplicated, I mean in the source ontology there is only one reference to country, while in the output ontology appear two reference to country to the individual Germany:

image

Here is the template, and I wonder why the reference should being duplicated?

CURIE Label Type Comment hasGeometry Geometry
ID LABEL TYPE A rdfs:comment AI geosparql:hasGeometry AT geosparql:asWKT^^geosparql:wktLiteral
loc:germany-geometry Germany Geometry sf:MultiPolygon Multipolygon representing the Federal Republic of Germany POINT(2.2945 48.8584)
lcc-3166-1:Germany https://www.omg.org/spec/LCC/Countries/CountryRepresentation/Country http://www.example.com/germany-geometry

Luis Ramos

@jamesaoverton
Copy link
Member

Sorry that you're having problems. There isn't enough information here to debug the problem. I suspect that you are using more than one IRI for "country", but I can't tell from the links you provided.

@luisramosbosch
Copy link
Author

this is the command I am using:
robot template --prefix "loc: http://www.example.com/" ^
--prefix "geosparql: http://www.opengis.net/ont/geosparql#" ^
--prefix "sf: http://www.opengis.net/ont/sf#" ^
--prefix "lcc-3166-1: https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/" ^
--merge-before ^
--input ISO3166-2-SubdivisionCodes-DE.rdf ^
--template geo-de_germany.tsv ^
--output test-germany.owl

@luisramosbosch
Copy link
Author

and this is the full output ontology:

<rdf:RDF xmlns="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"
xml:base="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:geosparql="http://www.opengis.net/ont/geosparql#"
xmlns:CountryRepresentation="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"
xmlns:SpecificationMetadata="http://www.omg.org/techprocess/ab/SpecificationMetadata/"
xmlns:LanguageRepresentation="https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/">
<owl:Ontology rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/">
<owl:versionIRI rdf:resource="https://www.omg.org/spec/LCC/20211101/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/"/>
<terms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2021-10-30T01:57:18.464529+02:00</terms:issued>
<terms:license rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://opensource.org/licenses/MIT</terms:license>
<SpecificationMetadata:contentLanguage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.w3.org/TR/owl2-quick-reference/</SpecificationMetadata:contentLanguage>
SpecificationMetadata:copyrightCopyright (c) 2015-2017 Unisys</SpecificationMetadata:copyright>
<SpecificationMetadata:copyright rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Copyright (c) 2015-2020 Adaptive Inc.</SpecificationMetadata:copyright>
<SpecificationMetadata:copyright rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Copyright (c) 2015-2021 Object Management Group, Inc.</SpecificationMetadata:copyright>
SpecificationMetadata:copyrightCopyright (c) 2015-2021 Thematix Partners LLC</SpecificationMetadata:copyright>
<SpecificationMetadata:copyright rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Copyright (c) 2021 agnos.ai UK Ltd.</SpecificationMetadata:copyright>
<SpecificationMetadata:dependsOn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.omg.org/spec/LCC/Countries/CountryRepresentation/</SpecificationMetadata:dependsOn>
<SpecificationMetadata:dependsOn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/</SpecificationMetadata:dependsOn>
<SpecificationMetadata:dependsOn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/</SpecificationMetadata:dependsOn>
<SpecificationMetadata:dependsOn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/</SpecificationMetadata:dependsOn>
<SpecificationMetadata:fileAbbreviation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">lcc-3166-2-de</SpecificationMetadata:fileAbbreviation>
<SpecificationMetadata:fileAbstract rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology represents the subset of the ISO 3166 standard that includes the actual ISO 3166-2 subdivision codes for Germany, with the ontology and codes for the other parts of the standard represented in models that this ontology depends on.</SpecificationMetadata:fileAbstract>
<SpecificationMetadata:filename rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ISO3166-2-SubdivisionCodes-DE.rdf</SpecificationMetadata:filename>
rdfs:labelISO 3166-2 Subdivision Codes for Germany Ontology</rdfs:label>
<rdfs:seeAlso rdf:resource="https://www.omg.org/spec/LCC/AboutLCC/"/>
<rdfs:seeAlso rdf:resource="https://www.omg.org/spec/LCC/Countries/AboutCountries/"/>
</owl:Ontology>

<!-- 
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
 -->




<!-- http://www.opengis.net/ont/geosparql#asWKT -->

<owl:AnnotationProperty rdf:about="http://www.opengis.net/ont/geosparql#asWKT"/>



<!-- http://www.opengis.net/ont/geosparql#hasGeometry -->

<owl:AnnotationProperty rdf:about="http://www.opengis.net/ont/geosparql#hasGeometry"/>



<!-- 
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
 -->




<!-- http://www.opengis.net/ont/geosparql#wktLiteral -->

<rdfs:Datatype rdf:about="http://www.opengis.net/ont/geosparql#wktLiteral"/>



<!-- 
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
 -->




<!-- http://www.opengis.net/ont/sf#MultiPolygon -->

<owl:Class rdf:about="http://www.opengis.net/ont/sf#MultiPolygon"/>



<!-- 
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
 -->




<!-- http://www.example.com/germany-geometry -->

<owl:NamedIndividual rdf:about="http://www.example.com/germany-geometry">
    <rdf:type rdf:resource="http://www.opengis.net/ont/sf#MultiPolygon"/>
    <geosparql:asWKT rdf:datatype="http://www.opengis.net/ont/geosparql#wktLiteral">POINT(2.2945 48.8584)</geosparql:asWKT>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Multipolygon representing the Federal Republic of Germany</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Germany Geometry</rdfs:label>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/Country"/>
    <geosparql:hasGeometry rdf:resource="http://www.example.com/germany-geometry"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Baden-Wurttemberg -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Baden-Wurttemberg">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-Subdivision"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Bayern -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Bayern">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-Subdivision"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Berlin -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Berlin">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-Subdivision"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Brandenburg -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Brandenburg">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-Subdivision"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Bremen -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Bremen">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-Subdivision"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionKind"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Land"/>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Land</rdfs:label>
    <skos:definition>subdivision category Land in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BB</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BB</rdfs:label>
    <skos:definition>subdivision code for the Land of Brandenburg in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BB-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Brandenburg</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Brandenburg</rdfs:label>
    <skos:definition>the Land of Brandenburg in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BE</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BE</rdfs:label>
    <skos:definition>subdivision code for the Land of Berlin in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BE-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Berlin</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Berlin</rdfs:label>
    <skos:definition>the Land of Berlin in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BW</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BW</rdfs:label>
    <skos:definition>subdivision code for the Land of Baden-Württemberg in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BW-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Baden-Württemberg</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Baden-Württemberg</rdfs:label>
    <skos:definition>the Land of Baden-Württemberg in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BY</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-BY</rdfs:label>
    <skos:definition>subdivision code for the Land of Bayern in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-BY-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Bayern</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Bayern</rdfs:label>
    <skos:definition>the Land of Bayern in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-HB</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-HB</rdfs:label>
    <skos:definition>subdivision code for the Land of Bremen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HB-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Bremen</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Bremen</rdfs:label>
    <skos:definition>the Land of Bremen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-HE</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-HE</rdfs:label>
    <skos:definition>subdivision code for the Land of Hessen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HE-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Hessen"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Hessen</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Hessen</rdfs:label>
    <skos:definition>the Land of Hessen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-HH</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-HH</rdfs:label>
    <skos:definition>subdivision code for the Land of Hamburg in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-HH-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Hamburg"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Hamburg</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Hamburg</rdfs:label>
    <skos:definition>the Land of Hamburg in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-MV</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-MV</rdfs:label>
    <skos:definition>subdivision code for the Land of Mecklenburg-Vorpommern in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-MV-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Mecklenburg-Vorpommern"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Mecklenburg-Vorpommern</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Mecklenburg-Vorpommern</rdfs:label>
    <skos:definition>the Land of Mecklenburg-Vorpommern in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-NI</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-NI</rdfs:label>
    <skos:definition>subdivision code for the Land of Niedersachsen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NI-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Niedersachsen"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Niedersachsen</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Niedersachsen</rdfs:label>
    <skos:definition>the Land of Niedersachsen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-NW</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-NW</rdfs:label>
    <skos:definition>subdivision code for the Land of Nordrhein-Westfalen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-NW-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Nordrhein-Westfalen"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Nordrhein-Westfalen</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Nordrhein-Westfalen</rdfs:label>
    <skos:definition>the Land of Nordrhein-Westfalen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-RP</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-RP</rdfs:label>
    <skos:definition>subdivision code for the Land of Rheinland-Pfalz in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-RP-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Rheinland-Pfalz"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Rheinland-Pfalz</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Rheinland-Pfalz</rdfs:label>
    <skos:definition>the Land of Rheinland-Pfalz in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-SH</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-SH</rdfs:label>
    <skos:definition>subdivision code for the Land of Schleswig-Holstein in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SH-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Schleswig-Holstein"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Schleswig-Holstein</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Schleswig-Holstein</rdfs:label>
    <skos:definition>the Land of Schleswig-Holstein in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-SL</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-SL</rdfs:label>
    <skos:definition>subdivision code for the Land of Saarland in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SL-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Saarland"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Saarland</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Saarland</rdfs:label>
    <skos:definition>the Land of Saarland in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-SN</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-SN</rdfs:label>
    <skos:definition>subdivision code for the Land of Sachsen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-SN-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Sachsen"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Sachsen</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Sachsen</rdfs:label>
    <skos:definition>the Land of Sachsen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-ST</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-ST</rdfs:label>
    <skos:definition>subdivision code for the Land of Sachsen-Anhalt in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-ST-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Sachsen-Anhalt"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Sachsen-Anhalt</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Sachsen-Anhalt</rdfs:label>
    <skos:definition>the Land of Sachsen-Anhalt in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH">
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-RegionIdentifier"/>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-RegionIdentifier -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-RegionIdentifier">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/GeographicRegionIdentifier"/>
    <LanguageRepresentation:denotes rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-Subdivision"/>
    <LanguageRepresentation:identifies rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-Subdivision"/>
    <LanguageRepresentation:isMemberOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-2-SubdivisionCodes/ISO3166-2-CodeSet"/>
    <LanguageRepresentation:hasTag rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-TH</LanguageRepresentation:hasTag>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DE-TH</rdfs:label>
    <skos:definition>subdivision code for the Land of Thüringen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-Subdivision -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-TH-Subdivision">
    <rdf:type rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/CountrySubdivision"/>
    <owl:sameAs rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Thuringen"/>
    <CountryRepresentation:isClassifiedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/DE-198-RegionKind"/>
    <CountryRepresentation:isSubregionOf rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Germany"/>
    <CountryRepresentation:hasLocalShortName xml:lang="de">Thüringen</CountryRepresentation:hasLocalShortName>
    <rdfs:isDefinedBy rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/"/>
    <rdfs:label xml:lang="de">Thüringen</rdfs:label>
    <skos:definition>the Land of Thüringen in the country of Germany</skos:definition>
</owl:NamedIndividual>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Hamburg -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Hamburg"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Hessen -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Hessen"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Land -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Land"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Mecklenburg-Vorpommern -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Mecklenburg-Vorpommern"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Niedersachsen -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Niedersachsen"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Nordrhein-Westfalen -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Nordrhein-Westfalen"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Rheinland-Pfalz -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Rheinland-Pfalz"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Saarland -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Saarland"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Sachsen -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Sachsen"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Sachsen-Anhalt -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Sachsen-Anhalt"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Schleswig-Holstein -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Schleswig-Holstein"/>



<!-- https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Thuringen -->

<owl:NamedIndividual rdf:about="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-DE/Thuringen"/>

</rdf:RDF>

@luisramosbosch
Copy link
Author

Sorry that you're having problems. There isn't enough information here to debug the problem. I suspect that you are using more than one IRI for "country", but I can't tell from the links you provided.

actually that seems to be the case, but I am not doing that in the template (or at least i don't think so), and that is the question. I am indicating Germany is of type Country, no more.

@jamesaoverton
Copy link
Member

lcc-3166-1:Germany has a single rdf:type in this output, as specified in the template. I also looked in the source ontology you linked https://www.omg.org/spec/LCC/20211101/Countries/Regions/ISO3166-2-SubdivisionCodes-DE.rdf and I didn't see lcc-3166-1:Germany or https://www.omg.org/spec/LCC/Countries/CountryRepresentation/Country mentioned there at all.

@luisramosbosch
Copy link
Author

and Germany just exists, thus I wonder if there is another way to create an individual, and relate it to another existing one without producing such unwanted result?.

@luisramosbosch
Copy link
Author

lcc-3166-1:Germany has a single rdf:type in this output, as specified in the template. I also looked in the source ontology you linked https://www.omg.org/spec/LCC/20211101/Countries/Regions/ISO3166-2-SubdivisionCodes-DE.rdf and I didn't see lcc-3166-1:Germany or https://www.omg.org/spec/LCC/Countries/CountryRepresentation/Country mentioned there at all.

With regard to this comment, so it is the modular structure of LCC - OMG spec, if I get your point. And, as you say, lcc-3166-1:Germany has a single rdf:type, but the output produces duplicated references, and that is what I wonder: why?.

@jamesaoverton
Copy link
Member

Now I see where the other rdf:type assertion is coming from. The type IRI is indeed the same.

So I think that this is just how Protege is displaying the fact that the rdf:type is asserted in the file you're loading (bold) and in one of the imports (not bold). If you merge all the imports and save to a new file, you should not see duplicate rdf:type.

To avoid this, in your template row for lcc-3166-1:Germany try setting the type to owl:Individual or maybe owl:NamedIndividual instead of Country.

@luisramosbosch
Copy link
Author

Hi dear,
I solved most issues using owl:NamedIndividual and the Country reference to Germany is not duplicated anymore. But, however it continues duplicating the states reference:

image

which is even stranger, given that I do not mention this identifier in this template.

The template with German states would be like:

CURIE Label Type Comment hasGeometry Geometry
ID LABEL TYPE A rdfs:comment AI geosparql:hasGeometry AT geosparql:asWKT^^geosparql:wktLiteral
loc:germany-geometry Germany Geometry sf:MultiPolygon Multipolygon representing the Federal Republic of Germany POINT(2.2945 48.8584)
lcc-3166-1:Germany owl:NamedIndividual http://www.example.com/germany-geometry
loc:Baden-Württemberg-geometry Baden-Württemberg Geometry sf:MultiPolygon Multipolygon representing the german state of Baden-Württemberg POINT(2.2945 48.8584)
lcc-3166-2-DE:DE-BW-Subdivision owl:NamedIndividual http://www.example.com/Baden-Württemberg-geometry
loc:Bayern-geometry Bayern Geometry sf:Polygon Multipolygon representing the german state of Bayern POINT(2.2945 48.8584)

Thanks for all your support

Luis Ramos

@luisramosbosch
Copy link
Author

let me know if you need the full ontology

@jamesaoverton
Copy link
Member

Maybe it's because you're using owl:sameAs. I would avoid that if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants