@prefix schema: <https://schema.org/> .
@prefix qudt:  <http://qudt.org/schema/qudt/> .
@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 isoprops: <https://w3id.org/isoprops#> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix dc:    <http://purl.org/dc/terms/> .

isoprops: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         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Unterteilung der Verwendung"@de-DE , "Subdivision of use" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA025/GA020" ;
        isoprops:code       "PA025/GA020"@de-DE , "PA025/GA020" .

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

isoprops: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         isoprops:Property , isoprops:GroupOfProperties ;
        rdfs:label          "Name in language N" , "Name in Sprache N"@de-DE ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA016/GA016" ;
        isoprops:code       "PA016/GA016"@de-DE , "PA016/GA016" .

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

isoprops: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         isoprops:GroupOfProperties , isoprops: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" ;
        isoprops:code       "PA016/GA016"@de-DE , "PA016/GA016" .

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

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

isoprops:RevisionNumber
        a                   owl:DatatypeProperty ;
        rdfs:comment        "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 , "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" ;
        rdfs:domain         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Revision number" , "Nummer der ueberarbeitung"@de-DE ;
        rdfs:range          xsd:integer ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA010/GA010" ;
        isoprops:code       "PA010/GA010"@de-DE , "PA010/GA010" .

isoprops: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         isoprops:Property ;
        rdfs:label          "Beispiel in Sprache N"@de-DE , "Example in language N" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA019" ;
        isoprops:code       "PA019"@de-DE , "PA019" .

<https://w3id.org/isoprops>
        a                              owl:Ontology ;
        rdfs:comment                   "The ISO Property (ISOProps) 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 ISOProps terms is [https://w3id.org/isoprops](https://w3id.org/isoprops)\n\nThe preferred prefix for the ISOProps namespace is `isoprops`.\n\n## Ontology Overview \n![IDDO Ontology](Ontology_Overview.png \"Ontology\")\n\n## Assigning an ISOProps Property to a Feature of Interest\n![Property_Assignment](Property_Assignment.png \"Property_Assignment\")\n\n## Relation between DCAT vocabulary and the ISOProps ontology\n![DataCatalog_Overview](DataCatalog_Overview.png \"DataCatalog_Overview\")\n" ;
        rdfs:label                     "ISO 23386 Property Ontology (ISOProps)" ;
        rdfs:seeAlso                   <https://www.iso.org/standard/75401.html> ;
        dc:created                     "2019-01-01"^^xsd:date ;
        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: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:issued                      "2021-12-06"^^xsd:date ;
        dc:license                     <https://creativecommons.org/licenses/by/4.0/> ;
        dc:modified                    "2024-04-24"^^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"
                                                                    ]
                                       ] ;
        dc:source                      <https://linkedbuildingdata.net/ldac2024/files/papers/LDAC2024_Camera_8.pdf> ;
        vann:preferredNamespacePrefix  "isoprops" ;
        vann:preferredNamespaceUri     isoprops: ;
        owl:imports                    <https://w3id.org/dt> ;
        owl:priorVersion               <https://w3id.org/https//w3id.org/iddo> ;
        owl:versionIRI                 <https://w3id.org/isoprops> ;
        owl:versionInfo                "v2.1" ;
        skos:example                   <https://rub-informatik-im-bauwesen.github.io/iddo/Ontology_Overview.png> ;
        skos:historyNote               "\n  v2.1: renamed from IDDO to ISOProps\n  v2.0: update\n  \n  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/ir-ontologies/tree/main/isoprops> .

isoprops:hasPhysicalQuantity
        a                   owl:ObjectProperty ;
        rdfs:comment        "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\" --> http://qudt.org/vocab/quantitykind/Dimensionless\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" , "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 --> http://qudt.org/vocab/quantitykind/Dimensionless\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 ;
        rdfs:domain         isoprops:Property ;
        rdfs:label          "Physikalische Groesse"@de-DE , "Physical quantity" ;
        rdfs:range          qudt:QuantityKind ;
        rdfs:seeAlso        <http://qudt.org/vocab/quantitykind> ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA027" ;
        isoprops:code       "PA027"@de-DE , "PA027" .

