@prefix schema: <https://schema.org/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix voaf:  <http://purl.org/vocommons/voaf#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opm:   <https://w3id.org/opm#> .
@prefix unit:  <http://qudt.org/vocab/unit/> .
@prefix ex:    <http://www.example.com/property#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix iddo:  <https://w3id.org/iddo#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix dc:    <http://purl.org/dc/terms/> .

iddo:PhysicalQuantity
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Liste von Paaren (physikalische Groesse | Sprache)\nPhysikalische Groessen werden in Einheiten des Internationalen Einheitensystems (SI) angegeben\nnicht physikalische Groessen wie z. B. Text werden mit dem Wert \"ohne\" angegeben\ndies ist gleichbedeutend mit einem Mass in ISO 16739-1 und ISO 10303\nnur eine physikalische Groesse kann einem Merkmal zugeordnet werden. Dieses Attribut wird ver-wendet, um die Groesse in Klartext mit allen benoetigten ueberset-zungen bereitzustellen."@de-DE , "List of pairs (physical quantity | language)\nPhysical quantities are expressed in International System (SI) units\nNon-physical quantities such as text are expressed with the value \"without\"\nThis is equivalent to a measure in ISO 16739-1 and ISO 10303\nOnly one physical quantity can be attached to a property. This attribute is used to provide the quantity in plain text with all the needed translations" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Physikalische Groesse"@de-DE , "Physical quantity" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA027" ;
        iddo:code           "PA027"@de-DE , "PA027" .

iddo:BoundaryValuesList
        a                rdfs:Class ;
        rdfs:comment     "Pair  (List of boundary intervals of possible values for the property, unit)" , "Paar (Liste von Grenzwert-Intervallen moeglicher Werte fuer das Merkmal, Einheit)"@de-DE ;
        rdfs:label       "Boundary values list" , "Grenzwertliste"@de-DE ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onClass                  iddo:BoundaryValueItem ;
                           owl:onProperty               iddo:BoundaryValue
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   iddo:Unit
                         ] ;
        skos:scopeNote   "PA040" ;
        iddo:code        "PA040"@de-DE , "PA040" .

iddo:ConnectedProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "List of the globally unique identifier of the connected properties (attribute PA001); the value of one property is related to the values of the other ones. For example, a sound absorption coefficient is given for a specific frequency, in this case sound absorption and frequency are connected properties" , "Liste der global eindeutigen Bezeichner der verbundenen Merkmale (Attribut PA001); der Wert eines Merkmals steht zu den Werten der anderen in einer Beziehung. Beispielsweise ist ein Schallabsorptionsgrad fuer eine bestimmte Frequenz gegeben, in diesem Fall sind Schallabsorp-tionsgrad und Frequenz ver-bundene Merkmale."@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Verbundene Merkmale"@de-DE , "Connected properties" ;
        rdfs:range          iddo:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA020" ;
        iddo:code           "PA020"@de-DE , "PA020" .

iddo:GloballyUniqueIdentifier
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Eindeutiger Bezeichner, der mit dem in RFC 4122 beschriebenen Algorithmus erzeugt wird"@de-DE , "Unique identifier generated using the algorithm denoted in RFC 4122" ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Global eindeutiger Bezeichner (GUID)"@de-DE , "Globally Unique Identifier (GUID)" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA001/GA001" ;
        iddo:code           "PA001/GA001"@de-DE , "PA001/GA001" .

iddo:DescriptionInLanguage
        a                   owl:DatatypeProperty ;
        rdfs:comment        "List of pairs (Description of the property, language)" , "Liste von Paaren (Beschreibung des Merkmals, Sprache)"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Beschreibung in Sprache N"@de-DE , "Description in language N" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA019" ;
        iddo:code           "PA019"@de-DE , "PA019" .

iddo:ListOfReplacedProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "Globally unique identifier of the replaced property (or properties)" , "Global eindeutiger Bezeichner des ersetzten Merkmals (oder der Merkmale)"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "List of replaced properties" , "Liste ersetzter Merkmale"@de-DE ;
        rdfs:range          iddo:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA011" ;
        iddo:code           "PA011"@de-DE , "PA011" .

iddo:DynamicProperty  a     owl:DatatypeProperty ;
        rdfs:comment        "Wenn es sich um ein dynamisches Merkmal handelt, haengt der Wert von den im Attribut PA032 bereitgestellten Parametern ab"@de-DE , "If this is a dynamic property, the value is dependent on the parameters provided in the attribute PA032" ;
        rdfs:label          "Dynamisches Merkmal"@de-DE , "Dynamic Property" ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  ( "yes" "no" )
                            ] ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:example        "no" , "yes" ;
        skos:scopeNote      "PA031" ;
        iddo:code           "PA031"@de-DE , "PA031" .

iddo:Dictionary  a       owl:Class ;
        rdfs:comment     "Zentralisiertes Repository von Informationen ueber Daten, wie z. B. Bedeutung, Beziehungen zu anderen Daten, Ursprung, Verwendung und Format"@de-DE , "Centralized repository of information about data such as meaning, relationships to other data, origin, usage and format" ;
        rdfs:label       "Data dictionary" , "Datenkatalog"@de-DE ;
        rdfs:subClassOf  dcat:Catalog ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:identifier
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:publisher
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      iddo:hasDictionarySubset
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:issued
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:description
                         ] .

iddo:CountryOfOrigin  a     owl:DatatypeProperty ;
        rdfs:comment        "Country from where the requirement for this property/group of properties originated" , "Land, aus dem die Anforderung an dieses Merkmal/dieser Merkmalsgruppe stammt"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Ursprungsland"@de-DE , "Country of origin" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA026/GA021" ;
        iddo:code           "PA026/GA021"@de-DE , "PA026/GA021" .

iddo:Tolerance  a           owl:DatatypeProperty ;
        rdfs:comment        "Fuer numerische Werte; der Gesamtbetrag, um den eine be-stimmte Einheit schwanken darf; sie ist die Differenz zwischen dem Hoechstwert und dem Mindestwert fuer die Einheit"@de-DE , "For numerical values; the total amount that a specific unit is permitted to vary; it is the difference between the maximum and the minimum limits for the unit" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Toleranz"@de-DE , "Tolerance" ;
        rdfs:range          xsd:decimal ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA036" ;
        iddo:code           "PA036"@de-DE , "PA036" .

iddo:SymbolOfTheProperty
        a                rdfs:Class ;
        rdfs:comment     "Pair (symbol of the property, globally unique identifier of the group of properties (attribute GA001))" , "Paar (Symbol des Merkmals, global eindeutiger Bezeichner der Merkmalsgruppe (Attribut GA001))"@de-DE ;
        rdfs:label       "Symbol of the property in a given property group" , "Symbol des Merkmals in einer gegebenen Merkmalsgruppe"@de-DE ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:Symbol ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onClass               iddo:GroupOfProperties ;
                           owl:onProperty            iddo:GivenGroupsOfProperties ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA022" ;
        iddo:code        "PA022"@de-DE , "PA022" .