isoprops: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         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Date of activation" , "Datum der Aktivierung"@de-DE ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA04/GA04" ;
        isoprops:code       "PA004/GA004"@de-DE , "PA004/GA004" .

isoprops:hasConnectedProperty
        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         isoprops:Property ;
        rdfs:label          "Verbundene Merkmale"@de-DE , "Connected properties" ;
        rdfs:range          isoprops:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA020" ;
        isoprops:code       "PA020"@de-DE , "PA020" .

isoprops:hasExternalDictionaryReference
        a                   owl:ObjectProperty ;
        rdfs:comment        "List of pairs (property internal identifier, corresponding data dictionary identifier)\nThis attribute should be used for compatibility between already existing properties" , "Liste von Paaren (interner Merk-malsbezeichner, entsprechender Datenkatalog-Bezeichner)\ndieses Attribut sollte fuer die Vertraeglichkeit zwischen bereits vorhandenen Merkmalen verwendet werden"@de-DE ;
        rdfs:domain         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "hat externe Dictionary Referenz"@de-DE , "has External Dictionary Reference" ;
        rdfs:range          isoprops:ExternalDictionaryReference ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA014" , "PA014" ;
        isoprops:code       "PA014"@de-DE , "PA014" , "GA014"@de-DE , "GA014" .

isoprops:BoundaryLimitMax
        a                rdfs:Class ;
        rdfs:comment     "Grenzwertintervall bestehend aus der oberen(maxValue) Intervallgrenze"@de-DE , "Boundary limit  interval consisting of the the upper (maxValue) interval boundary" ;
        rdfs:label       "Maximum Boundary Limit" , "Oberer Grenzwert"@de-DE ;
        rdfs:subClassOf  schema:PropertyValue , owl:Thing ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   schema:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty   isoprops:hasUnit
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:boolean ;
                           owl:onProperty            isoprops:Inclusive ;
                           owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                         ] ;
        skos:scopeNote   "PA040" ;
        isoprops:code    "PA040"@de-DE , "PA040" .

isoprops: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          isoprops:AssignedProperty ;
        rdfs:subPropertyOf  owl:topObjectProperty .

isoprops: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   isoprops:hasPropertyReference
                         ] .

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

isoprops:GloballyUniqueIdentifier
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Unique identifier generated using the algorithm denoted in RFC 4122" , "Eindeutiger Bezeichner, der mit dem in RFC 4122 beschriebenen Algorithmus erzeugt wird"@de-DE ;
        rdfs:domain         isoprops:GroupOfProperties , isoprops: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" ;
        isoprops:code       "PA001/GA001"@de-DE , "PA001/GA001" .

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

isoprops:hasGivenGroupOfProperties
        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         isoprops:Property ;
        rdfs:label          "Gegebene Merkmalsgruppe"@de-DE , "Given group of properties" ;
        rdfs:range          isoprops:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA022" ;
        isoprops:code       "PA022"@de-DE , "PA022" .

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

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

isoprops:Encoding  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         isoprops:TextFormatItem ;
        rdfs:label          "Kodierung"@de-DE , "Encoding" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA038" ;
        isoprops:code       "PA038"@de-DE , "PA038" .

isoprops: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:onClass               qudt:Unit ;
                           owl:onProperty            isoprops:hasUnit ;
                           owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:decimal ;
                           owl:onProperty            isoprops:Precision ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA037" ;
        isoprops:code    "PA037"@de-DE , "PA037" .

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

isoprops: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         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Date of creation" , "Datum der Erstellung"@de-DE ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA003/GA003" ;
        isoprops:code       "PA003/GA003"@de-DE , "PA003/GA003" .