iddo:PossibleValueInLanguageN
        a                rdfs:Class ;
        rdfs:comment     "Possible value for the property and language\nValues can be string or numbers" , "Moeglicher Wert fuer das Merkmal und Sprache\nWerte koennen String oder Zahlen sein"@de-DE ;
        rdfs:label       "Possible value in language N" , "Liste moeglicher Werte in Sprache N"@de-DE ;
        rdfs:subClassOf  owl:Thing , schema:PropertyValue ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   schema:value
                         ] ;
        skos:scopeNote   "PA039" ;
        iddo:code        "PA039"@de-DE , "PA039" .

iddo:SymbolsOfTheProperty
        a                   owl:ObjectProperty ;
        rdfs:comment        "List of pairs (symbol of the property, globally unique identifier of the group of properties (attribute GA001))" , "Liste von Paaren (Symbol des Merkmals, global eindeutiger Bezeichner der Merkmalsgruppe (Attribut GA001))"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Symbols of the property in a given property group" , "Symbole des Merkmals in einer gegebenen Merk-malsgruppe"@de-DE ;
        rdfs:range          iddo:SymbolOfTheProperty ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA022" ;
        iddo:code           "PA022"@de-DE , "PA022" .

iddo:TextFormat  a          owl:ObjectProperty ;
        rdfs:comment        "Pair for text type (encoding, number of characters)\nThe encoding is set according to Name of encoding standard of IANA, RFC 2978" , "Paar fuer den Texttyp (Ver-schluesselung, Anzahl der Zeichen)\ndie Verschluesselung wird nach Name der Codierungsnorm von IANA, RFC 2978 festgelegt"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Textformat"@de-DE , "Text format" ;
        rdfs:range          iddo:TextFormatItem ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA038" ;
        iddo:code           "PA038"@de-DE , "PA038" .

iddo:GroupOfProperties
        a                owl:Class ;
        rdfs:comment     "Collection enabling the properties to be prearranged or organized" , "Sammlung, die es ermoeglicht, die Merkmale vorauszuplanen oder zu organisieren"@de-DE ;
        rdfs:label       "Group of properties" , "Merkmalsgruppe"@de-DE ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:CountryOfUse
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  iddo:RelationOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries ;
                           owl:onProperty               iddo:RelationsOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:SubdivisionOfUse
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:NameInLanguage
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:Dimension
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:dateTime ;
                           owl:onProperty            iddo:DateOfVersion ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  iddo:GroupOfProperties ;
                           owl:onProperty               iddo:ParentGroupOfProperties
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:dateTime ;
                           owl:onProperty            iddo:DateOfRevision ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:GloballyUniqueIdentifier ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:DeprecationExplanation
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           [ a          rdfs:Datatype ;
                                                       owl:oneOf  ( "Alternative use" "Class" "Composed property" "Domain" "Reference document" )
                                                     ] ;
                           owl:onProperty            iddo:CategoryOfGroupOfProperties ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onDataRange           [ a          rdfs:Datatype ;
                                                       owl:oneOf  ( "active" "inactive" )
                                                     ] ;
                           owl:onProperty            iddo:Status ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  iddo:GroupOfProperties ;
                           owl:onProperty               iddo:ListOfReplacedGroupsOfProperties
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:dateTime ;
                           owl:onProperty               iddo:DateOfLastChange
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:DeprecationExplanation
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:dateTime ;
                           owl:onProperty               iddo:DateOfActivation
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:decimal ;
                           owl:onProperty               iddo:Tolerance
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:VisualRepresentation
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:integer ;
                           owl:onProperty            iddo:RevisionNumber ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               iddo:DefinitionInLanguage
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:dateTime ;
                           owl:onProperty               iddo:DateOfDeactivation
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:dateTime ;
                           owl:onProperty            iddo:DateOfCreation ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:CreatorsLanguage ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  1 ;
                           owl:onClass                  iddo:GroupOfProperties ;
                           owl:onProperty               iddo:ParentGroupOfProperties
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:integer ;
                           owl:onProperty            iddo:VersionNumber ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:CountryOfOrigin ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  iddo:GroupOfProperties ;
                           owl:onProperty               iddo:ListOfReplacingGroupsOfProperties
                         ] .

iddo:RelationOfPropertiyIdentifiersInTheInterconnectedDataDictionaries
        a                rdfs:Class ;
        rdfs:comment     "Paar (interner Merkmalsbezeichner, entsprechender Datenkatalog-Bezeichner)\nDieses Attribut sollte fuer die Vertraeglichkeit zwischen bereits vorhandenen Merkmalen verwendet werden"@de-DE , "Pair (property internal identifier, corresponding data dictionary identifier)\nThis attribute should be used for compatibility between already existing properties" ;
        rdfs:label       "Relation of propertiy identifier in the interconnected data dictionaries" , "Beziehung des Merkmalsbezeichners in den miteinander verbundenen Datenkatalogen"@de-DE ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:InterConDictID ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:GloballyUniqueIdentifier ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA014" ;
        iddo:code        "PA014"@de-DE , "PA014" .

iddo:DigitalFormat  a       owl:ObjectProperty ;
        rdfs:comment        "Paar fuer den digitalen Texttyp (Praezision, Masseinheit)\nPraezision ist die Anzahl signifikanter Stellen"@de-DE , "Pair for digital text type (precision, unit)\nPrecision is the number of significant digits" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Digital format" , "Digitales Format"@de-DE ;
        rdfs:range          iddo:DigitalFormatItem ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA037" ;
        iddo:code           "PA037"@de-DE , "PA037" .

iddo:DateOfRevision  a      owl:DatatypeProperty ;
        rdfs:comment        "Date of revision" , "Datum der Ueberarbeitung"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Datum der Ueberarbeitung"@de-DE , "Date of revision" ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA006/GA006" ;
        iddo:code           "PA006/GA006"@de-DE , "PA006/GA006" .

iddo:Dimension  a           owl:DatatypeProperty ;
        rdfs:comment        "Im Falle einer physikalischen Groesse, Dimension nach ISO 80000 (alle Teile)\ndieses Attribut ermoeglicht, dass die Dimension maschinenlesbar ist; da alle physikalischen Groessen von 7 Basisgroessen abgeleitet sind, wird es durch Angabe der Basisdimensionen mit zugehoeriger Potenz (als rationale Zahl) in der folgenden Reihenfolge und mit jeweils einem Leerzeichen dazwischen angegeben"@de-DE , "In case of a physical quantity, dimension according to ISO 80000 (all parts)\nThis attribute allows the dimension to be machine readable; as all physical quantities are derived from 7 base quantities, it is provided with the power (as a rational number) attached to a basic dimension in the following order and with one space between each" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Dimension"@de-DE , "Dimension" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA028" ;
        iddo:code           "PA028"@de-DE , "PA028" .

iddo:CountryOfUse  a        owl:DatatypeProperty ;
        rdfs:comment        "Country (group of countries, continent) in which the property is relevant for the market the stakeholders operate in" , "Land (Gruppe von Laendern, Kon-tinent), in dem das Merkmal/die Merkmalsgruppe fuer den Markt, auf dem die Beteiligten arbeiten, relevant ist"@de-DE ;
        rdfs:domain         iddo:Property , iddo:GroupOfProperties ;
        rdfs:label          "Country of use" , "Land der Verwendung"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA024/GA019" ;
        iddo:code           "PA024/GA019"@de-DE , "PA024/GA019" .

iddo:Units  a               owl:ObjectProperty ;
        rdfs:comment        "Eine Einheit zur Darstellung einer Skala, die es ermoeglicht, einen Wert zu messen\nes ist moeglich, dieses Attribut zu verwenden, um zu erlaeutern, dass dem Merkmal keine Einheit zugeordnet ist, indem einheitslos verwendet wird"@de-DE , "A unit to represent a scale that enables a value to be measured\nIt is possible to use this attribute to explain there is no unit attached to the property by using unitless" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Einheiten"@de-DE , "Units" ;
        rdfs:range          <http://qudt.org/schema/qudt/Unit> ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA033" ;
        iddo:code           "PA033"@de-DE , "PA033" .

iddo:code  a              owl:AnnotationProperty , rdf:Property ;
        rdfs:comment      "Code, der zur Identifizierung des Attributs verwendet werden kann"@de-DE , "Code that can be used to identify the attribute" ;
        rdfs:domain       rdfs:Resource ;
        rdfs:isDefinedBy  rdfs: ;
        rdfs:label        "Code"@de-DE , "Code" ;
        rdfs:range        rdfs:Literal .

iddo:hasDictionarySubset
        a                   owl:ObjectProperty ;
        rdfs:domain         iddo:Dictionary ;
        rdfs:label          "hat Teilmenge eines Katalogs"@de-DE , "has dictionary subset" ;
        rdfs:range          iddo:DictionarySubset ;
        rdfs:subPropertyOf  dcat:dataset .

iddo:RelationsOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries
        a                   owl:ObjectProperty ;
        rdfs:comment        "List of pairs (group of properties internal identifier, corresponding data dictionary identifier)\nThis attribute should be used for compatibility between already existing groups of properties" , "Liste von Paaren (inter-ner Bezeichner der Merkmalsgruppe, ent-sprechender Daten-katalog-Bezeichner)\ndieses Attribut sollte fuer die Kompatibilitaet zwischen bereits vorhandenen Merk-malsgruppen verwen-det werden"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties ;
        rdfs:label          "Beziehung der Bezeichner der Merkmalsgruppe in den miteinander verbundenen Datenkatalogen"@de-DE , "Relations of the group of properties identifiers in the interconnected data dictionaries" ;
        rdfs:range          iddo:RelationOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA014" ;
        iddo:code           "GA014"@de-DE , "GA014" .

iddo:DateOfDeactivation
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Date of deactivation" , "Datum der Deaktivierung"@de-DE ;
        rdfs:domain         iddo:Property , iddo:GroupOfProperties ;
        rdfs:label          "Date of deactivation" , "Datum der Deaktivierung"@de-DE ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA008/GA008" ;
        iddo:code           "PA008/GA008"@de-DE , "PA008/GA008" .

iddo:GroupsOfProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "Liste von global eindeutigen Bezeichnern von Merkmalsgruppen (Attribut GA001), denen das Merkmal angehoert"@de-DE , "List of globally unique identifiers of groups of properties (attribute GA001) to which the property is attached" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Group(s) of properties" , "Merkmalsgruppe(n)"@de-DE ;
        rdfs:range          iddo:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA021" ;
        iddo:code           "PA021"@de-DE , "PA021" .

iddo:Unit  a                owl:ObjectProperty ;
        rdfs:comment        "Masseinheit fuer den digitalen Texttyp"@de-DE , "Unit of measurement for the digital text type" ;
        rdfs:domain         iddo:DigitalFormatItem ;
        rdfs:label          "Einheit"@de-DE , "Unit" ;
        rdfs:range          <http://qudt.org/schema/qudt/Unit> ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA037" ;
        iddo:code           "PA037"@de-DE , "PA037" .

iddo:RelationOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries
        a                rdfs:Class ;
        rdfs:comment     "Pair (group of properties internal identifier, corresponding data dictionary identifier)\nThis attribute should be used for compatibility between already existing groups of properties" , "Paar (interner Bezeichner der Merkmalsgruppe, entsprechender Datenkatalog-Bezeichner)\ndieses Attribut sollte fuer die Kompatibilitaet zwischen bereits vorhandenen Merkmalsgruppen verwendet werden"@de-DE ;
        rdfs:label       "Beziehung des Bezeichners der Merkmalsgruppe in den miteinander verbundenen Datenkatalogen"@de-DE , "Relation of the group of properties identifier in the interconnected data dictionaries" ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:InterConDictID ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:GloballyUniqueIdentifier ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:GloballyUniqueIdentifier ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:InterConDictID ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "GA014" ;
        iddo:code        "GA014"@de-DE , "GA014" .