isoprops:isReplacedByProperty
        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         isoprops:Property ;
        rdfs:label          "List of replacing properties" , "Liste ersetzender Merkmale"@de-DE ;
        rdfs:range          isoprops:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        owl:inverseOf       isoprops:replacesProperties ;
        skos:scopeNote      "PA012" ;
        isoprops:code       "PA012"@de-DE , "PA012" .

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

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

isoprops:hasBoundary  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         isoprops:Property ;
        rdfs:label          "Boundary values" , "Grenzwerte"@de-DE ;
        rdfs:range          isoprops:BoundaryValue ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA040" ;
        isoprops:code       "PA040"@de-DE , "PA040" .

isoprops:hasPossibleValues
        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         isoprops:Property ;
        rdfs:label          "List of possible values in language N" , "Liste moeglicher Werte in Sprache N"@de-DE ;
        rdfs:range          isoprops:PossibleValues ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA039" ;
        isoprops:code       "PA039"@de-DE , "PA039" .

isoprops:hasExternalDictionary
        a                       owl:ObjectProperty ;
        rdfs:label              "has external dictionary" ;
        rdfs:subPropertyOf      owl:topObjectProperty ;
        owl:equivalentProperty  <https://w3id.org/dt#hasExternalDictionary> .

isoprops:Property  a         owl:Class ;
        rdfs:comment         "Inhaerente oder erworbene Eigenschaft eines Datenelements"@de-DE , "Inherent or acquired feature of an item" ;
        rdfs:label           "Merkmal"@de-DE , "Property" ;
        rdfs:subClassOf      <https://w3id.org/dt#LibraryComponent> , owl:Thing ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:decimal ;
                               owl:onProperty               isoprops:Tolerance
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:DefinitionInLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:MethodOfMeasurement
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:DescriptionInLanguage
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:dateTime ;
                               owl:onProperty            isoprops:DateOfCreation ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           [ a          rdfs:Datatype ;
                                                           owl:oneOf  ( "yes" "no" )
                                                         ] ;
                               owl:onProperty            isoprops:DynamicProperty ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:VisualRepresentation
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           [ a          rdfs:Datatype ;
                                                           owl:oneOf  ( "BOOLEAN" "INTEGER" "RATIONAL" "REAL" "COMPLEX" "STRING" "DATETIME" )
                                                         ] ;
                               owl:onProperty            isoprops:DataType ;
                               owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:Property ;
                               owl:onProperty               isoprops:hasConnectedProperty
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:string ;
                               owl:onProperty            isoprops:GloballyUniqueIdentifier ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:integer ;
                               owl:onProperty            isoprops:RevisionNumber ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:NameInLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:dateTime ;
                               owl:onProperty               isoprops:DateOfLastChange
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:ExampleInLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:CountryOfUse
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:DeprecationExplanation
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           [ a          rdfs:Datatype ;
                                                           owl:oneOf  ( "active" "inactive" )
                                                         ] ;
                               owl:onProperty            isoprops:Status ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:dateTime ;
                               owl:onProperty               isoprops:DateOfDeactivation
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  1 ;
                               owl:onProperty   isoprops:CreatorsLanguage
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  1 ;
                               owl:onClass                  isoprops:GroupOfProperties ;
                               owl:onProperty               isoprops:hasGroupOfProperties
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:TextFormatItem ;
                               owl:onProperty               isoprops:hasTextFormat
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:CountryOfOrigin
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:PossibleValues ;
                               owl:onProperty               isoprops:hasPossibleValues
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:Property ;
                               owl:onProperty               isoprops:isReplacedByProperty
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:ExternalDictionaryReference ;
                               owl:onProperty               isoprops:hasExternalDictionaryReference
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:DefiningValuesList ;
                               owl:onProperty               isoprops:hasDefiningValue
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onClass               isoprops:BoundaryValue ;
                               owl:onProperty            isoprops:hasBoundary ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:integer ;
                               owl:onProperty            isoprops:VersionNumber ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:dateTime ;
                               owl:onProperty            isoprops:DateOfVersion ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:SubdivisionOfUse
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onDataRange           xsd:dateTime ;
                               owl:onProperty            isoprops:DateOfRevision ;
                               owl:qualifiedCardinality  1
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:dateTime ;
                               owl:onProperty               isoprops:DateOfActivation
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:hasPossibleValues
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:SymbolOfTheProperty ;
                               owl:onProperty               isoprops:hasSymbolsOfTheProperty
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:Property ;
                               owl:onProperty               isoprops:replacesProperties
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:DigitalFormatItem ;
                               owl:onProperty               isoprops:hasDigitalFormat
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:DeprecationExplanation
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onClass                  isoprops:Property ;
                               owl:onProperty               isoprops:hasParameterOfTheDynamicProperty
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  1 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:CountryOfOrigin
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onDataRange              qudt:QuantityKind ;
                               owl:onProperty               isoprops:hasPhysicalQuantity
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  0 ;
                               owl:onDataRange              xsd:string ;
                               owl:onProperty               isoprops:NameOfTheDefiningValues
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onClass                  qudt:Unit ;
                               owl:onProperty               isoprops:hasUnit
                             ] ;
        owl:equivalentClass  opm:Property .

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