<https://w3id.org/iddo>
        a                              owl:Ontology ;
        rdfs:comment                   "The interconnected data dictionary ontology maps the data model of the ISO 23386 for the describing, creating, and maintenance of properties in interconnected data dictionaries.\n\nThe namespace for IDDO terms is [https://w3id.org/iddo](https://w3id.org/iddo)\n\nThe preferred prefix for the IDDO namespace is `iddo`.\n\n## Ontology Overview \n![IDDO Ontology](Ontology_Overview.png \"Ontology\")\n\n## Assigning an IDDO Property to a Feature of Interest\n![Property_Assignment](Property_Assignment.png \"Property_Assignment\")\n\n## Relation between DCAT vocabulary and the IDDO ontology\n![DataCatalog_Overview](DataCatalog_Overview.png \"DataCatalog_Overview\")\n" ;
        rdfs:label                     "The Interconnected Data Dictionary Ontology (IDDO)" ;
        rdfs:seeAlso                   <https://www.iso.org/standard/75401.html> ;
        dc:created                     "2019-01-01"^^xsd:date ;
        dc:creator                     [ a                  schema:Person ;
                                         schema:email       <mailto:sven.zentgraf@rub.de> ;
                                         schema:identifier  <https://orcid.org/0000-0001-6058-7614> ;
                                         schema:memberOf    [ schema:identifier  <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/sven_zentgraf.html.en> ;
                                                              schema:name        "Ruhr University Bochum"
                                                            ] ;
                                         schema:name        "Sven Zentgraf"
                                       ] ;
        dc:creator                     [ a                  schema:Person ;
                                         schema:email       <mailto:philipp.hagedorn-n6v@rub.de> ;
                                         schema:identifier  <https://orcid.org/0000-0002-6249-243X> ;
                                         schema:memberOf    [ schema:identifier  <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/philipp_hagedorn.html.en> ;
                                                              schema:name        "Ruhr University Bochum"
                                                            ] ;
                                         schema:name        "Philipp Hagedorn"
                                       ] ;
        dc:issued                      "2021-12-06"^^xsd:date ;
        dc:license                     <https://creativecommons.org/licenses/by/4.0/> ;
        dc:modified                    "2022-10-18"^^xsd:date ;
        dc:publisher                   [ a                          schema:Organization ;
                                         schema:identifier          <https://www.inf.bi.rub.de> ;
                                         schema:name                "Chair of Computing in Engineering, Ruhr University Bochum" ;
                                         schema:parentOrganization  [ a            schema:Organization ;
                                                                      schema:name  "Ruhr University Bochum, Germany"
                                                                    ]
                                       ] ;
        vann:preferredNamespacePrefix  "iddo" ;
        vann:preferredNamespaceUri     <https://w3id.org/iddo> ;
        owl:versionIRI                 <https://w3id.org/iddo> ;
        owl:versionInfo                "v0.3" ;
        skos:example                   <https://rub-informatik-im-bauwesen.github.io/iddo/Ontology_Overview.png> ;
        skos:historyNote               "v0.3: dcat usage update \n  \n  v0.2: ontology update \n\nv0.1: initial ontology for BIMSTRUCT project \n  " ;
        schema:codeRepository          <https://github.com/RUB-Informatik-im-Bauwesen/iddo> .

iddo:AssignedProperty
        a                owl:Class ;
        rdfs:comment     "Represents the assignment of a property and a property state to a feature of interest (FOI)." , "Repraesentiert die Zweisung eines Merkmals und einer Merkmalszustandes an ein Feature of Interest (FOI)"@de-DE ;
        rdfs:label       "Zugewiesenes Merkmal"@de-DE , "Assigned property" ;
        rdfs:subClassOf  <http://www.w3id.org/opm#Property> ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      <http://www.w3id.org/opm#hasPropertyState>
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   iddo:hasPropertyReference
                         ] .

iddo:hasPropertyGroupReference
        a                   owl:ObjectProperty ;
        rdfs:comment        "Fuegt eine Merkmalsgruppe (oberstes in der Hierarchie) zu einer iddo:ReferenceDocument hinzu"@de-DE , "Attaches a property group reference to a iddo:ReferenceDocument" ;
        rdfs:domain         iddo:ReferenceDocument ;
        rdfs:label          "hat Merkmalsgruppenreferenz"@de-DE , "has property group reference" ;
        rdfs:range          iddo:GroupOfProperties ;
        rdfs:subPropertyOf  dcat:distribution , owl:topObjectProperty .

iddo:VisualRepresentation
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Bildliche Darstellung des Merkmals durch Skizzen, Fotos, Videos oder sonstige Multimedia-Objekte"@de-DE , "Visual representation of the group of properties through sketches, photos, videos or other multimedia objects" ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Bildliche Darstellung"@de-DE , "Visual representation" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA023/GA018" ;
        iddo:code           "PA023/GA018"@de-DE , "PA023/GA018" .

iddo:NumberOfCharacters
        a                   owl:DatatypeProperty ;
        rdfs:comment        "The encoding is set according to Name of encoding standard of IANA, RFC 2978" , "Die Verschluesselung wird nach Name der Codierungsnorm von IANA, RFC 2978 festgelegt"@de-DE ;
        rdfs:domain         iddo:TextFormatItem ;
        rdfs:label          "Number of Characters" , "Anzahl der Zeichen"@de-DE ;
        rdfs:range          xsd:integer ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA038" ;
        iddo:code           "PA038"@de-DE , "PA038" .

iddo:DefiningValueItem
        a                rdfs:Class ;
        rdfs:comment     "Enthaelt einen definierenden Wert eines Arrays in Form eines Literals"@de-DE , "Contains a defining value of an array in the form of a literal" ;
        rdfs:label       "Definierender Wert-Item"@de-DE , "Defining value item" ;
        rdfs:subClassOf  owl:Thing , schema:PropertyValue ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   schema:value
                         ] ;
        skos:scopeNote   "PA035" ;
        iddo:code        "PA035"@de-DE , "PA035" .

iddo:DateOfLastChange
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Datum der Validierung der letzten Aenderungsanfrage durch Sachverstaendige"@de-DE , "Date of validation of the last change request by experts" ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Datum der letzten Aenderung"@de-DE , "Date of last change" ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA005/GA005" ;
        iddo:code           "PA005/GA005"@de-DE , "PA005/GA005" .

iddo:hasPropertyReference
        a                   owl:ObjectProperty ;
        rdfs:comment        "Fuegt ein Merkmal zu einer Merkmalszuweisung hinzu"@de-DE , "Attaches a property reference to a property assignment" ;
        rdfs:domain         iddo:AssignedProperty ;
        rdfs:label          "hat Merkmalreferenz"@de-DE , "has Property Reference" ;
        rdfs:range          iddo:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty .

iddo:DictionarySubset
        a                owl:Class ;
        rdfs:comment     "Defines a subset or subgrouping of a data catalog" , "Definiert eine Teilmenge oder Untergruppierung eines Datenkatalogs"@de-DE ;
        rdfs:label       "Dictionary subset" , "Teilmenge des Datenkatalogs"@de-DE ;
        rdfs:subClassOf  dcat:Dataset ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:description
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   iddo:hasDictionaryReferenceDocument
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:title
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dcat:accessURL
                         ] .

iddo:Precision  a           owl:DatatypeProperty ;
        rdfs:comment        "Precision is the number of significant digits" , "Praezision ist die Anzahl signifi-kanter Stellen"@de-DE ;
        rdfs:domain         iddo:DigitalFormatItem ;
        rdfs:label          "Tolerance" , "Toleranz"@de-DE ;
        rdfs:range          xsd:decimal ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA037" ;
        iddo:code           "PA037"@de-DE , "PA037" .

iddo:DataType  a            owl:DatatypeProperty ;
        rdfs:comment        "Format fuer die Angabe des Wertes des Merkmals\ndies kann aus einer Soft-ware-Perspektive als Speiche-rungsart verstanden werden\nim Falle eines dynamischen Merkmals ist der Wert dieses Attributs der Datentyp des Er-gebnisses der Berechnung mit der Gleichung"@de-DE , "Format for expressing the value of the property\nThis can be understood as the storage type from a software perspective\nIn case of a dynamic property the value of this attribute is the datatype of the result of the calculation by the formula" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Data type" , "Datentyp (GUID)"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA030" ;
        iddo:code           "PA030"@de-DE , "PA030" .

iddo:DefinitionInLanguage
        a                   owl:DatatypeProperty ;
        rdfs:comment        "List of pairs (definition of the property/group of properties, language)" , "Liste von Paaren (Definition des Merkmals/der Merkmalsgruppe, Sprache)"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Definition in Sprache N"@de-DE , "Definition of in language N" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA016/GA016" ;
        iddo:code           "PA016/GA016"@de-DE , "PA016/GA016" .

iddo:ListOfReplacingGroupsOfProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "List of globally unique identifiers of the replacing groups of properties" , "Liste von globalen Bezeichnern fuer die ersetzenden Merkmalsgruppen"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties ;
        rdfs:label          "Liste ersetzender Merkmalsgruppen"@de-DE , "List of replacing groups of properties" ;
        rdfs:range          iddo:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA012" ;
        iddo:code           "GA012"@de-DE , "GA012" .

iddo:TextFormatItem  a   rdfs:Class ;
        rdfs:comment     "Paar fuer den Texttyp (Verschluesselung, Anzahl der Zeichen)\ndie Verschluesselung wird nach Name der Codierungsnorm von IANA, RFC 2978 festgelegt"@de-DE , "Pair for text type (encoding, number of characters)\nThe encoding is set according to Name of encoding standard of IANA, RFC 2978" ;
        rdfs:label       "Text format item" , "Textformat-Item"@de-DE ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            iddo:Encoding ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:integer ;
                           owl:onProperty            iddo:NumberOfCharacters ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA038" ;
        iddo:code        "PA038"@de-DE , "PA038" .

iddo:NameInLanguage  a      owl:DatatypeProperty ;
        rdfs:comment        "Liste von Paaren (Name des Merkmals und Sprache)\nDieses Attribut kann verwendet werden, um Synonyme fuer verschiedene Domaenen hinzuzufuegen"@de-DE , "List of pairs (property name and language)\nThis attribute can be used to add synonyms for different domains" ;
        rdfs:domain         iddo:Property , iddo:GroupOfProperties ;
        rdfs:label          "Name in Sprache N"@de-DE , "Name in language N" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA016/GA016" ;
        iddo:code           "PA016/GA016"@de-DE , "PA016/GA016" .

ex:Dictionary_1  a                owl:NamedIndividual , iddo:Dictionary ;
        iddo:hasDictionarySubset  ex:Dataset_1 .

iddo:Status  a              owl:DatatypeProperty ;
        rdfs:comment        "Status of the property during its life cycle" , "Status des Merkmals waehrend seines Lebenszyklus"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Status"@de-DE , "Status" ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  ( "active" "inactive" )
                            ] ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:example        "inactive" , "active" ;
        skos:scopeNote      "PA002/GA002" ;
        iddo:code           "PA002/GA002" , "PA002/GA002"@de-DE .

iddo:ListOfPossibleValuesInLanguageN
        a                   owl:ObjectProperty ;
        rdfs:comment        "Liste von Paaren (moeglicher Wert fuer das Merkmal und Sprache)\nWerte koennen String oder Zahlen sein"@de-DE , "List of pairs (possible value for the property and language)\nValues can be string or numbers" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "List of possible values in language N" , "Liste moeglicher Werte in Sprache N"@de-DE ;
        rdfs:range          iddo:PossibleValueInLanguageN ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA039" ;
        iddo:code           "PA039"@de-DE , "PA039" .

iddo:ListOfReplacedGroupsOfProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "Liste von globalen Bezeichnern fuer die ersetzten Merk-malsgruppen"@de-DE , "List of globally unique identifiers of the replaced groups of properties" ;
        rdfs:domain         iddo:GroupOfProperties ;
        rdfs:label          "List of replaced groups of properties" , "Liste ersetzter Merkmalsgruppen"@de-DE ;
        rdfs:range          iddo:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA011" ;
        iddo:code           "GA011"@de-DE , "GA011" .

dcat:accessURL  a  owl:AnnotationProperty .

iddo:ParentGroupOfProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "Enables a sub-group to be linked to a parent group via their globally unique identifiers (attribute GA001)\nAny property attached to a group is inherited by the sub-group(s)" , "Ermoeglicht die Ver-knuepfung einer Unter-gruppe mit einer ueber-geordneten Gruppe ueber ihre global ein-deutigen Bezeichner (Attribut GA001)\njedes einer Gruppe zugehoerige Merkmal wird von der/den Untergruppe(n) uebernommen"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties ;
        rdfs:label          "Parent group of properties" , "uebergeordnete Merkmalsgruppe"@de-DE ;
        rdfs:range          iddo:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA023" ;
        iddo:code           "GA023"@de-DE , "GA023" .

iddo:AssignedPropertyShape
        a               sh:NodeShape , owl:NamedIndividual ;
        rdfs:comment    "Represents the validation using SHACL of the assignment of a property and a property state to a feature of interest (FOI)." , "Repraesentiert die Validierung mit Hilfe von SHACL der Zweisung eines Merkmals und einer Merkmalszustandes an ein Feature of Interest (FOI)"@de-DE ;
        rdfs:label      "Zugewiesenes Merkmal SHACL Shape"@de-DE , "Assigned property SHACL shape" ;
        sh:closed       true ;
        sh:property     [ sh:class        iddo:Property ;
                          sh:description  "Needs exactly one property reference" ;
                          sh:maxCount     1 ;
                          sh:minCount     1 ;
                          sh:name         "PropertyReference" ;
                          sh:path         iddo:hasPropertyReference
                        ] ;
        sh:property     [ sh:description  "Needs at least one property state" ;
                          sh:minCount     1 ;
                          sh:name         "PropertyState" ;
                          sh:path         <http://www.w3id.org/opm#hasPropertyState>
                        ] ;
        sh:property     [ sh:description  "Must be assigned to exacltyl one FOI" ;
                          sh:inversePath  iddo:hasProperty ;
                          sh:maxCount     1 ;
                          sh:minCount     1 ;
                          sh:name         "PropertyState"
                        ] ;
        sh:targetClass  iddo:AssignedProperty .

iddo:InterConDictID  a      owl:DatatypeProperty ;
        rdfs:comment        "Entsprechender Daten-katalog-Bezeichner"@de-DE , "Corresponding data dictionary identifier" ;
        rdfs:domain         iddo:RelationOfPropertiyIdentifiersInTheInterconnectedDataDictionaries , iddo:RelationOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries ;
        rdfs:label          "Interconnected Data Dictionary ID" , "Miteinander verbundene Datenkatalog ID"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA014" ;
        iddo:code           "PA014/GA014"@de-DE , "PA014/GA014" .