isoprops: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         isoprops:Property ;
        rdfs:label          "Tolerance" , "Toleranz"@de-DE ;
        rdfs:range          xsd:decimal ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA036" ;
        isoprops:code       "PA036"@de-DE , "PA036" .

isoprops: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            isoprops:Encoding ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:integer ;
                           owl:onProperty            isoprops:NumberOfCharacters ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA038" ;
        isoprops:code    "PA038"@de-DE , "PA038" .

isoprops:hasParentGroupOfProperties
        a                   owl:ObjectProperty ;
        rdfs:comment        "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 , "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)" ;
        rdfs:domain         isoprops:GroupOfProperties ;
        rdfs:label          "uebergeordnete Merkmalsgruppe"@de-DE , "Parent group of properties" ;
        rdfs:range          isoprops:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA023" ;
        isoprops:code       "GA023"@de-DE , "GA023" .

isoprops:PossibleValues
        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           "Liste moeglicher Werte in Sprache N"@de-DE , "Possible value in language N" ;
        rdfs:subClassOf      owl:Thing , schema:PropertyValue ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  1 ;
                               owl:onProperty   schema:value
                             ] ;
        owl:equivalentClass  <https://w3id.org/dt#PredefinedValuesList> ;
        skos:scopeNote       "PA039" ;
        isoprops:code        "PA039"@de-DE , "PA039" .

isoprops: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 , <https://w3id.org/dt#LibraryComponent> ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:NameInLanguage
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:DefinitionInLanguage
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            isoprops:CountryOfOrigin ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:CountryOfUse
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:integer ;
                           owl:onProperty            isoprops:VersionNumber ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:dateTime ;
                           owl:onProperty            isoprops:DateOfVersion ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:dateTime ;
                           owl:onProperty               isoprops:DateOfActivation
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  "0"^^xsd:nonNegativeInteger ;
                           owl:onClass                  isoprops:ExternalDictionaryReference ;
                           owl:onProperty               isoprops:hasExternalDictionaryReference
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:integer ;
                           owl:onProperty            isoprops:RevisionNumber ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:dateTime ;
                           owl:onProperty            isoprops:DateOfRevision ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:DeprecationExplanation
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:SubdivisionOfUse
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:dateTime ;
                           owl:onProperty            isoprops:DateOfCreation ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:decimal ;
                           owl:onProperty               isoprops:Tolerance
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            isoprops:GloballyUniqueIdentifier ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:VisualRepresentation
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:dateTime ;
                           owl:onProperty               isoprops:DateOfLastChange
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  isoprops:GroupOfProperties ;
                           owl:onProperty               isoprops:replacesGroupOfProperties
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  isoprops:GroupOfProperties ;
                           owl:onProperty               isoprops:isReplacedByGroupOfProperties
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  1 ;
                           owl:onDataRange              xsd:string ;
                           owl:onProperty               isoprops:DeprecationExplanation
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           [ a          rdfs:Datatype ;
                                                       owl:oneOf  ( "Alternative use" "Class" "Composed property" "Domain" "Reference document" )
                                                     ] ;
                           owl:onProperty            isoprops:CategoryOfGroupOfProperties ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onClass                  isoprops:GroupOfProperties ;
                           owl:onProperty               isoprops:hasParentGroupOfProperties
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  1 ;
                           owl:onClass                  isoprops:GroupOfProperties ;
                           owl:onProperty               isoprops:hasParentGroupOfProperties
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:minQualifiedCardinality  0 ;
                           owl:onDataRange              xsd:dateTime ;
                           owl:onProperty               isoprops:DateOfDeactivation
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onDataRange           [ a          rdfs:Datatype ;
                                                       owl:oneOf  ( "active" "inactive" )
                                                     ] ;
                           owl:onProperty            isoprops:Status ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            isoprops:CreatorsLanguage ;
                           owl:qualifiedCardinality  1
                         ] .