iddo:DictionaryReferenceDocument
        a                owl:Class ;
        rdfs:comment     "Publikation, die hinzugezogen wird, um bestimmte Informationen zu finden, insbesondere in einer technischen oder wissenschaftlichen Domaene"@de-DE , "Publication that is consulted to find specific information, particularly in a technical or scientific domain" ;
        rdfs:label       "Referenzdokument"@de-DE , "Reference document" ;
        rdfs:subClassOf  dcat:Distribution ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   iddo:hasPropertyGroupReference
                         ] .

iddo:DefiningValuesList
        a                rdfs:Class ;
        rdfs:comment     "In case of an array, this attribute provides the defining values when applicable, the datatype is given by the attribute PA030" , "Im Falle eines Feldes liefert dieses Attribut die definierenden Werte, sofern zutreffend, der Datentyp wird durch das Attribut PA030 angegeben"@de-DE ;
        rdfs:label       "Liste definierender Werte"@de-DE , "Defining values list" ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      iddo:DefiningValueItem
                         ] ;
        skos:scopeNote   "PA035" ;
        iddo:code        "PA035"@de-DE , "PA035" .

iddo:RevisionNumber  a      owl:DatatypeProperty ;
        rdfs:comment        "This revision number allows tracking of minor changes e.g. new translation, changes of typos: if the version number changes, the revision number starts again at 1\nExperts decide if a new revision number can be applied or if a new revision is needed" , "Diese Nummer der ueberarbeitung ermoeglicht die Verfolgung kleinerer aenderungen, z. B. neue uebersetzung, Korrekturen von Tippfehlern: wenn sich die Versionsnummer aendert, beginnt die Nummer der ueberarbeitung wieder bei 1.\nSachverstaendige entscheiden, ob eine neue Nummer der ueberarbeitung angewendet werden kann oder ob eine neue ueberarbeitung erforderlich ist."@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Nummer der ueberarbeitung"@de-DE , "Revision number" ;
        rdfs:range          xsd:integer ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA010/GA010" ;
        iddo:code           "PA010/GA010"@de-DE , "PA010/GA010" .

iddo:ExampleInLanguage
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Liste von Paaren (Beispiel des Merkmals, Sprache)"@de-DE , "List of pairs (example of the property, language)" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Beispiel in Sprache N"@de-DE , "Example in language N" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA019" ;
        iddo:code           "PA019"@de-DE , "PA019" .

iddo:NameOfTheDefiningValues
        a                   owl:DatatypeProperty ;
        rdfs:comment        "In case of an array, this attribute provides the names of the column headers defined as a list of pairs (name, language)" , "Im Falle eines Feldes liefert dieses Attribut die Namen der Spaltenkoepfe, festgelegt als Liste von Paaren (Name, Sprache)"@de-DE ;
        rdfs:label          "Names of the defining values" , "Name der definierenden Werte"@de-DE ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA034" ;
        iddo:code           "PA034" , "PA034"@de-DE .

iddo:VersionNumber  a       owl:DatatypeProperty ;
        rdfs:comment        "This version number allows tracking of major changes. Experts decide if a new version number must be applied" , "Diese Versionsnummer ermoeglicht die Verfolgung groesserer aenderungen. Sachverstaendige entscheiden, ob eine neue Ver-sionsnummer angewendet werden muss."@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Versionsnummer"@de-DE , "Version number" ;
        rdfs:range          xsd:integer ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA009/GA009" ;
        iddo:code           "PA009/GA009"@de-DE , "PA009/GA009" .

iddo:CategoryOfGroupOfProperties
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Specifies the category of the created property group" , "Gibt die Kategorie der erstellten Merkmalsgruppe an"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties ;
        rdfs:label          "Category of group of properties" , "Kategorie der Merkmalsgruppe"@de-DE ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  ( "Alternative use" "Class" "Composed property" "Domain" "Reference document" )
                            ] ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:example        "Class" , "Reference document" , "Domain" , "Composed property" , "Alternative use" ;
        skos:scopeNote      "GA022" ;
        iddo:code           "GA022"@de-DE , "GA022" .

iddo:BoundaryValue  a       owl:ObjectProperty ;
        rdfs:comment        "Einzelnes Grenzwertintervall"@de-DE , "Single Boundary value interval" ;
        rdfs:domain         iddo:BoundaryValuesList ;
        rdfs:label          "Boundary value" , "Grenzwert"@de-DE ;
        rdfs:range          iddo:BoundaryValueItem ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA040" ;
        iddo:code           "PA040"@de-DE , "PA040" .

iddo:BoundaryValueItem
        a                rdfs:Class ;
        rdfs:comment     "Grenzwertintervall bestehend aus der unteren(minValue) und der oberen(maxValue) Intervallgrenze"@de-DE , "Boundary value interval consisting of the lower(minValue) and the upper(maxValue) interval boundary" ;
        rdfs:label       "Boundary value item" , "Grenzwerte"@de-DE ;
        rdfs:subClassOf  schema:PropertyValue , owl:Thing ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   schema:minValue
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   schema:maxValue
                         ] ;
        skos:scopeNote   "PA040" ;
        iddo:code        "PA040"@de-DE , "PA040" .

ex:Property_1  a                 owl:NamedIndividual , iddo:Property ;
        rdfs:label               "Property example 1"@en , "Merkmalsbeispiel"@de ;
        iddo:GroupsOfProperties  ex:GroupOfProperties_1 ;
        iddo:NameInLanguage      "Name"@de .

ex:ReferenceDocument_1
        a                               owl:NamedIndividual , iddo:DictionaryReferenceDocument ;
        dcat:accessURL                  ex: ;
        iddo:hasPropertyGroupReference  iddo:GroupOfProperties_1 .

iddo:Encoding  a            owl:DatatypeProperty ;
        rdfs:comment        "Die Verschluesselung wird nach Name der Codierungsnorm von IANA, RFC 2978 festgelegt"@de-DE , "The encoding is set according to Name of encoding standard of IANA, RFC 2978" ;
        rdfs:domain         iddo:TextFormatItem ;
        rdfs:label          "Encoding" , "Kodierung"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA038" ;
        iddo:code           "PA038"@de-DE , "PA038" .

iddo:hasProperty  a         owl:ObjectProperty ;
        rdfs:comment        "Fuegt ein Merkmal zu einem Feature of Interest (FOI) hinzu"@de-DE , "Attaches a property to a feature of interest (FOI)" ;
        rdfs:label          "hat Merkmal"@de-DE , "has property" ;
        rdfs:range          iddo:AssignedProperty ;
        rdfs:subPropertyOf  owl:topObjectProperty .

iddo:DefiningValues  a      owl:ObjectProperty ;
        rdfs:comment        "In case of an array, this attribute provides the defining values when applicable, the datatype is given by the attribute PA030" , "Im Falle eines Feldes liefert dieses Attribut die definierenden Werte, sofern zutreffend, der Datentyp wird durch das Attribut PA030 angegeben"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Defining values" , "Definierende Werte"@de-DE ;
        rdfs:range          iddo:DefiningValuesList ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA035" ;
        iddo:code           "PA035"@de-DE , "PA035" .

iddo:SubdivisionOfUse
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Dokumentierte geographische Region, in der das Merkmal/ die Merkmalsgruppe verwendet wird"@de-DE , "Documented geographical region of use of the group of properties" ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Subdivision of use" , "Unterteilung der Verwendung"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA025/GA020" ;
        iddo:code           "PA025/GA020"@de-DE , "PA025/GA020" .

iddo:DefiningValue  a       owl:ObjectProperty ;
        rdfs:comment        "Contains a defining value of an array" , "Enthaelt einen definierenden Wert eines Arrays"@de-DE ;
        rdfs:domain         iddo:DefiningValuesList ;
        rdfs:label          "Defining value" , "Definierender Wert"@de-DE ;
        rdfs:range          iddo:DefiningValueItem ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA035" ;
        iddo:code           "PA035"@de-DE , "PA035" .

iddo:hasDictionaryReferenceDocument
        a                   owl:ObjectProperty ;
        rdfs:domain         iddo:DictionarySubset ;
        rdfs:label          "hat den Verweis auf ein Referenzdokument"@de-DE , "has relation to a reference document" ;
        rdfs:range          iddo:DictionaryReferenceDocument ;
        rdfs:subPropertyOf  dcat:distribution .

ex:GroupOfProperties_1
        a                              iddo:GroupOfProperties , owl:NamedIndividual ;
        rdfs:comment                   "Collection enabling the properties to be prearranged or organized" , "Sammlung, die es ermoeglicht, die Merkmale vorauszuplanen oder zu organisieren"@de-DE ;
        rdfs:label                     "Merkmalsgruppenbeispiel 1"@de-DE , "Group of properties example 1" ;
        iddo:CategoryOfGroupOfProperties
                "Reference document" ;
        iddo:CountryOfOrigin           "DE" ;
        iddo:CountryOfUse              "DE" ;
        iddo:CreatorsLanguage          "de-DE" ;
        iddo:DateOfActivation          "2022-04-05T16:52:00"^^xsd:dateTime ;
        iddo:DateOfCreation            "2022-04-05T16:52:00"^^xsd:dateTime ;
        iddo:DateOfLastChange          "2022-04-05T16:52:00"^^xsd:dateTime ;
        iddo:DateOfRevision            "2022-04-05T16:52:30"^^xsd:dateTime ;
        iddo:DateOfVersion             "2022-04-05T16:52:33"^^xsd:dateTime ;
        iddo:DefinitionInLanguage      "Definition der Merkmalsgruppe" ;
        iddo:GloballyUniqueIdentifier  "9f225e73-c25a-4175-85c4-30de6becf5e0" ;
        iddo:NameInLanguage            "Beispielmerkmalsgruppe"@de-DE ;
        iddo:RevisionNumber            1 ;
        iddo:Status                    "active" ;
        iddo:VersionNumber             1 .

iddo:Property  a             owl:Class ;
        rdfs:comment         "Inhaerente oder erworbene Eigenschaft eines Datenelements"@de-DE , "Inherent or acquired feature of an item" ;
        rdfs:label           "Property" , "Merkmal"@de-DE ;
        rdfs:subClassOf      owl:Thing ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:integer ;
                               owl:onProperty            iddo:RevisionNumber ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:PhysicalQuantity
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:DeprecationExplanation
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:CountryOfOrigin
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:decimal ;
                               owl:onProperty               iddo:Tolerance
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:NameOfTheDefiningValues
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:Property ;
                               owl:onProperty               iddo:ListOfReplacingProperties
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:CountryOfUse
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           [ a          rdfs:Datatype ;
                                                           owl:oneOf  ( "yes" "no" )
                                                         ] ;
                               owl:onProperty            iddo:DynamicProperty ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:Dimension
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:ListOfPossibleValuesInLanguageN
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:dateTime ;
                               owl:onProperty               iddo:DateOfLastChange
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:Dimension
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:dateTime ;
                               owl:onProperty               iddo:DateOfActivation
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:string ;
                               owl:onProperty            iddo:GloballyUniqueIdentifier ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onClass               iddo:BoundaryValuesList ;
                               owl:onProperty            iddo:BoundaryValues ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:Property ;
                               owl:onProperty               iddo:ConnectedProperties
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:SubdivisionOfUse
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           [ a          rdfs:Datatype ;
                                                           owl:oneOf  ( "active" "inactive" )
                                                         ] ;
                               owl:onProperty            iddo:Status ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:DescriptionInLanguage
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:dateTime ;
                               owl:onProperty            iddo:DateOfRevision ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:DeprecationExplanation
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:CountryOfOrigin
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:DefiningValuesList ;
                               owl:onProperty               iddo:DefiningValues
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:SymbolOfTheProperty ;
                               owl:onProperty               iddo:SymbolsOfTheProperty
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:Property ;
                               owl:onProperty               iddo:ParametersOfTheDynamicProperty
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:DefinitionInLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:dateTime ;
                               owl:onProperty               iddo:DateOfDeactivation
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:VisualRepresentation
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:MethodOfMeasurement
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:string ;
                               owl:onProperty            iddo:DataType ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:ExampleInLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:PossibleValueInLanguageN ;
                               owl:onProperty               iddo:ListOfPossibleValuesInLanguageN
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:dateTime ;
                               owl:onProperty            iddo:DateOfVersion ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:Property ;
                               owl:onProperty               iddo:ListOfReplacedProperties
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:dateTime ;
                               owl:onProperty            iddo:DateOfCreation ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:Units
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               iddo:NameInLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:RelationOfPropertiyIdentifiersInTheInterconnectedDataDictionaries ;
                               owl:onProperty               iddo:RelationsOfThePropertyIdentifiersInTheInterconnectedDataDictionaries
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:DigitalFormatItem ;
                               owl:onProperty               iddo:DigitalFormat
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  1 ;
                               owl:onProperty   iddo:CreatorsLanguage
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:integer ;
                               owl:onProperty            iddo:VersionNumber ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onClass                  iddo:GroupOfProperties ;
                               owl:onProperty               iddo:GroupsOfProperties
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  iddo:TextFormatItem ;
                               owl:onProperty               iddo:TextFormat
                             ] ;
        owl:equivalentClass  opm:Property .

iddo:Symbol  a              owl:DatatypeProperty ;
        rdfs:domain         iddo:SymbolOfTheProperty ;
        rdfs:label          "Symbol"@de-DE , "Symbol" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA022" ;
        iddo:code           "PA022"@de-DE , "PA022" .