isoprops:Inclusive  a       owl:DatatypeProperty ;
        rdfs:domain         isoprops:BoundaryLimitMin , isoprops:BoundaryLimitMax ;
        rdfs:label          "inclusive" ;
        rdfs:range          xsd:boolean ;
        rdfs:subPropertyOf  owl:topDataProperty .

isoprops:DeprecationExplanation
        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/group of properties; this explanation has to be written in international English (EN)" , "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 ;
        rdfs:domain         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Erlaeuterung fuer die Ablehnung"@de-DE , "Deprecation explanation" ;
        rdfs:range          rdf:langString ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA013/GA013" ;
        isoprops:code       "PA013/GA013"@de-DE , "PA013/GA013" .

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

isoprops: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         isoprops:Property ;
        rdfs:label          "Datentyp (GUID)"@de-DE , "Data type" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA030" ;
        isoprops:code       "PA030"@de-DE , "PA030" .

isoprops:replacesGroupOfProperties
        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         isoprops:GroupOfProperties ;
        rdfs:label          "List of replaced groups of properties" , "Liste ersetzter Merkmalsgruppen"@de-DE ;
        rdfs:range          isoprops:GroupOfProperties ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        owl:inverseOf       isoprops:isReplacedByGroupOfProperties ;
        skos:scopeNote      "GA011" ;
        isoprops:code       "GA011"@de-DE , "GA011" .

isoprops:hasTextFormat
        a                   owl:ObjectProperty ;
        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:domain         isoprops:Property ;
        rdfs:label          "Textformat"@de-DE , "Text format" ;
        rdfs:range          isoprops:TextFormatItem ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA038" ;
        isoprops:code       "PA038"@de-DE , "PA038" .

isoprops: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         isoprops:Property , isoprops:GroupOfProperties ;
        rdfs:label          "Version number" , "Versionsnummer"@de-DE ;
        rdfs:range          xsd:integer ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA009/GA009" ;
        isoprops:code       "PA009/GA009"@de-DE , "PA009/GA009" .

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

isoprops:ExternalDictionaryReference
        a                    rdfs:Class ;
        rdfs:comment         "Pair (property internal identifier, corresponding data dictionary identifier)\nThis attribute should be used for compatibility between already existing properties" , "Paar (interner Merkmalsbezeichner, entsprechender Datenkatalog-Bezeichner)\nDieses Attribut sollte fuer die Vertraeglichkeit zwischen bereits vorhandenen Merkmalen verwendet werden"@de-DE ;
        rdfs:label           "External Dictionary Reference"@de-DE , "External Dictionary Reference " ;
        rdfs:subClassOf      owl:Thing ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   <https://w3id.org/dt#hasExternalDictionaryProperty>
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   <https://w3id.org/dt#hasExternalDictionary>
                             ] ;
        owl:equivalentClass  <https://w3id.org/dt#ExternalDictionaryReference> .

dcat:accessURL  a  owl:AnnotationProperty .

isoprops:BoundaryValue
        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       "Grenzwertliste"@de-DE , "Boundary values list" ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  isoprops:BoundaryLimitMax ;
                           owl:onProperty               isoprops:hasBoundaryLimit
                         ] ;
        rdfs:subClassOf  [ a                            owl:Restriction ;
                           owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onClass                  isoprops:BoundaryLimitMin ;
                           owl:onProperty               isoprops:hasBoundaryLimit
                         ] ;
        skos:scopeNote   "PA040" ;
        isoprops:code    "PA040"@de-DE , "PA040" .

isoprops:hasExternalDictionaryProperty
        a                       owl:ObjectProperty ;
        rdfs:label              "has external dictionary property" ;
        rdfs:subPropertyOf      owl:topObjectProperty ;
        owl:equivalentProperty  <https://w3id.org/dt#hasExternalDictionaryProperty> .

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

isoprops: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         isoprops:Property , isoprops:GroupOfProperties ;
        rdfs:label          "Datum der letzten Aenderung"@de-DE , "Date of last change" ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA005/GA005" ;
        isoprops:code       "PA005/GA005"@de-DE , "PA005/GA005" .

isoprops:CreatorsLanguage
        a                   owl:DatatypeProperty ;
        rdfs:comment        "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 , "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)" ;
        rdfs:domain         isoprops:Property , isoprops:GroupOfProperties ;
        rdfs:label          "Creator's language" , "Erlaeuterung fuer die Ablehnung"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA015/GA015" ;
        isoprops:code       "PA015/GA015"@de-DE , "PA015/GA015" .

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

isoprops: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         isoprops:TextFormatItem ;
        rdfs:label          "Number of Characters" , "Anzahl der Zeichen"@de-DE ;
        rdfs:range          xsd:integer ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA038" ;
        isoprops:code       "PA038"@de-DE , "PA038" .

isoprops:PhysicalQuantity
        a                    rdfs:Class ;
        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:label           "Physikalische Groesse"@de-DE , "Physical quantity" ;
        rdfs:subClassOf      <https://w3id.org/dt#LibraryComponent> ;
        owl:equivalentClass  qudt:QuantityKind .

isoprops: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   isoprops:hasPropertyGroupReference
                         ] .

isoprops:BoundaryLimitMin
        a                rdfs:Class ;
        rdfs:comment     "Boundary limit interval consisting of the lower(minValue) interval boundary" , "Grenzwertintervall bestehend aus der unteren(minValue) Intervallgrenze"@de-DE ;
        rdfs:label       "Unterer Grenzwert"@de-DE , "Minimum Boundary Limit" ;
        rdfs:subClassOf  schema:PropertyValue , owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:boolean ;
                           owl:onProperty            isoprops:Inclusive ;
                           owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   schema:value
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                           owl:onProperty   isoprops:hasUnit
                         ] ;
        skos:scopeNote   "PA040" ;
        isoprops:code    "PA040"@de-DE , "PA040" .

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

isoprops: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         isoprops:GroupOfProperties ;
        rdfs:label          "Kategorie der Merkmalsgruppe"@de-DE , "Category of group of properties" ;
        rdfs:range          [ a          rdfs:Datatype ;
                              owl:oneOf  ( "Alternative use" "Class" "Composed property" "Domain" "Reference document" )
                            ] ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:example        "Composed property" , "Reference document" , "Alternative use" , "Domain" , "Class" ;
        skos:scopeNote      "GA022" ;
        isoprops:code       "GA022"@de-DE , "GA022" .

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