iddo:DateOfVersion  a       owl:DatatypeProperty ;
        rdfs:comment        "Date of version" , "Datum der Version"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Datum der Version"@de-DE , "Date of version" ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA007/GA007" ;
        iddo:code           "PA007/GA007"@de-DE , "PA007/GA007" .

iddo:ListOfReplacingProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "Globally unique identifier (attribute PA001) of the replacing property (or properties)" , "global eindeutiger Bezeichner (Attribut PA001) des ersetzenden Merkmals (oder der Merkmale)"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Liste ersetzender Merkmale"@de-DE , "List of replacing properties" ;
        rdfs:range          iddo:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA012" ;
        iddo:code           "PA012"@de-DE , "PA012" .

iddo:ParametersOfTheDynamicProperty
        a                   owl:ObjectProperty ;
        rdfs:comment        "List of GUIDS of properties which are parameters of the function for a dynamic property" , "Liste von GUIDs von Merkmalen, welche Parameter der Funktion fuer ein dynamisches Merkmal sind"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Parameter des dynamischen Merkmals"@de-DE , "Parameters of the dynamic property" ;
        rdfs:range          iddo:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA032" ;
        iddo:code           "GA032"@de-DE , "PA032" .

iddo:DateOfActivation
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Date after when the property can be used" , "Datum, nach dem das Merkmal verwendet werden kann"@de-DE ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Date of activation" , "Datum der Aktivierung"@de-DE ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA04/GA04" ;
        iddo:code           "PA004/GA004"@de-DE , "PA004/GA004" .

iddo:DigitalFormatItem
        a                rdfs:Class ;
        rdfs:comment     "Paar fuer den digitalen Texttyp (Praezision, Masseinheit)\nPraezision ist die Anzahl signifikanter Stellen"@de-DE , "Pair for digital text type (precision, unit)\nPrecision is the number of significant digits" ;
        rdfs:label       "Digital format item" , "Digitales Format-Item"@de-DE ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:decimal ;
                           owl:onProperty            iddo:Precision ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           <http://qudt.org/schema/qudt/Unit> ;
                           owl:onProperty            iddo:Unit ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA037" ;
        iddo:code        "PA037"@de-DE , "PA037" .

ex:Dataset_1  a  owl:NamedIndividual , iddo:DictionarySubset ;
        iddo:hasDictionaryReferenceDocument
                ex:ReferenceDocument_1 .

iddo:BoundaryValues  a      owl:ObjectProperty ;
        rdfs:comment        "Paar (Liste von Grenzwert-Intervallen moeglicher Werte fuer das Merkmal, Einheit)"@de-DE , "Pair (list of boundary intervals of possible values for the property, unit)" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Boundary values" , "Grenzwerte"@de-DE ;
        rdfs:range          iddo:BoundaryValuesList ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA040" ;
        iddo:code           "PA040" , "PA040"@de-DE .

iddo:DateOfCreation  a      owl:DatatypeProperty ;
        rdfs:comment        "Datum der Validierung der An-frage zur Erstellung des Merkmals durch Sachverstaendige"@de-DE , "Date of validation of the property creation request by experts" ;
        rdfs:domain         iddo:Property , iddo:GroupOfProperties ;
        rdfs:label          "Date of creation" , "Datum der Erstellung"@de-DE ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA003/GA003" ;
        iddo:code           "PA003/GA003"@de-DE , "PA003/GA003" .

iddo:GivenGroupsOfProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "Globally unique identifier of a group of properties (attribute GA001) for the symbol assigned to the property." , "Global eindeutiger Bezeichner einer Merkmalsgruppe (Attribut GA001) fuer das dem Merkmal zugeordnetem Symbol"@de-DE ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Gegebene Merkmalsgruppe"@de-DE , "Given group of properties" ;
        rdfs:range          iddo:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA022" ;
        iddo:code           "PA022"@de-DE , "PA022" .

iddo:RelationsOfThePropertyIdentifiersInTheInterconnectedDataDictionaries
        a                   owl:ObjectProperty ;
        rdfs:comment        "Liste von Paaren (interner Merk-malsbezeichner, entsprechender Datenkatalog-Bezeichner)\ndieses Attribut sollte fuer die Vertraeglichkeit zwischen bereits vorhandenen Merkmalen verwendet werden"@de-DE , "List of pairs (property internal identifier, corresponding data dictionary identifier)\nThis attribute should be used for compatibility between already existing properties" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Beziehung der Merkmalsbezeichner in den miteinander verbundenen Datenka-talogen"@de-DE , "Relations of the property identifiers in the interconnected data dictionaries" ;
        rdfs:range          iddo:RelationOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA014" ;
        iddo:code           "PA014"@de-DE , "PA014" .

iddo:CreatorsLanguage
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Sentence explaining the reason of the deprecation, which can explain how to convert values to conform to the new property; this explanation has to be written in international English (EN)" , "Satz, der den Grund fuer die Ab-lehnung erlaeutert, der erklaeren kann, wie Werte umzurechnen sind, damit sie dem neuen Merkmal entsprechen; diese Er-laeuterung muss in internatio-nalem Englisch (EN) geschrieben werden"@de-DE ;
        rdfs:domain         iddo:Property , iddo:GroupOfProperties ;
        rdfs:label          "Erlaeuterung fuer die Ablehnung"@de-DE , "Creator's language" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA015/GA015" ;
        iddo:code           "PA015/GA015"@de-DE , "PA015/GA015" .

iddo:MethodOfMeasurement
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Evaluation of construction products to ensure their fitness according to requirements in harmonised technical specifications" , "Beurteilung von Bauprodukten, um ihre Tauglichkeit entsprechend den Anforderungen in harmonisierten technischen Spezifikationen sicherzustellen" ;
        rdfs:domain         iddo:Property ;
        rdfs:label          "Messverfahren"@de-DE , "Method of measurement" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA029" ;
        iddo:code           "PA029"@de-DE , "PA029" .

iddo:DeprecationExplanation
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Satz, der den Grund fuer die Ablehnung erlaeutert, der erklaeren kann, wie Werte umzurechnen sind, damit sie dem neuen Merkmal/der neuen Merkmalsgruppe entsprechen; diese Erlaeuterung muss in internationalem Englisch (EN) geschrieben werden"@de-DE , "Sentence explaining the reason of the deprecation, which can explain how to convert values to conform to the new property/group of properties; this explanation has to be written in international English (EN)" ;
        rdfs:domain         iddo:GroupOfProperties , iddo:Property ;
        rdfs:label          "Deprecation explanation" , "Erlaeuterung fuer die Ablehnung"@de-DE ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA013/GA013" ;
        iddo:code           "PA013/GA013"@de-DE , "PA013/GA013" .