isoprops: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 des Merkmals in einer gegebenen Merkmalsgruppe"@de-DE , "Symbol of the property in a given property group" ;
        rdfs:subClassOf  owl:Thing ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onClass               isoprops:GroupOfProperties ;
                           owl:onProperty            isoprops:hasGivenGroupOfProperties ;
                           owl:qualifiedCardinality  1
                         ] ;
        rdfs:subClassOf  [ a                         owl:Restriction ;
                           owl:onDataRange           xsd:string ;
                           owl:onProperty            isoprops:Symbol ;
                           owl:qualifiedCardinality  1
                         ] ;
        skos:scopeNote   "PA022" ;
        isoprops:code    "PA022"@de-DE , "PA022" .

isoprops: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         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Land der Verwendung"@de-DE , "Country of use" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA024/GA019" ;
        isoprops:code       "PA024/GA019"@de-DE , "PA024/GA019" .

isoprops:DefiningValueItem
        a                rdfs:Class ;
        rdfs:comment     "Contains a defining value of an array in the form of a literal" , "Enthaelt einen definierenden Wert eines Arrays in Form eines Literals"@de-DE ;
        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" ;
        isoprops:code    "PA035"@de-DE , "PA035" .

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

<https://w3id.org/dt#hasExternalDictionaryReference>
        owl:equivalentProperty  <https://w3id.org/dt#hasExternalDictionaryReference> .

isoprops:replacesProperties
        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         isoprops:Property ;
        rdfs:label          "List of replaced properties" , "Liste ersetzter Merkmale"@de-DE ;
        rdfs:range          isoprops:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        owl:inverseOf       isoprops:isReplacedByProperty ;
        skos:scopeNote      "PA011" ;
        isoprops:code       "PA011"@de-DE , "PA011" .

isoprops: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:issued
                         ] ;
        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:cardinality  1 ;
                           owl:onProperty   dc:title
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  1 ;
                           owl:onProperty      isoprops:hasDictionarySubset
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:type
                         ] ;
        rdfs:subClassOf  [ a                owl:Restriction ;
                           owl:cardinality  1 ;
                           owl:onProperty   dc:description
                         ] .

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

isoprops: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         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Bildliche Darstellung"@de-DE , "Visual representation" ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA023/GA018" ;
        isoprops:code       "PA023/GA018"@de-DE , "PA023/GA018" .

isoprops:hasRelationOfTheGroupOfPropertiesIdentifiersInTheInterconnectedDataDictionaries
        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         isoprops: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:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "GA014" ;
        isoprops:code       "GA014" , "GA014"@de-DE .

isoprops: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 .

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

isoprops:hasUnit  a         owl:ObjectProperty ;
        rdfs:comment        "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 --> http://qudt.org/vocab/unit/UNITLESS" , "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 --> http://qudt.org/vocab/unit/UNITLESS"@de-DE ;
        rdfs:domain         isoprops:BoundaryLimitMax , isoprops:Property , isoprops:BoundaryLimitMin ;
        rdfs:label          "hat Einheit"@de-DE , "has unit" ;
        rdfs:range          qudt:Unit ;
        rdfs:seeAlso        unit:UNITLESS ;
        rdfs:subPropertyOf  owl:topObjectProperty ;
        skos:scopeNote      "PA033" ;
        isoprops:code       "PA033"@de-DE , "PA033" .

isoprops: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         isoprops:AssignedProperty ;
        rdfs:label          "hat Merkmalreferenz"@de-DE , "has Property Reference" ;
        rdfs:range          isoprops:Property ;
        rdfs:subPropertyOf  owl:topObjectProperty .

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

isoprops: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         isoprops:GroupOfProperties , isoprops:Property ;
        rdfs:label          "Country of origin" , "Ursprungsland"@de-DE ;
        rdfs:range          xsd:string ;
        rdfs:subPropertyOf  owl:topDataProperty ;
        skos:scopeNote      "PA026/GA021" ;
        isoprops:code       "PA026/GA021"@de-DE , "PA026/GA021" .

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