@prefix : <https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix iso-11179: <https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/> .
@base <https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/> .

<https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/> rdf:type owl:Ontology ;
                                                                         owl:imports <http://www.w3.org/2004/02/skos/core> .

#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/NaturalRange
iso-11179:NaturalRange rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Notation
iso-11179:Notation rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/PhoneNumber
iso-11179:PhoneNumber rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/PostalAddress
iso-11179:PostalAddress rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Sign
iso-11179:Sign rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Text
iso-11179:Text rdf:type rdfs:Datatype .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Value
iso-11179:Value rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.attachedTo
iso-11179:administeredItem.attachedTo rdf:type owl:ObjectProperty ;
                                      owl:inverseOf iso-11179:attachedItem.hasOwner ;
                                      rdfs:domain iso-11179:AdministeredItem ;
                                      rdfs:range iso-11179:AttachedItem ;
                                      skos:definition "The attachment association records the binding of exactly one Administered Item (8.1.2.2) with zero or more Attached Item (8.1.2.3) indicating that the Attached Item shares all of the administrative information (3.2.3) of the Administered Item. attachment enables collections of Registered Items (8.1.2.1) to be administered collectively as a block. Attachment has two roles: owner (verb form: has owner) references an Administered_Item; attached item (verb form: attached to) references an Attached_Item. [ISO/IEC 11179-3:2013(E), 8.1.6.1]" ;
                                      skos:prefLabel "Attached To" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.stewardedBy
iso-11179:administeredItem.stewardedBy rdf:type owl:ObjectProperty ;
                                       owl:inverseOf iso-11179:stewardshipRecord.stewards ;
                                       rdf:type owl:FunctionalProperty ;
                                       rdfs:domain iso-11179:AdministeredItem ;
                                       rdfs:range iso-11179:StewardshipRecord ;
                                       skos:definition "The stewardship association records the binding of exactly one Stewardship Record (8.1.2.7) to one or more Administered Items (8.1.2.2). The association has two roles: stewardship_record (verb form: stewarded_by) which references a Stewardship Record; stewarded_item (verb form: stewards) which references one or more Administered Items. [ISO/IEC 11179-3:2013(E), 8.1.6.4]" ;
                                       skos:prefLabel "Stewarded By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/attachedItem.hasOwner
iso-11179:attachedItem.hasOwner rdf:type owl:ObjectProperty ,
                                         owl:FunctionalProperty ;
                                rdfs:domain iso-11179:AttachedItem ;
                                rdfs:range iso-11179:AdministeredItem ;
                                skos:definition "The attachment association records the binding of exactly one Administered Item (8.1.2.2) with zero or more Attached Item (8.1.2.3) indicating that the Attached Item shares all of the administrative information (3.2.3) of the Administered Item. attachment enables collections of Registered Items (8.1.2.1) to be administered collectively as a block. Attachment has two roles: owner (verb form: has owner) references an Administered_Item; attached item (verb form: attached to) references an Attached_Item. [ISO/IEC 11179-3:2013(E), 8.1.6.1]" ;
                                skos:prefLabel "Has Owner" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/conceptualDomain.dimensionality
iso-11179:conceptualDomain.dimensionality rdf:type owl:ObjectProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:ConceptualDomain ;
                                          rdfs:range iso-11179:Dimensionality ;
                                          skos:definition "Expression of measurement without units. [ISO/IEC 11179-3:2013(E), 11.3.2.1.3.1]" ;
                                          skos:note "ISO 31-0 specifies physical dimensions (e.g. length, mass, velocity). This part of ISO/IEC 11179 also permits non-physical dimensions (e.g. value dimensions such as: currency, quality indicator)." ,
                                                    "When a dimensionality is specified, then any Unit_of_Measure (11.4.2.1) specified for any Value_Domain (11.3.2.5) that is based on this Conceptual_Domain, shall be consistent with this dimensionality." ;
                                          skos:prefLabel "Conceptual Domain Dimensionality" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/conceptualDomain.hasRepresentation
iso-11179:conceptualDomain.hasRepresentation rdf:type owl:ObjectProperty ;
                                             owl:inverseOf iso-11179:valueDomain.hasMeaning ;
                                             rdfs:domain iso-11179:ConceptualDomain ;
                                             rdfs:range iso-11179:ValueDomain ;
                                             skos:definition "The association value_domain_meaning binds a Value Domain (11.3.2.5) to a Conceptual Domain (11.3.2.1) that provides the meanings for each of the values within the Value Domain. The association has two roles: meaning (verb form: has meaning) which references a Conceptual Domain; representation (verb form: has representation) which references a Value Domain. Each representation (Value Domain) must have exactly one meaning (Conceptual Domain). However, each meaning (Conceptual Domain) may have zero or more representations (Value Domains). [ISO/IEC 11179-3:2013(E), 11.3.3.1]" ;
                                             skos:prefLabel "Has Representation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/conceptualDomain.providesDomainFor
iso-11179:conceptualDomain.providesDomainFor rdf:type owl:ObjectProperty ;
                                             owl:inverseOf iso-11179:dataElementConcept.uses ;
                                             rdfs:domain iso-11179:ConceptualDomain ;
                                             rdfs:range iso-11179:DataElementConcept ;
                                             skos:definition "The data_element_concept_domain association binds a Data Element Concept (11.1.2.5) to its Conceptual Domain (11.1.2.2). The association has two roles: usage (verb form: uses), which specifies the Data Element Concept which uses a Conceptual Domain; domain (verb form: provides_domain_for) which specifies the Conceptual Domain which provides the domain for a Data Element Concept. Each usage (Data Element Concept) may have zero or more domains (Conceptual Domains). Each domain (Conceptual Domain) may have zero or more associated usages (Data Element Concepts). For example, a Conceptual Domain may be registered without registering an associated Data Element Concept, and vice versa. [ISO/IEC 11179-3:2013(E), 11.1.3.4]" ;
                                             skos:prefLabel "Provides Domain For" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/contact.individual
iso-11179:contact.individual rdf:type owl:ObjectProperty ,
                                      owl:FunctionalProperty ;
                             rdfs:domain iso-11179:Contact ;
                             rdfs:range iso-11179:Individual ;
                             skos:definition "The Individual that is the Contact. [ISO/IEC 11179-3:2013(E), 6.3.2.2.1]" ;
                             skos:prefLabel "Contact Individual" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/contact.organization
iso-11179:contact.organization rdf:type owl:ObjectProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain iso-11179:Contact ;
                               rdfs:range iso-11179:Organization ;
                               skos:definition "Organization for which the Contact acts as a representative. [ISO/IEC 11179-3:2013(E), 6.3.2.2.2]" ;
                               skos:prefLabel "Contact Organization" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/contact.role
iso-11179:contact.role rdf:type owl:ObjectProperty ,
                                owl:FunctionalProperty ;
                       rdfs:domain iso-11179:Contact ;
                       rdfs:range iso-11179:Role ;
                       skos:definition "Specified responsibilities of the Contact. [ISO/IEC 11179-3:2013(E), 6.3.2.2.3]" ;
                       skos:prefLabel "Contact Role" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElement.exemplifiedBy
iso-11179:dataElement.exemplifiedBy rdf:type owl:ObjectProperty ;
                                    owl:inverseOf iso-11179:dataElementExample.exemplifies ;
                                    rdfs:domain iso-11179:DataElement ;
                                    rdfs:range iso-11179:DataElementExample ;
                                    skos:definition "The exemplification association binds a Data Element (11.5.2.1) with a Data Element Example (11.5.2.4) that provides an example instance or use of the exhibitor Data Element. The association has two roles: exhibitor (verb form: exemplified by) which references a Data Element to be exemplified; example.(verb form: exemplifies) which references a Data Element Example the exemplifies the Data Element. [ISO/IEC 11179-3:2013(E), 11.5.3.3]" ;
                                    skos:prefLabel "Exemplified By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElement.isInputTo
iso-11179:dataElement.isInputTo rdf:type owl:ObjectProperty ;
                                owl:inverseOf iso-11179:dataElementDerivation.inputs ;
                                rdfs:domain iso-11179:DataElement ;
                                rdfs:range iso-11179:DataElementDerivation ;
                                skos:definition "The derivation_input association binds one or more input Data Element(s) (11.5.2.1) with a Data Element Derivation (11.5.2.6). The association has two roles: input (verb form: is input to) which references a Data Element; inputter (verb forms: inputs) which references a Data Element Derivation. [ISO/IEC 11179-3:2013(E), 11.5.3.4]" ;
                                skos:prefLabel "Is Input To" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElement.isOutput
iso-11179:dataElement.isOutput rdf:type owl:ObjectProperty ;
                               owl:inverseOf iso-11179:dataElementDerivation.derives ;
                               rdfs:domain iso-11179:DataElement ;
                               rdfs:range iso-11179:DataElementDerivation ;
                               skos:definition "The derivation_output association binds a Data Element Derivation (11.5.2.6) with one or more output Data Elements (11.5.2.1) that are the result of the application of the Data Element Derivation. The association has two roles: output (verb form: is output) which references a Data Element; derivation (verb form: derives) which references a Data Element Derivation. [ISO/IEC 11179-3:2013(E), 11.5.3.5]" ;
                               skos:prefLabel "Is Output" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElement.represents
iso-11179:dataElement.represents rdf:type owl:ObjectProperty ;
                                 owl:inverseOf iso-11179:dataElementConcept.providesMeaningFor ;
                                 rdf:type owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:DataElement ;
                                 rdfs:range iso-11179:DataElementConcept ;
                                 skos:definition "The data_element_meaning association binds a Data Element (11.1.2.4) to its Data Element Concept (11.1.2.5). The association has two roles: meaning (verb form: provides meaning for), which specifies the Data Element Concept which provides meaning for a Data Element; representation (verb form: represents), which specifies a Data Element which represents the Data Element Concept. Each representation (Data Element) has exactly one meaning (Data Element Concept). However, a meaning (Data Element Concept) may have zero or more representations (Data Elements). [ISO/IEC 11179-3:2013(E), 11.1.3.3]" ;
                                 skos:prefLabel "Represents" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElement.uses
iso-11179:dataElement.uses rdf:type owl:ObjectProperty ;
                           owl:inverseOf iso-11179:valueDomain.providesValuesFor ;
                           rdf:type owl:FunctionalProperty ;
                           rdfs:domain iso-11179:DataElement ;
                           rdfs:range iso-11179:ValueDomain ;
                           skos:definition "The data_element_domain association binds a Data Element (11.1.2.4) to a Value Domain (11.1.2.3) which specifies the permissible values (3.2.96) which may be stored in the data element (3.2.28). The association has two roles: usage (verb form: uses), which specifies a Data Element which uses a Value Domain; domain (verb form: provides_values_for), which specifies a Value Domain which provides values for the Data Element. A usage (Data Element) has exactly one domain (Value Domain). A domain (Value Domain) may have zero or more usages (Data Elements). [ISO/IEC 11179-3:2013(E), 11.1.3.2]" ;
                           skos:prefLabel "Uses" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementConcept.hasObjectClass
iso-11179:dataElementConcept.hasObjectClass rdf:type owl:ObjectProperty ;
                                            owl:inverseOf iso-11179:objectClass.hasDataElementConcept ;
                                            rdf:type owl:FunctionalProperty ;
                                            rdfs:domain iso-11179:DataElementConcept ;
                                            rdfs:range iso-11179:ObjectClass ;
                                            skos:definition "The association data_element_concept_object_class binds a Data Element Concept (11.2.2.3) and an Object Class (11.2.2.1) that represents a particular set of ideas, abstractions, or things in the real world whose properties and behaviour follow a set of rules as represented by the Data Element Concept. The association has two roles: object_class (verb form: has object class) which references an Object Class that is part of the specification of the Data Element Concept; data_element_concept (verb form: has data element concept) which references a Data Element Concept that the Object Class helps to specify. A Data Element Concept may be associated with zero or one Object Classes. An Object Class may be associated with zero or more Data Element Concepts. [ISO/IEC 11179-3:2013(E), 11.2.3.3]" ;
                                            skos:prefLabel "Has Object Class" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementConcept.hasProperty
iso-11179:dataElementConcept.hasProperty rdf:type owl:ObjectProperty ;
                                         owl:inverseOf iso-11179:property.hasDataElementConcept ;
                                         rdf:type owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:DataElementConcept ;
                                         rdfs:range iso-11179:Property ;
                                         skos:definition "The association data_element_concept_property binds a Data Element Concept (11.2.2.3) and a Property (11.2.2.2). The association has two roles: property (verb form: has property) which references a Property that is part of the specification of the Data Element Concept; data element concept (verb form: has data element concept) which references a Data Element Concept that the Property helps to specify. A Data Element Concept may be associated with zero or one Property. A Property may be associated with zero or more Data Element Concepts. [ISO/IEC 11179-3:2013(E), 11.2.3.1]" ;
                                         skos:prefLabel "Has Property" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementConcept.providesMeaningFor
iso-11179:dataElementConcept.providesMeaningFor rdf:type owl:ObjectProperty ;
                                                rdfs:domain iso-11179:DataElementConcept ;
                                                rdfs:range iso-11179:DataElement ;
                                                skos:definition "The data_element_meaning association binds a Data Element (11.1.2.4) to its Data Element Concept (11.1.2.5). The association has two roles: meaning (verb form: provides meaning for), which specifies the Data Element Concept which provides meaning for a Data Element; representation (verb form: represents), which specifies a Data Element which represents the Data Element Concept. Each representation (Data Element) has exactly one meaning (Data Element Concept). However, a meaning (Data Element Concept) may have zero or more representations (Data Elements). [ISO/IEC 11179-3:2013(E), 11.1.3.3]" ;
                                                skos:prefLabel "Provides Meaning For" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementConcept.uses
iso-11179:dataElementConcept.uses rdf:type owl:ObjectProperty ;
                                  rdfs:domain iso-11179:DataElementConcept ;
                                  rdfs:range iso-11179:ConceptualDomain ;
                                  skos:definition "The data_element_concept_domain association binds a Data Element Concept (11.1.2.5) to its Conceptual Domain (11.1.2.2). The association has two roles: usage (verb form: uses), which specifies the Data Element Concept which uses a Conceptual Domain; domain (verb form: provides_domain_for) which specifies the Conceptual Domain which provides the domain for a Data Element Concept. Each usage (Data Element Concept) may have zero or more domains (Conceptual Domains). Each domain (Conceptual Domain) may have zero or more associated usages (Data Element Concepts). For example, a Conceptual Domain may be registered without registering an associated Data Element Concept, and vice versa. [ISO/IEC 11179-3:2013(E), 11.1.3.4]" ;
                                  skos:prefLabel "Uses" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementDerivation.applies
iso-11179:dataElementDerivation.applies rdf:type owl:ObjectProperty ;
                                        owl:inverseOf iso-11179:derivationRule.providesRuleFor ;
                                        rdf:type owl:FunctionalProperty ;
                                        rdfs:domain iso-11179:DataElementDerivation ;
                                        rdfs:range iso-11179:DerivationRule ;
                                        skos:definition "The derivation_rule_application association binds a Data Element Derivation with a Derivation Rule that specifies the rule to be used for the derivation. The association has two roles: application (verb form: applies) which references a Data Element Derivation; rule (verb form: provides rule for) which references a Derivation Rule. [ISO/IEC 11179-3:2013(E), 11.5.3.6]" ;
                                        skos:prefLabel "Applies" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementDerivation.derives
iso-11179:dataElementDerivation.derives rdf:type owl:ObjectProperty ;
                                        rdfs:domain iso-11179:DataElementDerivation ;
                                        rdfs:range iso-11179:DataElement ;
                                        skos:definition "The derivation_output association binds a Data Element Derivation (11.5.2.6) with one or more output Data Elements (11.5.2.1) that are the result of the application of the Data Element Derivation. The association has two roles: output (verb form: is output) which references a Data Element; derivation (verb form: derives) which references a Data Element Derivation. [ISO/IEC 11179-3:2013(E), 11.5.3.5]" ;
                                        skos:prefLabel "Derives" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementDerivation.inputs
iso-11179:dataElementDerivation.inputs rdf:type owl:ObjectProperty ;
                                       rdfs:domain iso-11179:DataElementDerivation ;
                                       rdfs:range iso-11179:DataElement ;
                                       skos:definition "The derivation_input association binds one or more input Data Element(s) (11.5.2.1) with a Data Element Derivation (11.5.2.6). The association has two roles: input (verb form: is input to) which references a Data Element; inputter (verb forms: inputs) which references a Data Element Derivation. [ISO/IEC 11179-3:2013(E), 11.5.3.4]" ;
                                       skos:prefLabel "Inputs" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementExample.exemplifies
iso-11179:dataElementExample.exemplifies rdf:type owl:ObjectProperty ;
                                         rdfs:domain iso-11179:DataElementExample ;
                                         rdfs:range iso-11179:DataElement ;
                                         skos:definition "The exemplification association binds a Data Element (11.5.2.1) with a Data Element Example (11.5.2.4) that provides an example instance or use of the exhibitor Data Element. The association has two roles: exhibitor (verb form: exemplified by) which references a Data Element to be exemplified; example.(verb form: exemplifies) which references a Data Element Example the exemplifies the Data Element. [ISO/IEC 11179-3:2013(E), 11.5.3.3]" ;
                                         skos:prefLabel "Exemplifies" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/datatype.schemeReference
iso-11179:datatype.schemeReference rdf:type owl:ObjectProperty ,
                                            owl:FunctionalProperty ;
                                   rdfs:domain iso-11179:Datatype ;
                                   rdfs:range iso-11179:ReferenceDocument ;
                                   skos:definition "Reference identifying the source of the Datatype specification. [ISO/IEC 11179-3:2013(E), 11.3.2.9.2.3]" ;
                                   skos:note "In this edition of this part of ISO/IEC 11179, the manner of reference is specified by the registration authority." ;
                                   skos:prefLabel "Datatype Scheme Reference" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definition.language
iso-11179:definition.language rdf:type owl:ObjectProperty ,
                                       owl:FunctionalProperty ;
                              rdfs:domain iso-11179:Definition ;
                              rdfs:range iso-11179:LanguageIdentification ;
                              skos:definition "Language (3.2.68) used to write the definition text. [ISO/IEC 11179-3:2013(E), 7.3.2.4.2.2]" ;
                              skos:note "If Registry_Specification.registry_primary_language (see 8.1.2.9.2.7) is specified, then language may be omitted, implying that the language is that specified by the Registry_Specification.registry_primary_ language. If Registry_Specification.registry_primary_language is not specified, then language must be specified." ;
                              skos:prefLabel "Definition Language" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definition.source
iso-11179:definition.source rdf:type owl:ObjectProperty ,
                                     owl:FunctionalProperty ;
                            rdfs:domain iso-11179:Definition ;
                            rdfs:range iso-11179:ReferenceDocument ;
                            skos:definition "Reference to the source from which the definition text is taken. [ISO/IEC 11179-3:2013(E), 7.3.2.4.2.3]" ;
                            skos:prefLabel "Definition Source" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definition.usedForDefinitionHeading
iso-11179:definition.usedForDefinitionHeading rdf:type owl:ObjectProperty ;
                                              owl:inverseOf iso-11179:designation.definedAs ;
                                              rdf:type owl:FunctionalProperty ;
                                              rdfs:domain iso-11179:Definition ;
                                              rdfs:range iso-11179:Designation ;
                                              skos:definition "The designation_definition_pairing association records the bindings of zero or one Designation (7.3.2.3) to zero or one Definition (7.3.2.4). The association has two roles: definition_heading (verb form: used_for_definition_heading) which references a Designation; specific_definition (verb form: defined_as) which references a Definition. [ISO/IEC 11179-3:2013(E), 7.3.4.1]" ;
                                              skos:note "If there is a need to pair a designation with different definitions in different contexts, then this requires the use of separate Designatable_Items (7.3.2.2), Designations and Definitions, even though the Sign (6.2.10) used by each Designation may be identical." ,
                                                        "The requirement that a Designation be associated with a Designatable_Item, means that it is not possible to use the registry simply to record terms as designations with associated definitions without reference to some item. It is anticipated that such a requirement would be met by the use of a Concept_System (9.1.2.2), where each term would be specified as a Concept (9.1.2.1)." ;
                                              skos:prefLabel "Used For Definition Heading" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definition.usedForItem
iso-11179:definition.usedForItem rdf:type owl:ObjectProperty ;
                                 owl:inverseOf iso-11179:designatableItem.hasDefinition ;
                                 rdf:type owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:Definition ;
                                 rdfs:range iso-11179:DesignatableItem ;
                                 skos:definition "The item_definition association records the binding of exactly one Designatable_Item (7.3.2.2) to zero or more Definitions (7.3.2.4), recording also that the Designatable_Item is defined by the Definitions. The association records all of the definitions for a specific Designatable_Item. The association has two roles: item (verb form: used_for_item) which references a Designatable_Item; definition (verb form: has_definition) which references a Definition. A Definition is used for exactly one Designatable Item. Definitions may not be not be reused across multiple Designatable Items because each such item should be distinct and distinguishable, and this should be reflected in the Definition, if not in the text itself, then in the associated Context.[ISO/IEC 11179-3:2013(E), 7.3.4.3]" ;
                                 skos:prefLabel "Used For Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definitionContext.acceptabilty
iso-11179:definitionContext.acceptabilty rdf:type owl:ObjectProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:DefinitionContext ;
                                         rdfs:range iso-11179:Acceptability ;
                                         skos:definition "Acceptability rating (3.2.1) of the Definition in the specified Context. [ISO/IEC 11179-3:2013(E), 7.3.3.1.2.1]" ;
                                         skos:prefLabel "Definition Context Acceptability" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definitionContext.includesRelevantDefinition
iso-11179:definitionContext.includesRelevantDefinition rdf:type owl:ObjectProperty ;
                                                       rdfs:domain iso-11179:DefinitionContext ;
                                                       rdfs:range iso-11179:Definition ;
                                                       skos:definition "The Definition_Context association class records the Context (7.3.2.5) in which a Definition (7.3.2.4) occurs. The association has two roles: relevant_definition (verb form: includes_relevant_definition) which references a Definition; scope (verb form: occurs_in_scope) which references a Context. A relevant_definition may occur within zero or more scopes. A scope may include zero or more relevant_definitions. [ISO/IEC 11179-3:2013(E), 7.3.3.1.1]" ;
                                                       skos:prefLabel "Includes Relevant Definition" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definitionContext.occursInScope
iso-11179:definitionContext.occursInScope rdf:type owl:ObjectProperty ;
                                          rdfs:domain iso-11179:DefinitionContext ;
                                          rdfs:range iso-11179:Context ;
                                          skos:definition "The Definition_Context association class records the Context (7.3.2.5) in which a Definition (7.3.2.4) occurs. The association has two roles: relevant_definition (verb form: includes_relevant_definition) which references a Definition; scope (verb form: occurs_in_scope) which references a Context. A relevant_definition may occur within zero or more scopes. A scope may include zero or more relevant_definitions. [ISO/IEC 11179-3:2013(E), 7.3.3.1.1]" ;
                                          skos:prefLabel "Occurs In Scope" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/derivationRule.providesRuleFor
iso-11179:derivationRule.providesRuleFor rdf:type owl:ObjectProperty ;
                                         rdfs:domain iso-11179:DerivationRule ;
                                         rdfs:range iso-11179:DataElementDerivation ;
                                         skos:definition "The derivation_rule_application association binds a Data Element Derivation with a Derivation Rule that specifies the rule to be used for the derivation. The association has two roles: application (verb form: applies) which references a Data Element Derivation; rule (verb form: provides rule for) which references a Derivation Rule. [ISO/IEC 11179-3:2013(E), 11.5.3.6]" ;
                                         skos:prefLabel "Provides Rule For" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/describedConceptualDomain.hasRepresentation
iso-11179:describedConceptualDomain.hasRepresentation rdf:type owl:ObjectProperty ;
                                                      owl:inverseOf iso-11179:describedValueDomain.hasMeaning ;
                                                      rdfs:domain iso-11179:DescribedConceptualDomain ;
                                                      rdfs:range iso-11179:DescribedValueDomain ;
                                                      skos:definition "The association described_value_domain_meaning binds a Described Value Domain (11.3.2.8) to a Described Conceptual Domain (11.3.2.4). The association has two roles: meaning (verb form: has meaning) which references a Described Conceptual Domain; representation (verb form: has representation) which references a Described Value Domain. Each representation (Described Value Domain) must have exactly one meaning (Described Conceptual Domain). However, each meaning (Described Conceptual Domain) may have zero or more representations (Described Value Domains). [ISO/IEC 11179-3:2013(E), 11.3.3.3]" ;
                                                      skos:prefLabel "Has Representation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/describedValueDomain.hasMeaning
iso-11179:describedValueDomain.hasMeaning rdf:type owl:ObjectProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:DescribedValueDomain ;
                                          rdfs:range iso-11179:DescribedConceptualDomain ;
                                          skos:definition "The association described_value_domain_meaning binds a Described Value Domain (11.3.2.8) to a Described Conceptual Domain (11.3.2.4). The association has two roles: meaning (verb form: has meaning) which references a Described Conceptual Domain; representation (verb form: has representation) which references a Described Value Domain. Each representation (Described Value Domain) must have exactly one meaning (Described Conceptual Domain). However, each meaning (Described Conceptual Domain) may have zero or more representations (Described Value Domains). [ISO/IEC 11179-3:2013(E), 11.3.3.3]" ;
                                          skos:prefLabel "Has Meaning" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designatableItem.hasDefinition
iso-11179:designatableItem.hasDefinition rdf:type owl:ObjectProperty ;
                                         rdfs:domain iso-11179:DesignatableItem ;
                                         rdfs:range iso-11179:Definition ;
                                         skos:definition "The item_definition association records the binding of exactly one Designatable_Item (7.3.2.2) to zero or more Definitions (7.3.2.4), recording also that the Designatable_Item is defined by the Definitions. The association records all of the definitions for a specific Designatable_Item. The association has two roles: item (verb form: used_for_item) which references a Designatable_Item; definition (verb form: has_definition) which references a Definition. A Definition is used for exactly one Designatable Item. Definitions may not be not be reused across multiple Designatable Items because each such item should be distinct and distinguishable, and this should be reflected in the Definition, if not in the text itself, then in the associated Context.[ISO/IEC 11179-3:2013(E), 7.3.4.3]" ;
                                         skos:prefLabel "Has Definition" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designatableItem.hasDesignation
iso-11179:designatableItem.hasDesignation rdf:type owl:ObjectProperty ;
                                          owl:inverseOf iso-11179:designation.usedForItem ;
                                          rdfs:domain iso-11179:DesignatableItem ;
                                          rdfs:range iso-11179:Designation ;
                                          skos:definition "The item_designation association records the bindings of exactly one Designatable Item (7.3.2.2) to zero or more Designations (7.3.2.3), records all of the Designations (sign + language pairs) of a Designatable Item. The association has two roles: item (verb form: used_for_item); designation (verb form: has_designation). The item role references a Designatable Item. The designation role references a Designation. Each designation shall be used for exactly one item. An item may have zero or more designations. Designations may not be not be reused across multiple Designatable Items because each such item should be distinct and distinguishable, and this should be reflected in the Designation, if not in the Sign itself, then in the associated Context or Namespace. [ISO/IEC 11179-3:2013(E), 7.3.4.4]" ;
                                          skos:prefLabel "Has Designation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designation.conformsTo
iso-11179:designation.conformsTo rdf:type owl:ObjectProperty ;
                                 owl:inverseOf iso-11179:namingConvention.hasConformantDesignation ;
                                 rdfs:domain iso-11179:Designation ;
                                 rdfs:range iso-11179:NamingConvention ;
                                 skos:definition "The naming_convention_conformance association between a Designation (7.3.2.3) and zero or more Naming_Conventions (7.3.2.7) records the Naming_Conventions (if any) to which a particular Designation conforms. The association has two roles: convention (verb form: conforms_to); conformant_designation (verb form: has_conformant_designation). The convention role refers to a Naming_Convention. The conformant_designation role refers to a Designation. Each conformant_designation may have zero or more conventions. Each convention may have zero or more conformant_designations. [ISO/IEC 11179-3:2013(E), 7.3.4.5]" ;
                                 skos:prefLabel "Conforms To" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designation.definedAs
iso-11179:designation.definedAs rdf:type owl:ObjectProperty ,
                                         owl:FunctionalProperty ;
                                rdfs:domain iso-11179:Designation ;
                                rdfs:range iso-11179:Definition ;
                                skos:definition "The designation_definition_pairing association records the bindings of zero or one Designation (7.3.2.3) to zero or one Definition (7.3.2.4). The association has two roles: definition_heading (verb form: used_for_definition_heading) which references a Designation; specific_definition (verb form: defined_as) which references a Definition. [ISO/IEC 11179-3:2013(E), 7.3.4.1]" ;
                                skos:note "If there is a need to pair a designation with different definitions in different contexts, then this requires the use of separate Designatable_Items (7.3.2.2), Designations and Definitions, even though the Sign (6.2.10) used by each Designation may be identical." ,
                                          "The requirement that a Designation be associated with a Designatable_Item, means that it is not possible to use the registry simply to record terms as designations with associated definitions without reference to some item. It is anticipated that such a requirement would be met by the use of a Concept_System (9.1.2.2), where each term would be specified as a Concept (9.1.2.1)." ;
                                skos:prefLabel "Defined As" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designation.language
iso-11179:designation.language rdf:type owl:ObjectProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain iso-11179:Designation ;
                               rdfs:range iso-11179:LanguageIdentification ;
                               skos:definition "Language (3.2.68) or dialect in which the Sign (usually a name) is expressed. [ISO/IEC 11179-3:2013(E), 7.3.2.3.2.2]" ;
                               skos:note "Language is conditional because it might not be applicable (e.g. if the sign is an icon). If it is applicable, it must be specified. Designation.language shall not default to Registry_Specification.registry_primary_language, as Definition.language does." ;
                               skos:prefLabel "Designation Language" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designation.occursInNamespace
iso-11179:designation.occursInNamespace rdf:type owl:ObjectProperty ;
                                        owl:inverseOf iso-11179:namespace.bindsTo ;
                                        rdfs:domain iso-11179:Designation ;
                                        rdfs:range iso-11179:Namespace ;
                                        skos:definition "The designation_namespace association records the bindings of zero or more Designations (7.3.2.3) to zero or more Namespaces (7.3.2.6).The association is used to record the Namespaces in which a Designation is valid. The association has two roles: namespace (verb form: occurs_in_namespace) which references a Namespace; binding (verb form: binds_to) which references a Designation. [ISO/IEC 11179-3:2013(E), 7.3.4.2]" ;
                                        skos:prefLabel "Occurs In Namespace" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designation.usedForItem
iso-11179:designation.usedForItem rdf:type owl:ObjectProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:domain iso-11179:Designation ;
                                  rdfs:range iso-11179:DesignatableItem ;
                                  skos:definition "The item_designation association records the bindings of exactly one Designatable Item (7.3.2.2) to zero or more Designations (7.3.2.3), records all of the Designations (sign + language pairs) of a Designatable Item. The association has two roles: item (verb form: used_for_item); designation (verb form: has_designation). The item role references a Designatable Item. The designation role references a Designation. Each designation shall be used for exactly one item. An item may have zero or more designations. Designations may not be not be reused across multiple Designatable Items because each such item should be distinct and distinguishable, and this should be reflected in the Designation, if not in the Sign itself, then in the associated Context or Namespace. [ISO/IEC 11179-3:2013(E), 7.3.4.4]" ;
                                  skos:prefLabel "Used For Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designationContext.acceptabilty
iso-11179:designationContext.acceptabilty rdf:type owl:ObjectProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:DesignationContext ;
                                          rdfs:range iso-11179:Acceptability ;
                                          skos:definition "Acceptability rating (3.2.1) of the Designation in the specified Context. [ISO/IEC 11179-3:2013(E), 7.3.3.2.2.1]" ;
                                          skos:prefLabel "Designation Context Acceptability" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designationContext.includesRelevantDesignation
iso-11179:designationContext.includesRelevantDesignation rdf:type owl:ObjectProperty ;
                                                         rdfs:domain iso-11179:DesignationContext ;
                                                         rdfs:range iso-11179:Designation ;
                                                         skos:definition "The Designation_Context association class records the Context (7.3.2.5) in which a Designation (7.3.2.3) occurs. The association has two roles: relevant_designation (verb form: includes_relevant_designation) which references a Designation class; scope (verb form: occurs_in_scope) which references a Context class. A relevant_designation may have zero or more scopes. A scope may include zero or more relevant_designations. [ISO/IEC 11179-3:2013(E), 7.3.3.2.1]" ;
                                                         skos:prefLabel "Includes Relevant Designation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designationContext.occursInScope
iso-11179:designationContext.occursInScope rdf:type owl:ObjectProperty ;
                                           rdfs:domain iso-11179:DesignationContext ;
                                           rdfs:range iso-11179:Context ;
                                           skos:definition "The Designation_Context association class records the Context (7.3.2.5) in which a Designation (7.3.2.3) occurs. The association has two roles: relevant_designation (verb form: includes_relevant_designation) which references a Designation class; scope (verb form: occurs_in_scope) which references a Context class. A relevant_designation may have zero or more scopes. A scope may include zero or more relevant_designations. [ISO/IEC 11179-3:2013(E), 7.3.3.2.1]" ;
                                           skos:prefLabel "Occurs In Scope" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dimensionality.hasApplicableUnits
iso-11179:dimensionality.hasApplicableUnits rdf:type owl:ObjectProperty ;
                                            owl:inverseOf iso-11179:measureClass.hasDimensionality ;
                                            rdfs:domain iso-11179:Dimensionality ;
                                            rdfs:range iso-11179:MeasureClass ;
                                            skos:definition "dimensionality_measure_class associates zero or more Dimensionalities (11.4.2.3) with one or more Measure_Classes (11.4.2.2) which group together the Units_of_Measure (11.4.2.1) that apply to the Dimensionality. dimensionality_measure_class has two roles: dimensionality (verb form: has_dimensionality), which references an instance of the Dimensionality class; applicable_units (verb form: has_applicable_units), which references an instance of the Measure_Class class. [ISO/IEC 11179-3:2013(E), 11.4.3.1]" ;
                                            skos:prefLabel "Has Applicable Units" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/enumeratedConceptualDomain.hasMember
iso-11179:enumeratedConceptualDomain.hasMember rdf:type owl:ObjectProperty ;
                                               owl:inverseOf iso-11179:valueMeaning.containedIn ;
                                               rdfs:domain iso-11179:EnumeratedConceptualDomain ;
                                               rdfs:range iso-11179:ValueMeaning ;
                                               skos:definition "The association value_meaning_set binds a set of Value Meanings (11.3.2.3) to an Enumerated Conceptual Domain (11.3.2.2). The association has two roles: containing_domain (verb form: contained_in) which references an Enumerated Conceptual Domain; member (verb form: has_member) which references a Value Meaning. Each member (Value Meaning) shall have one or more containing_domains (Enumerated Conceptual Domain). Each containing_domain (Enumerated Conceptual Domain) shall have one or more members (Value Meanings). The value_meaning_set association is a weak containment association, which means that deletion of the containing Enumerated Conceptual Domain does not imply a cascading delete of the contained Value Meanings, provided the Value Meaning is shared with another Enumerated Conceptual Domain. [ISO/IEC 11179-3:2013(E), 11.3.3.2]" ;
                                               skos:prefLabel "Has Member" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/enumeratedValueDomain.hasMember
iso-11179:enumeratedValueDomain.hasMember rdf:type owl:ObjectProperty ;
                                          owl:inverseOf iso-11179:permissibleValue.containingDomain ;
                                          rdfs:domain iso-11179:EnumeratedValueDomain ;
                                          rdfs:range iso-11179:PermissibleValue ;
                                          skos:definition "The association permissible_value_set binds a set of Permissible Values (11.3.2.7) to an Enumerated Value Domain (11.3.2.6). The association has two roles: member (verb form: has member) which references a Permissible Value; containing_domain (verb form: contains_domain) which references an Enumerated Value Domain. Each member (Permissible Value) may have zero or more containing_domains (Enumerated Value Domains). However, each containing_domain (Enumerated Value Domain) shall have one or more members (Permissible Values). The permissible_value_set association is a weak containment relation, i.e., deletion of the containing domain does not cause a cascading delete of the members (Permissible Values). Thus it is possible to associate permissible values with value meanings without defining a complete value domain. [ISO/IEC 11179-3:2013(E), 11.3.3.5]" ;
                                          skos:prefLabel "Has Member" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/identifiedItem.extendedBy
iso-11179:identifiedItem.extendedBy rdf:type owl:ObjectProperty ;
                                    owl:inverseOf iso-11179:slot.extends ;
                                    rdfs:domain iso-11179:IdentifiedItem ;
                                    rdfs:range iso-11179:Slot ;
                                    skos:definition "item_slot associates an Identified Item (7.2.2.1) with zero, one or more Slots (7.2.2.4) which extend the Identified Item. item_slot has two roles: item (verb form: extended by) which references an Identified Item; slot (verb form: extends) which references a Slot. [ISO/IEC 11179-3:2013(E), 7.2.3.3]" ;
                                    skos:prefLabel "Extended By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/identifiedItem.identifiedBy
iso-11179:identifiedItem.identifiedBy rdf:type owl:ObjectProperty ;
                                      owl:inverseOf iso-11179:scopedIdentifier.identifies ;
                                      rdfs:domain iso-11179:IdentifiedItem ;
                                      rdfs:range iso-11179:ScopedIdentifier ;
                                      skos:definition "The identification association specifies the Scoped Identifier (7.2.2.2) that identifies an Identified Item (7.2.2.1). identification has two roles: identifier (verb form: identifies) which references a Scoped Identifier; identified_item (verb form: identified_by).which references an Identified_Item. Every Identified Item must have one or more identification associations with a Scoped identifier that provides an identifier (7.2.2.2.2.1) for the Identified Item. [ISO/IEC 11179-3:2013(E), 7.2.3.1]" ;
                                      skos:prefLabel "Identified By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/individual.role
iso-11179:individual.role rdf:type owl:ObjectProperty ;
                          rdfs:domain iso-11179:Individual ;
                          rdfs:range iso-11179:Role ;
                          skos:definition "Specified responsibilities of the Individual. [ISO/IEC 11179-3:2013(E), 6.3.4.2.6]" ;
                          skos:prefLabel "Individual Role" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/measureClass.hasDimensionality
iso-11179:measureClass.hasDimensionality rdf:type owl:ObjectProperty ;
                                         rdfs:domain iso-11179:MeasureClass ;
                                         rdfs:range iso-11179:Dimensionality ;
                                         skos:definition "dimensionality_measure_class associates zero or more Dimensionalities (11.4.2.3) with one or more Measure_Classes (11.4.2.2) which group together the Units_of_Measure (11.4.2.1) that apply to the Dimensionality. dimensionality_measure_class has two roles: dimensionality (verb form: has_dimensionality), which references an instance of the Dimensionality class; applicable_units (verb form: has_applicable_units), which references an instance of the Measure_Class class. [ISO/IEC 11179-3:2013(E), 11.4.3.1]" ;
                                         skos:prefLabel "Has Dimensionality" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/measureClass.hasMemberUnit
iso-11179:measureClass.hasMemberUnit rdf:type owl:ObjectProperty ;
                                     owl:inverseOf iso-11179:unitOfMeasure.isMemberOf ;
                                     rdfs:domain iso-11179:MeasureClass ;
                                     rdfs:range iso-11179:UnitOfMeasure ;
                                     skos:definition "unit_of_measure_class associates one or more Units_of_Measure with zero or more Measure_Classes. unit_of_measure_class has two roles: measure_class (verb form: is_member_of), which references an instance of the Measure_Class class; member_unit (verb form: has_member_unit), which references an instance of the Unit_of_Measure class. [ISO/IEC 11179-3:2013(E), 11.4.3.2]" ;
                                     skos:prefLabel "Has Member Unit" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.acceptedConvention
iso-11179:namespace.acceptedConvention rdf:type owl:ObjectProperty ;
                                       owl:inverseOf iso-11179:namingConvention.utilizedBy ;
                                       rdfs:domain iso-11179:Namespace ;
                                       rdfs:range iso-11179:NamingConvention ;
                                       skos:definition "The naming_convention_utilization association between a Namespace (7.3.2.6) and zero or more Naming_Conventions (7.3.2.7) records the Naming_Conventions (if any) used by a Namespace. The association has two roles: utilization (verb form: utilized_by); acceptable_convention (verb form: accepted_convention). The utilization role refers to a Namespace. The acceptable_convention role refers to a Naming_Convention. Each utilization may utilize zero or one accepted_conventions. Each accepted_convention has zero or more utilizations. [ISO/IEC 11179-3:2013(E), 7.3.4.6]" ;
                                       skos:prefLabel "Accepted Convention" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.bindsTo
iso-11179:namespace.bindsTo rdf:type owl:ObjectProperty ;
                            rdfs:domain iso-11179:Namespace ;
                            rdfs:range iso-11179:Designation ;
                            skos:definition "The designation_namespace association records the bindings of zero or more Designations (7.3.2.3) to zero or more Namespaces (7.3.2.6).The association is used to record the Namespaces in which a Designation is valid. The association has two roles: namespace (verb form: occurs_in_namespace) which references a Namespace; binding (verb form: binds_to) which references a Designation. [ISO/IEC 11179-3:2013(E), 7.3.4.2]" ;
                            skos:prefLabel "Binds To" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.maintainedBy
iso-11179:namespace.maintainedBy rdf:type owl:ObjectProperty ;
                                 owl:inverseOf iso-11179:registrationAuthority.hasRegistrationNamespace ;
                                 rdf:type owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:Namespace ;
                                 rdfs:range iso-11179:RegistrationAuthority ;
                                 skos:definition "The registration_authority_namespace association records the binding of zero or one Registration Authority (8.1.2.4.4) with zero or one Namespace (8.1.4.1), that provides the scope for the registration_authority_identifier (8.1.2.5.3.1) for the Registration Authority. The association has two roles: registration_namespace (verb form: has_registration_namespace) which references a Namespace; maintainer (verb form: maintained_by) which references a Registration Authority. [ISO/IEC 11179-3:2013(E), 8.1.6.2]" ;
                                 skos:prefLabel "Maintained By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.namingAuthority
iso-11179:namespace.namingAuthority rdf:type owl:ObjectProperty ,
                                             owl:FunctionalProperty ;
                                    rdfs:domain iso-11179:Namespace ;
                                    rdfs:range iso-11179:Organization ;
                                    skos:definition "Organization that has the authority for naming in the Namespace. [ISO/IEC 11179-3:2013(E), 7.2.2.3.2.1]" ;
                                    skos:prefLabel "Namespace Naming Authority" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.providesScopeFor
iso-11179:namespace.providesScopeFor rdf:type owl:ObjectProperty ;
                                     owl:inverseOf iso-11179:scopedIdentifier.containedIn ;
                                     rdfs:domain iso-11179:Namespace ;
                                     rdfs:range iso-11179:ScopedIdentifier ;
                                     skos:definition "identifier_scope associates zero, one or more Scoped Identifiers (7.2.2.2) with exactly one Namespace (7.2.2.3). identifier_scope has two roles: scope (verb form: provides_scope_for) which references a Namespace; contained_identifier (verb form: contained_in) which references a Scoped_Identifier. [ISO/IEC 11179-3:2013(E), 7.2.3.2]" ;
                                     skos:prefLabel "Provides Scope For" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.hasConformantDesignation
iso-11179:namingConvention.hasConformantDesignation rdf:type owl:ObjectProperty ;
                                                    rdfs:domain iso-11179:NamingConvention ;
                                                    rdfs:range iso-11179:Designation ;
                                                    skos:definition "The naming_convention_conformance association between a Designation (7.3.2.3) and zero or more Naming_Conventions (7.3.2.7) records the Naming_Conventions (if any) to which a particular Designation conforms. The association has two roles: convention (verb form: conforms_to); conformant_designation (verb form: has_conformant_designation). The convention role refers to a Naming_Convention. The conformant_designation role refers to a Designation. Each conformant_designation may have zero or more conventions. Each convention may have zero or more conformant_designations. [ISO/IEC 11179-3:2013(E), 7.3.4.5]" ;
                                                    skos:prefLabel "Has Conformant Designation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.utilizedBy
iso-11179:namingConvention.utilizedBy rdf:type owl:ObjectProperty ;
                                      rdfs:domain iso-11179:NamingConvention ;
                                      rdfs:range iso-11179:Namespace ;
                                      skos:definition "The naming_convention_utilization association between a Namespace (7.3.2.6) and zero or more Naming_Conventions (7.3.2.7) records the Naming_Conventions (if any) used by a Namespace. The association has two roles: utilization (verb form: utilized_by); acceptable_convention (verb form: accepted_convention). The utilization role refers to a Namespace. The acceptable_convention role refers to a Naming_Convention. Each utilization may utilize zero or one accepted_conventions. Each accepted_convention has zero or more utilizations. [ISO/IEC 11179-3:2013(E), 7.3.4.6]" ;
                                      skos:prefLabel "Utilized By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/objectClass.hasDataElementConcept
iso-11179:objectClass.hasDataElementConcept rdf:type owl:ObjectProperty ;
                                            rdfs:domain iso-11179:ObjectClass ;
                                            rdfs:range iso-11179:DataElementConcept ;
                                            skos:definition "The association data_element_concept_object_class binds a Data Element Concept (11.2.2.3) and an Object Class (11.2.2.1) that represents a particular set of ideas, abstractions, or things in the real world whose properties and behaviour follow a set of rules as represented by the Data Element Concept. The association has two roles: object_class (verb form: has object class) which references an Object Class that is part of the specification of the Data Element Concept; data_element_concept (verb form: has data element concept) which references a Data Element Concept that the Object Class helps to specify. A Data Element Concept may be associated with zero or one Object Classes. An Object Class may be associated with zero or more Data Element Concepts. [ISO/IEC 11179-3:2013(E), 11.2.3.3]" ;
                                            skos:prefLabel "Has Data Element Concept" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/permissibleValue.containingDomain
iso-11179:permissibleValue.containingDomain rdf:type owl:ObjectProperty ;
                                            rdfs:domain iso-11179:PermissibleValue ;
                                            rdfs:range iso-11179:EnumeratedValueDomain ;
                                            skos:definition "The association permissible_value_set binds a set of Permissible Values (11.3.2.7) to an Enumerated Value Domain (11.3.2.6). The association has two roles: member (verb form: has member) which references a Permissible Value; containing_domain (verb form: contains_domain) which references an Enumerated Value Domain. Each member (Permissible Value) may have zero or more containing_domains (Enumerated Value Domains). However, each containing_domain (Enumerated Value Domain) shall have one or more members (Permissible Values). The permissible_value_set association is a weak containment relation, i.e., deletion of the containing domain does not cause a cascading delete of the members (Permissible Values). Thus it is possible to associate permissible values with value meanings without defining a complete value domain. [ISO/IEC 11179-3:2013(E), 11.3.3.5]" ;
                                            skos:prefLabel "Containing Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/permissibleValue.hasMeaning
iso-11179:permissibleValue.hasMeaning rdf:type owl:ObjectProperty ;
                                      owl:inverseOf iso-11179:valueMeaning.hasRepresentation ;
                                      rdf:type owl:FunctionalProperty ;
                                      rdfs:domain iso-11179:PermissibleValue ;
                                      rdfs:range iso-11179:ValueMeaning ;
                                      skos:definition "The association permissible_value_meaning binds one or more Permissible Values (11.3.2.7) with a Value Meaning (11.3.2.3). The association has two roles: meaning (verb form: has meaning) which references a Value Meaning; representation (verb form: has representation) which references a Permissible Value. Each representation (Permissible Value) must have exactly one meaning (Value Meaning). However, each meaning (Value Meaning) may have zero or more representations (Permissible Values). [ISO/IEC 11179-3:2013(E), 11.3.3.4]" ;
                                      skos:prefLabel "Has Meaning" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/property.hasDataElementConcept
iso-11179:property.hasDataElementConcept rdf:type owl:ObjectProperty ;
                                         rdfs:domain iso-11179:Property ;
                                         rdfs:range iso-11179:DataElementConcept ;
                                         skos:definition "The association data_element_concept_property binds a Data Element Concept (11.2.2.3) and a Property (11.2.2.2). The association has two roles: property (verb form: has property) which references a Property that is part of the specification of the Data Element Concept; data element concept (verb form: has data element concept) which references a Data Element Concept that the Property helps to specify. A Data Element Concept may be associated with zero or one Property. A Property may be associated with zero or more Data Element Concepts. [ISO/IEC 11179-3:2013(E), 11.2.3.1]" ;
                                         skos:prefLabel "Has Data Element Concept" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/reference.documentReference
iso-11179:reference.documentReference rdf:type owl:ObjectProperty ;
                                      rdfs:domain iso-11179:Reference ;
                                      rdfs:range iso-11179:ReferenceDocument ;
                                      skos:definition "The Reference Document that describes the Registered Item of a Reference." ;
                                      skos:prefLabel "Document Reference" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/reference.referencingItem
iso-11179:reference.referencingItem rdf:type owl:ObjectProperty ;
                                    rdfs:domain iso-11179:Reference ;
                                    rdfs:range iso-11179:RegisteredItem ;
                                    skos:definition "The Registered Item described by the Reference Document of a Reference." ;
                                    skos:prefLabel "Referencing Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.languageIdentifier
iso-11179:referenceDocument.languageIdentifier rdf:type owl:ObjectProperty ;
                                               rdfs:domain iso-11179:ReferenceDocument ;
                                               rdfs:range iso-11179:LanguageIdentification ;
                                               skos:definition "Identifier (3.1.11) of the natural language used in the Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.3]" ;
                                               skos:note "Absence of a Reference_Document language_identifier implies use of the language specified by Registry_Specification registry_primary_language." ;
                                               skos:prefLabel "Reference Document Language Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.provider
iso-11179:referenceDocument.provider rdf:type owl:ObjectProperty ;
                                     rdfs:domain iso-11179:ReferenceDocument ;
                                     rdfs:range iso-11179:Organization ;
                                     skos:definition "Organization that maintains or carries an official copy of the Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.6]" ;
                                     skos:prefLabel "Reference Document Provider" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.typeDescription
iso-11179:referenceDocument.typeDescription rdf:type owl:ObjectProperty ,
                                                     owl:FunctionalProperty ;
                                            rdfs:domain iso-11179:ReferenceDocument ;
                                            rdfs:range iso-11179:DocumentType ;
                                            skos:definition "Description of the type of Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.2]" ;
                                            skos:prefLabel "Reference Document Type Description" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registeredItem.submittedBy
iso-11179:registeredItem.submittedBy rdf:type owl:ObjectProperty ;
                                     owl:inverseOf iso-11179:submissionRecord.submits ;
                                     rdf:type owl:FunctionalProperty ;
                                     rdfs:domain iso-11179:RegisteredItem ;
                                     rdfs:range iso-11179:SubmissionRecord ;
                                     skos:definition "The submission association records the binding of exactly one Submission Record (8.1.2.8) with one or more Registered Items (8.1.2.1). The association has two roles: submission_record (verb form: submitted by) which references a Submission Record; submitted_item (verb form: submits) which references one or more Registered Items. [ISO/IEC 11179-3:2013(E), 8.1.6.5]" ;
                                     skos:prefLabel "Submitted By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrar.authorizedBy
iso-11179:registrar.authorizedBy rdf:type owl:ObjectProperty ;
                                 owl:inverseOf iso-11179:registrationAuthority.hasRegistrar ;
                                 rdf:type owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:Registrar ;
                                 rdfs:range iso-11179:RegistrationAuthority ;
                                 skos:definition "The registration_authority_registrar association records the binding of exactly one Registration Authority (8.1.2.4.4) with one or more Registrars (8.1.2.4) indicating that the Registrar is a representative of the Registration Authority. The association has two roles: authority (verb form: authorized_by) which references a Registration_Authority; registrar (verb form: has_registrar). [ISO/IEC 11179-3:2013(E), 8.1.6.3]" ;
                                 skos:prefLabel "Authorized By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registration.administeredItem
iso-11179:registration.administeredItem rdf:type owl:ObjectProperty ;
                                        rdfs:domain iso-11179:Registration ;
                                        rdfs:range iso-11179:AdministeredItem ;
                                        skos:definition "The Administered Item managed by the Registration Authority of the Registration." ;
                                        skos:prefLabel "Administered Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registration.authority
iso-11179:registration.authority rdf:type owl:ObjectProperty ;
                                 rdfs:domain iso-11179:Registration ;
                                 rdfs:range iso-11179:RegistrationAuthority ;
                                 skos:definition "The Registration Authority that manages the Administered Item of the Registration." ;
                                 skos:prefLabel "Registration Authority" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registration.registrationState
iso-11179:registration.registrationState rdf:type owl:ObjectProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:Registration ;
                                         rdfs:range iso-11179:RegistrationState ;
                                         skos:definition "Current collection of administrative data about Registration. [ISO/IEC 11179-3:2013(E), 8.1.5.1.2.1]" ;
                                         skos:prefLabel "Registration State" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthority.documentLanguageIdentifier
iso-11179:registrationAuthority.documentLanguageIdentifier rdf:type owl:ObjectProperty ;
                                                           rdfs:domain iso-11179:RegistrationAuthority ;
                                                           rdfs:range iso-11179:LanguageIdentification ;
                                                           skos:definition "Identifier (3.1.11) of the Language used for documentation by the Registration Authority. [ISO/IEC 11179-3:2013(E), 8.1.2.5.3.2]" ;
                                                           skos:prefLabel "Registration Authority Document Language Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthority.hasRegistrar
iso-11179:registrationAuthority.hasRegistrar rdf:type owl:ObjectProperty ;
                                             rdfs:domain iso-11179:RegistrationAuthority ;
                                             rdfs:range iso-11179:Registrar ;
                                             skos:definition "The registration_authority_registrar association records the binding of exactly one Registration Authority (8.1.2.4.4) with one or more Registrars (8.1.2.4) indicating that the Registrar is a representative of the Registration Authority. The association has two roles: authority (verb form: authorized_by) which references a Registration_Authority; registrar (verb form: has_registrar). [ISO/IEC 11179-3:2013(E), 8.1.6.3]" ;
                                             skos:prefLabel "Has Registrar" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthority.hasRegistrationNamespace
iso-11179:registrationAuthority.hasRegistrationNamespace rdf:type owl:ObjectProperty ,
                                                                  owl:FunctionalProperty ;
                                                         rdfs:domain iso-11179:RegistrationAuthority ;
                                                         rdfs:range iso-11179:Namespace ;
                                                         skos:definition "The registration_authority_namespace association records the binding of zero or one Registration Authority (8.1.2.4.4) with zero or one Namespace (8.1.4.1), that provides the scope for the registration_authority_identifier (8.1.2.5.3.1) for the Registration Authority. The association has two roles: registration_namespace (verb form: has_registration_namespace) which references a Namespace; maintainer (verb form: maintained_by) which references a Registration Authority. [ISO/IEC 11179-3:2013(E), 8.1.6.2]" ;
                                                         skos:prefLabel "Has Registration Namespace" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthority.registrationAuthorityIdentifier
iso-11179:registrationAuthority.registrationAuthorityIdentifier rdf:type owl:ObjectProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain iso-11179:RegistrationAuthority ;
                                                                rdfs:range iso-11179:RegistrationAuthorityIdentifier ;
                                                                skos:definition "Identifier (3.1.11) of a Registration_Authority. [ISO/IEC 11179-3:2013(E), 8.1.2.5.3.1]" ;
                                                                skos:prefLabel "Registration Authority Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.previousState
iso-11179:registrationState.previousState rdf:type owl:ObjectProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:RegistrationState ;
                                          rdfs:range iso-11179:RegistrationState ;
                                          skos:definition "Immediately prior collection of administrative information (3.2.3) about registration. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.7]" ;
                                          skos:prefLabel "Previous State" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.context
iso-11179:registrySpecification.context rdf:type owl:ObjectProperty ,
                                                 owl:FunctionalProperty ;
                                        rdfs:domain iso-11179:RegistrySpecification ;
                                        rdfs:range iso-11179:Context ;
                                        skos:definition "Context which represents the Registry itself. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.9]" ;
                                        skos:prefLabel "Registry Specification Context" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.primaryLanguage
iso-11179:registrySpecification.primaryLanguage rdf:type owl:ObjectProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain iso-11179:RegistrySpecification ;
                                                rdfs:range iso-11179:LanguageIdentification ;
                                                skos:definition "The primary and/or default language that is used for the registry.[ISO/IEC 11179-3:2013(E), 8.1.2.9.2.7]" ;
                                                skos:prefLabel "Registry Specification Primary Language" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.representationClassScheme
iso-11179:registrySpecification.representationClassScheme rdf:type owl:ObjectProperty ,
                                                                   owl:FunctionalProperty ;
                                                          rdfs:domain iso-11179:RegistrySpecification ;
                                                          rdfs:range iso-11179:ConceptSystem ;
                                                          skos:definition "Concept_System used by the registry to capture representation classes. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.8]" ;
                                                          skos:prefLabel "Registry Specification Representation Class Scheme" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/scopedIdentifier.containedIn
iso-11179:scopedIdentifier.containedIn rdf:type owl:ObjectProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain iso-11179:ScopedIdentifier ;
                                       rdfs:range iso-11179:Namespace ;
                                       skos:definition "identifier_scope associates zero, one or more Scoped Identifiers (7.2.2.2) with exactly one Namespace (7.2.2.3). identifier_scope has two roles: scope (verb form: provides_scope_for) which references a Namespace; contained_identifier (verb form: contained_in) which references a Scoped_Identifier. [ISO/IEC 11179-3:2013(E), 7.2.3.2]" ;
                                       skos:prefLabel "Contained In" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/scopedIdentifier.identifies
iso-11179:scopedIdentifier.identifies rdf:type owl:ObjectProperty ,
                                               owl:FunctionalProperty ;
                                      rdfs:domain iso-11179:ScopedIdentifier ;
                                      rdfs:range iso-11179:IdentifiedItem ;
                                      skos:definition "The identification association specifies the Scoped Identifier (7.2.2.2) that identifies an Identified Item (7.2.2.1). identification has two roles: identifier (verb form: identifies) which references a Scoped Identifier; identified_item (verb form: identified_by).which references an Identified_Item. Every Identified Item must have one or more identification associations with a Scoped identifier that provides an identifier (7.2.2.2.2.1) for the Identified Item. [ISO/IEC 11179-3:2013(E), 7.2.3.1]" ;
                                      skos:prefLabel "Identifies" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/slot.extends
iso-11179:slot.extends rdf:type owl:ObjectProperty ,
                                owl:FunctionalProperty ;
                       rdfs:domain iso-11179:Slot ;
                       rdfs:range iso-11179:IdentifiedItem ;
                       skos:definition "item_slot associates an Identified Item (7.2.2.1) with zero, one or more Slots (7.2.2.4) which extend the Identified Item. item_slot has two roles: item (verb form: extended by) which references an Identified Item; slot (verb form: extends) which references a Slot. [ISO/IEC 11179-3:2013(E), 7.2.3.3]" ;
                       skos:prefLabel "Extends" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/stewardshipRecord.contact
iso-11179:stewardshipRecord.contact rdf:type owl:ObjectProperty ,
                                             owl:FunctionalProperty ;
                                    rdfs:domain iso-11179:StewardshipRecord ;
                                    rdfs:range iso-11179:Contact ;
                                    skos:definition "Contact information associated with a Stewardship. [ISO/IEC 11179-3:2013(E), 8.1.2.7.2.2]" ;
                                    skos:prefLabel "Stewardship Record Contact" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/stewardshipRecord.organization
iso-11179:stewardshipRecord.organization rdf:type owl:ObjectProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:StewardshipRecord ;
                                         rdfs:range iso-11179:Organization ;
                                         skos:definition "Organization that maintains stewardship of an Administered Item. [ISO/IEC 11179-3:2013(E), 8.1.2.7.2.1]" ;
                                         skos:prefLabel "Stewardship Record Organization" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/stewardshipRecord.stewards
iso-11179:stewardshipRecord.stewards rdf:type owl:ObjectProperty ;
                                     rdfs:domain iso-11179:StewardshipRecord ;
                                     rdfs:range iso-11179:AdministeredItem ;
                                     skos:definition "The stewardship association records the binding of exactly one Stewardship Record (8.1.2.7) to one or more Administered Items (8.1.2.2). The association has two roles: stewardship_record (verb form: stewarded_by) which references a Stewardship Record; stewarded_item (verb form: stewards) which references one or more Administered Items. [ISO/IEC 11179-3:2013(E), 8.1.6.4]" ;
                                     skos:prefLabel "Stewarded By" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/submissionRecord.contact
iso-11179:submissionRecord.contact rdf:type owl:ObjectProperty ,
                                            owl:FunctionalProperty ;
                                   rdfs:domain iso-11179:SubmissionRecord ;
                                   rdfs:range iso-11179:Contact ;
                                   skos:definition "Contact information associated with a Submission. [ISO/IEC 11179-3:2013(E), 8.1.2.8.2.2]" ;
                                   skos:prefLabel "Submission Record Contact" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/submissionRecord.organization
iso-11179:submissionRecord.organization rdf:type owl:ObjectProperty ,
                                                 owl:FunctionalProperty ;
                                        rdfs:domain iso-11179:SubmissionRecord ;
                                        rdfs:range iso-11179:Organization ;
                                        skos:definition "Organization which has submitted a Registered Item for inclusion in a register. [ISO/IEC 11179-3:2013(E), 8.1.2.8.2.1]" ;
                                        skos:prefLabel "Submission Record Organization" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/submissionRecord.submits
iso-11179:submissionRecord.submits rdf:type owl:ObjectProperty ;
                                   rdfs:domain iso-11179:SubmissionRecord ;
                                   rdfs:range iso-11179:RegisteredItem ;
                                   skos:definition "The submission association records the binding of exactly one Submission Record (8.1.2.8) with one or more Registered Items (8.1.2.1). The association has two roles: submission_record (verb form: submitted by) which references a Submission Record; submitted_item (verb form: submits) which references one or more Registered Items. [ISO/IEC 11179-3:2013(E), 8.1.6.5]" ;
                                   skos:prefLabel "Submits" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/unitOfMeasure.isMemberOf
iso-11179:unitOfMeasure.isMemberOf rdf:type owl:ObjectProperty ;
                                   rdfs:domain iso-11179:UnitOfMeasure ;
                                   rdfs:range iso-11179:MeasureClass ;
                                   skos:definition "unit_of_measure_class associates one or more Units_of_Measure with zero or more Measure_Classes. unit_of_measure_class has two roles: measure_class (verb form: is_member_of), which references an instance of the Measure_Class class; member_unit (verb form: has_member_unit), which references an instance of the Unit_of_Measure class. [ISO/IEC 11179-3:2013(E), 11.4.3.2]" ;
                                   skos:prefLabel "Is Member Of" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.datatype
iso-11179:valueDomain.datatype rdf:type owl:ObjectProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain iso-11179:ValueDomain ;
                               rdfs:range iso-11179:Datatype ;
                               skos:definition "Datatype used in a Value Domain. [ISO/IEC 11179-3:2013(E), 11.3.2.5.2.1]" ;
                               skos:prefLabel "Value Domain Datatype" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.hasMeaning
iso-11179:valueDomain.hasMeaning rdf:type owl:ObjectProperty ,
                                          owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:ValueDomain ;
                                 rdfs:range iso-11179:ConceptualDomain ;
                                 skos:definition "The association value_domain_meaning binds a Value Domain (11.3.2.5) to a Conceptual Domain (11.3.2.1) that provides the meanings for each of the values within the Value Domain. The association has two roles: meaning (verb form: has meaning) which references a Conceptual Domain; representation (verb form: has representation) which references a Value Domain. Each representation (Value Domain) must have exactly one meaning (Conceptual Domain). However, each meaning (Conceptual Domain) may have zero or more representations (Value Domains). [ISO/IEC 11179-3:2013(E), 11.3.3.1]" ;
                                 skos:prefLabel "Has Meaning" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.isSubdomain
iso-11179:valueDomain.isSubdomain rdf:type owl:ObjectProperty ;
                                  owl:inverseOf iso-11179:valueDomain.isSuperdomain ;
                                  rdfs:domain iso-11179:ValueDomain ;
                                  rdfs:range iso-11179:ValueDomain ;
                                  skos:definition "The association value_domain_subset records a superset-subset relationship between two Value Domains (11.3.2.5). The association has two roles: superdomain (verb form: is superdomain) which references the Value Domain that is the superset; subdomain (verb form: is subdomain) which references the Value Domain that is the subset. [ISO/IEC 11179-3:2013(E), 11.3.3.6]" ;
                                  skos:prefLabel "Is Subdomain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.isSuperdomain
iso-11179:valueDomain.isSuperdomain rdf:type owl:ObjectProperty ;
                                    rdfs:domain iso-11179:ValueDomain ;
                                    rdfs:range iso-11179:ValueDomain ;
                                    skos:definition "The association value_domain_subset records a superset-subset relationship between two Value Domains (11.3.2.5). The association has two roles: superdomain (verb form: is superdomain) which references the Value Domain that is the superset; subdomain (verb form: is subdomain) which references the Value Domain that is the subset. [ISO/IEC 11179-3:2013(E), 11.3.3.6]" ;
                                    skos:prefLabel "Is Superdomain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.providesValuesFor
iso-11179:valueDomain.providesValuesFor rdf:type owl:ObjectProperty ;
                                        rdfs:domain iso-11179:ValueDomain ;
                                        rdfs:range iso-11179:DataElement ;
                                        skos:definition "The data_element_domain association binds a Data Element (11.1.2.4) to a Value Domain (11.1.2.3) which specifies the permissible values (3.2.96) which may be stored in the data element (3.2.28). The association has two roles: usage (verb form: uses), which specifies a Data Element which uses a Value Domain; domain (verb form: provides_values_for), which specifies a Value Domain which provides values for the Data Element. A usage (Data Element) has exactly one domain (Value Domain). A domain (Value Domain) may have zero or more usages (Data Elements). [ISO/IEC 11179-3:2013(E), 11.1.3.2]" ;
                                        skos:prefLabel "Provides Values For" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.unitOfMeasure
iso-11179:valueDomain.unitOfMeasure rdf:type owl:ObjectProperty ,
                                             owl:FunctionalProperty ;
                                    rdfs:domain iso-11179:ValueDomain ;
                                    rdfs:range iso-11179:UnitOfMeasure ;
                                    skos:definition "Unit of measure (3.2.138) used in a Value Domain. [ISO/IEC 11179-3:2013(E), 11.3.2.5.2.4]" ;
                                    skos:note "Applies to all values in the Value_Domain." ;
                                    skos:prefLabel "Value Domain Unit of Measure" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueMeaning.containedIn
iso-11179:valueMeaning.containedIn rdf:type owl:ObjectProperty ;
                                   rdfs:domain iso-11179:ValueMeaning ;
                                   rdfs:range iso-11179:EnumeratedConceptualDomain ;
                                   skos:definition "The association value_meaning_set binds a set of Value Meanings (11.3.2.3) to an Enumerated Conceptual Domain (11.3.2.2). The association has two roles: containing_domain (verb form: contained_in) which references an Enumerated Conceptual Domain; member (verb form: has_member) which references a Value Meaning. Each member (Value Meaning) shall have one or more containing_domains (Enumerated Conceptual Domain). Each containing_domain (Enumerated Conceptual Domain) shall have one or more members (Value Meanings). The value_meaning_set association is a weak containment association, which means that deletion of the containing Enumerated Conceptual Domain does not imply a cascading delete of the contained Value Meanings, provided the Value Meaning is shared with another Enumerated Conceptual Domain. [ISO/IEC 11179-3:2013(E), 11.3.3.2]" ;
                                   skos:prefLabel "Contained In" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueMeaning.hasRepresentation
iso-11179:valueMeaning.hasRepresentation rdf:type owl:ObjectProperty ;
                                         rdfs:domain iso-11179:ValueMeaning ;
                                         rdfs:range iso-11179:PermissibleValue ;
                                         skos:definition "The association permissible_value_meaning binds one or more Permissible Values (11.3.2.7) with a Value Meaning (11.3.2.3). The association has two roles: meaning (verb form: has meaning) which references a Value Meaning; representation (verb form: has representation) which references a Permissible Value. Each representation (Permissible Value) must have exactly one meaning (Value Meaning). However, each meaning (Value Meaning) may have zero or more representations (Permissible Values). [ISO/IEC 11179-3:2013(E), 11.3.3.4]" ;
                                         skos:prefLabel "Has Representation" .


#################################################################
#    Data properties
#################################################################

###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.changeDescription
iso-11179:administeredItem.changeDescription rdf:type owl:DatatypeProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain iso-11179:AdministeredItem ;
                                             rdfs:range iso-11179:Text ;
                                             skos:definition "Description of what has changed since the prior version of the Administered Item. [ISO/IEC 11179-3:2013(E), 8.1.2.2.3.3]" ;
                                             skos:prefLabel "Administered Item Change Description" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.creationDate
iso-11179:administeredItem.creationDate rdf:type owl:DatatypeProperty ,
                                                 owl:FunctionalProperty ;
                                        rdfs:domain iso-11179:AdministeredItem ;
                                        rdfs:range xsd:dateTime ;
                                        skos:definition "Date the Administered Item was created. [ISO/IEC 11179-3:2013(E), 8.1.2.2.3.1]" ;
                                        skos:prefLabel "Administered Item Creation Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.explanatoryComment
iso-11179:administeredItem.explanatoryComment rdf:type owl:DatatypeProperty ,
                                                       owl:FunctionalProperty ;
                                              rdfs:domain iso-11179:AdministeredItem ;
                                              rdfs:range iso-11179:Text ;
                                              skos:definition "Descriptive comments about the Administered Item. [ISO/IEC 11179-3:2013(E), 8.1.2.2.3.4]" ;
                                              skos:prefLabel "Administered Item Explanatory Comment" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.lastChangeDate
iso-11179:administeredItem.lastChangeDate rdf:type owl:DatatypeProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:AdministeredItem ;
                                          rdfs:range xsd:dateTime ;
                                          skos:definition "Date the Administered Item was last changed. [ISO/IEC 11179-3:2013(E), 8.1.2.2.3.2]" ;
                                          skos:prefLabel "Administered Item Last Change Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/administeredItem.origin
iso-11179:administeredItem.origin rdf:type owl:DatatypeProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:domain iso-11179:AdministeredItem ;
                                  rdfs:range iso-11179:Text ;
                                  skos:definition "The source (e.g. document, project, discipline or model) for the Administered Item. [ISO/IEC 11179-3:2013(E), 8.1.2.2.3.5]" ;
                                  skos:prefLabel "Administered Item Origin" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElement.precision
iso-11179:dataElement.precision rdf:type owl:DatatypeProperty ,
                                         owl:FunctionalProperty ;
                                rdfs:domain iso-11179:DataElement ;
                                rdfs:range xsd:integer ;
                                skos:definition "Number of decimal places permitted in any associated data element values. [ISO/IEC 11179-3:2013(E), 11.5.2.1.2.1]" ;
                                skos:prefLabel "Data Element Precision" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dataElementExample.exampleItem
iso-11179:dataElementExample.exampleItem rdf:type owl:DatatypeProperty ;
                                         rdfs:domain iso-11179:DataElementExample ;
                                         rdfs:range iso-11179:Text ;
                                         skos:definition "Actual illustrative case of the Data Element. [ISO/IEC 11179-3:2013(E), 11.5.2.4.2.1]" ;
                                         skos:prefLabel "Data Element Example Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/datatype.annotation
iso-11179:datatype.annotation rdf:type owl:DatatypeProperty ,
                                       owl:FunctionalProperty ;
                              rdfs:domain iso-11179:Datatype ;
                              rdfs:range iso-11179:Text ;
                              skos:definition "Specifying information to further define the Datatype. [ISO/IEC 11179-3:2013(E), 11.3.2.9.2.4]" ;
                              skos:prefLabel "Datatype Annotation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/datatype.description
iso-11179:datatype.description rdf:type owl:DatatypeProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain iso-11179:Datatype ;
                               rdfs:range iso-11179:Text ;
                               skos:definition "Descriptive information to further clarify the Datatype. [ISO/IEC 11179-3:2013(E), 11.3.2.9.2.2]" ;
                               skos:note "description is included as an attribute of Datatype because the Definition associated with a Designatable_Item is optional, while Datatype.description is mandatory." ;
                               skos:prefLabel "Datatype Description" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/datatype.name
iso-11179:datatype.name rdf:type owl:DatatypeProperty ,
                                 owl:FunctionalProperty ;
                        rdfs:domain iso-11179:Datatype ;
                        rdfs:range xsd:string ;
                        skos:definition "Designation for the Datatype. [ISO/IEC 11179-3:2013(E), 11.3.2.9.2.1]" ;
                        skos:note "The name is usually drawn from some external source, which in turn is designated by means of the mandatory scheme_reference." ,
                                  "name is included as an attribute of Datatype because the Designation associated with a Designatable_Item is optional, while Datatype.name is mandatory." ;
                        skos:prefLabel "Datatype Name" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/definition.text
iso-11179:definition.text rdf:type owl:DatatypeProperty ,
                                   owl:FunctionalProperty ;
                          rdfs:domain iso-11179:Definition ;
                          rdfs:range iso-11179:Text ;
                          skos:definition "Text of the Definition. [ISO/IEC 11179-3:2013(E), 7.3.2.4.2.1]" ;
                          skos:prefLabel "Definition Text" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/derivationRule.notation
iso-11179:derivationRule.notation rdf:type owl:DatatypeProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:domain iso-11179:DerivationRule ;
                                  rdfs:range iso-11179:Notation ;
                                  skos:definition "Notation used to specify the Derivation Rule. [ISO/IEC 11179-3:2013(E), 11.5.2.5.2.2]" ;
                                  skos:prefLabel "Derivation Rule Notation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/derivationRule.specification
iso-11179:derivationRule.specification rdf:type owl:DatatypeProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain iso-11179:DerivationRule ;
                                       rdfs:range iso-11179:Text ;
                                       skos:definition "Text of a specification of a data element Derivation Rule. [ISO/IEC 11179-3:2013(E), 11.5.2.5.2.1]" ;
                                       skos:prefLabel "Derivation Rule Specification" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/describedConceptualDomain.description
iso-11179:describedConceptualDomain.description rdf:type owl:DatatypeProperty ,
                                                         owl:FunctionalProperty ;
                                                rdfs:domain iso-11179:DescribedConceptualDomain ;
                                                rdfs:range iso-11179:Text ;
                                                skos:definition "Description or specification of a rule, reference, or range for a set of all Value Meanings for a Conceptual Domain. [ISO/IEC 11179-3:2013(E), 11.3.2.4.3.1]" ;
                                                skos:prefLabel "Described Conceptual Domain Description" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/describedValueDomain.description
iso-11179:describedValueDomain.description rdf:type owl:DatatypeProperty ,
                                                    owl:FunctionalProperty ;
                                           rdfs:domain iso-11179:DescribedValueDomain ;
                                           rdfs:range iso-11179:Text ;
                                           skos:definition "Description or specification of a rule, reference, or range for a set of all Permissible Values for a Value Domain. [ISO/IEC 11179-3:2013(E), 11.3.2.8.3.1]" ;
                                           skos:prefLabel "Described Value Domain Description" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/designation.sign
iso-11179:designation.sign rdf:type owl:DatatypeProperty ,
                                    owl:FunctionalProperty ;
                           rdfs:domain iso-11179:Designation ;
                           rdfs:range iso-11179:Sign ;
                           skos:definition "Sign (3.2.123) of the Designation. [ISO/IEC 11179-3:2013(E), 7.3.2.3.2.1]" ;
                           skos:prefLabel "Designation Sign" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/dimensionality.coordinateIndicator
iso-11179:dimensionality.coordinateIndicator rdf:type owl:DatatypeProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain iso-11179:Dimensionality ;
                                             rdfs:range xsd:boolean ;
                                             skos:definition "Predicate on a Dimensionality whose value is true if the Dimensionality is a coordinate. [ISO/IEC 11179-3:2013(E), 11.4.2.3.3.1]" ;
                                             skos:example "There might be two Dimensionalities concerned with length: one a measure of the size of an object (hence an interval measure), the other a measure of the location of an object (hence a coordinate)." ;
                                             skos:note "If the Dimensionality refers to an interval measure, the value of the coordinate_indicator is false." ;
                                             skos:prefLabel "Dimensionality Coordinate Indicator" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/documentType.description
iso-11179:documentType.description rdf:type owl:DatatypeProperty ,
                                            owl:FunctionalProperty ;
                                   rdfs:domain iso-11179:DocumentType ;
                                   rdfs:range iso-11179:Text ;
                                   skos:definition "Describes the type of document. [ISO/IEC 11179-3:2013(E), 6.3.3.2.2]" ;
                                   skos:prefLabel "Dcoument Type Description" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/documentType.identifier
iso-11179:documentType.identifier rdf:type owl:DatatypeProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:domain iso-11179:DocumentType ;
                                  rdfs:range xsd:string ;
                                  skos:definition "Identifies the type of document. [ISO/IEC 11179-3:2013(E), 6.3.3.2.1]" ;
                                  skos:prefLabel "Dcoument Type Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/documentType.schemeReference
iso-11179:documentType.schemeReference rdf:type owl:DatatypeProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain iso-11179:DocumentType ;
                                       rdfs:range iso-11179:Sign ;
                                       skos:definition "Identification scheme from which the identifier and/or description are drawn. [ISO/IEC 11179-3:2013(E), 6.3.3.2.3]" ;
                                       skos:prefLabel "Dcoument Type Scheme Reference" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/individual.emailAddress
iso-11179:individual.emailAddress rdf:type owl:DatatypeProperty ;
                                  rdfs:domain iso-11179:Individual ;
                                  rdfs:range xsd:string ;
                                  skos:definition "Email addresses of the Individual. [ISO/IEC 11179-3:2013(E), 6.3.4.2.4]" ;
                                  skos:prefLabel "Individual Email Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/individual.mailAddress
iso-11179:individual.mailAddress rdf:type owl:DatatypeProperty ,
                                          owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:Individual ;
                                 rdfs:range iso-11179:PostalAddress ;
                                 skos:definition "Postal address for the Individual. [ISO/IEC 11179-3:2013(E), 6.3.4.2.3]" ;
                                 skos:prefLabel "Individual Mail Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/individual.name
iso-11179:individual.name rdf:type owl:DatatypeProperty ,
                                   owl:FunctionalProperty ;
                          rdfs:domain iso-11179:Individual ;
                          rdfs:range iso-11179:Sign ;
                          skos:definition "Sign (3.2.123) that designates the Individual. [ISO/IEC 11179-3:2013(E), 6.3.4.2.1]" ;
                          skos:prefLabel "Individual Name" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/individual.phoneNumber
iso-11179:individual.phoneNumber rdf:type owl:DatatypeProperty ;
                                 rdfs:domain iso-11179:Individual ;
                                 rdfs:range iso-11179:PhoneNumber ;
                                 skos:definition "Phone numbers for the Individual. [ISO/IEC 11179-3:2013(E), 6.3.4.2.5]" ;
                                 skos:prefLabel "Individual Phone Number" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/individual.title
iso-11179:individual.title rdf:type owl:DatatypeProperty ,
                                    owl:FunctionalProperty ;
                           rdfs:domain iso-11179:Individual ;
                           rdfs:range iso-11179:Sign ;
                           skos:definition "Name (3.2.83) of the position held by the Individual. [ISO/IEC 11179-3:2013(E), 6.3.4.2.2]" ;
                           skos:prefLabel "Individual Title" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/languageIdentification.extensionIdentifier
iso-11179:languageIdentification.extensionIdentifier rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain iso-11179:LanguageIdentification ;
                                                     rdfs:range xsd:string ;
                                                     skos:definition "Identifies an extension to a language identifier. [ISO/IEC 11179-3:2013(E), 6.3.5.2.5]" ;
                                                     skos:note "In RFC 5646, extension identifiers are ordered and consist of key-value pairs, separated by the EQUALS SIGN (=). The values must be alphanumeric with no embedded white-space. Whitespace separates the identifiers. Use of RFC 5646 is recommended but not required." ;
                                                     skos:prefLabel "Language Extension Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/languageIdentification.geopoliticalTerritoryIdentifier
iso-11179:languageIdentification.geopoliticalTerritoryIdentifier rdf:type owl:DatatypeProperty ,
                                                                          owl:FunctionalProperty ;
                                                                 rdfs:domain iso-11179:LanguageIdentification ;
                                                                 rdfs:range xsd:string ;
                                                                 skos:definition "Identifies the set of graphic characters used for the written form of one or more languages. [ISO/IEC 11179-3:2013(E), 6.3.5.2.3]" ;
                                                                 skos:note "Use of the three digit numeric codes from ISO 3166-1, with extensions if needed, is recommended but not required." ;
                                                                 skos:prefLabel "Language Geopolitical Territory Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/languageIdentification.languageIdentifier
iso-11179:languageIdentification.languageIdentifier rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain iso-11179:LanguageIdentification ;
                                                    rdfs:range xsd:string ;
                                                    skos:definition "Identifier (3.1.11) for the Language. [ISO/IEC 11179-3:2013(E), 6.3.5.2.1]" ;
                                                    skos:note "Use of the three character alphabetic codes from ISO 639-2/Terminology, with extensions if needed, is recommended but not required." ;
                                                    skos:prefLabel "Language Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/languageIdentification.privateUseQualifier
iso-11179:languageIdentification.privateUseQualifier rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain iso-11179:LanguageIdentification ;
                                                     rdfs:range xsd:string ;
                                                     skos:definition "Qualifier whose meaning is defined solely by private agreement. [ISO/IEC 11179-3:2013(E), 6.3.5.2.6]" ;
                                                     skos:note "Definition derived from IETF RFC 5646. Use of RFC 5646 is recommended but not required." ;
                                                     skos:prefLabel "Lamguage Private Use Qualifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/languageIdentification.scriptIdentifier
iso-11179:languageIdentification.scriptIdentifier rdf:type owl:DatatypeProperty ,
                                                           owl:FunctionalProperty ;
                                                  rdfs:domain iso-11179:LanguageIdentification ;
                                                  rdfs:range xsd:string ;
                                                  skos:definition "Identifies the set of graphic characters used for the written form of one or more languages. [ISO/IEC 11179-3:2013(E), 6.3.5.2.2]" ;
                                                  skos:note "Use of the four character codes from ISO 15924:2004 codes for the representation of the names of scripts is recommended but not required." ;
                                                  skos:prefLabel "Language Script Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/languageIdentification.variantIdentifier
iso-11179:languageIdentification.variantIdentifier rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain iso-11179:LanguageIdentification ;
                                                   rdfs:range xsd:string ;
                                                   skos:definition "Identifies a language variant, which indicates additional, well-recognized variations that define a language or its dialects that are not covered by other available identifiers. [ISO/IEC 11179-3:2013(E), 6.3.5.2.4]" ;
                                                   skos:note "In RFC 5646, variant identifiers are typically represented as dates and are used to distinguish events such as spelling reforms. Variant identifiers can be order dependent. String Numeric variant_identifiers are interpreted to be Gregorian calendar year numbers. Alphanumeric tags reference IANA variant subtags. Use of RFC 5646 is recommended but not required." ;
                                                   skos:prefLabel "Language Variant Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.mandatoryNamingConventionIndicator
iso-11179:namespace.mandatoryNamingConventionIndicator rdf:type owl:DatatypeProperty ,
                                                                owl:FunctionalProperty ;
                                                       rdfs:domain iso-11179:Namespace ;
                                                       rdfs:range xsd:boolean ;
                                                       skos:definition "Indicator specifying whether all Designations in this Namespace shall conform to one of the acceptable Naming Conventions. [ISO/IEC 11179-3:2013(E), 7.2.2.3.2.4]" ;
                                                       skos:note """If mandatory_naming_convention_indicator is true:
(a) there must be at least one acceptable convention Naming_Convention associated with this Namespace in the naming_convention_utilization (7.3.4.6) association, and
(b) every binding Designation must have a naming_convention_conformance (7.3.4.5) association with one of the same Naming_Conventions used in part (a) above.
If mandatory_naming_convention_indicator is false, it is possible for a Namespace to be associated with zero or more acceptable conventions and/or a binding Designation to conform to more than one convention.""" ;
                                                       skos:prefLabel "Namespace Mandatory Naming Convention Indicator" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.oneItemPerNameIndicator
iso-11179:namespace.oneItemPerNameIndicator rdf:type owl:DatatypeProperty ,
                                                     owl:FunctionalProperty ;
                                            rdfs:domain iso-11179:Namespace ;
                                            rdfs:range xsd:boolean ;
                                            skos:definition "Indicator that denotes whether more than one Designation and/or Scoped Identifier within the Namespace may be associated with any single item (Designatable Item and/or Identified Item). If the indicator is true, then at most one Designation and/or Scoped Identifier within the Namespace may be associated with any single item. [ISO/IEC 11179-3:2013(E), 7.2.2.3.2.2]" ;
                                            skos:note "If the indicator is true, then the registry shall enforce the rule for the Namespace." ;
                                            skos:prefLabel "Namespace One Item Per Name Indicator" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.oneNamePerItemIndicator
iso-11179:namespace.oneNamePerItemIndicator rdf:type owl:DatatypeProperty ,
                                                     owl:FunctionalProperty ;
                                            rdfs:domain iso-11179:Namespace ;
                                            rdfs:range xsd:boolean ;
                                            skos:definition "Indicator that denotes whether more than one Designation and/or Scoped Identifier within the Namespace may be associated with any single item (Designatable Item and/or Identified Item). If the indicator is true, then at most one Designation and/or Scoped Identifier within the Namespace may be associated with any single item. [ISO/IEC 11179-3:2013(E), 7.2.2.3.2.2]" ;
                                            skos:note "If the indicator is true, then the registry shall enforce the rule for the Namespace." ;
                                            skos:prefLabel "Namespace One Name PerItem Indicator" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.schemeReference
iso-11179:namespace.schemeReference rdf:type owl:DatatypeProperty ,
                                             owl:FunctionalProperty ;
                                    rdfs:domain iso-11179:Namespace ;
                                    rdfs:range iso-11179:Sign ;
                                    skos:definition "Reference identifying the type of the Namespace specification. [ISO/IEC 11179-3:2013(E), 7.2.2.3.2.6]" ;
                                    skos:example """For UML Namespaces, specify:
http://www.omg.org/spec/UML/2.4.1/Core/Namespace""" ,
                                                 """For XML Namespaces, specify:
http://www.w3.org/TR/1999/REC-xml-names-19990114/""" ;
                                    skos:prefLabel "Namespace Scheme Reference" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namespace.shorthandPrefix
iso-11179:namespace.shorthandPrefix rdf:type owl:DatatypeProperty ,
                                             owl:FunctionalProperty ;
                                    rdfs:domain iso-11179:Namespace ;
                                    rdfs:range xsd:string ;
                                    skos:definition "Prefix conventionally used as shorthand for a namespace, for greater readability, in text for human consumption. [ISO/IEC 11179-3:2013(E), 7.2.2.3.2.5]" ;
                                    skos:note "In the case of URL prefixes as defined in XML, a final colon (:) should be included here as part of the shorthand prefix." ;
                                    skos:prefLabel "Namespace Shorthand Prefix" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.authorityRule
iso-11179:namingConvention.authorityRule rdf:type owl:DatatypeProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:NamingConvention ;
                                         rdfs:range iso-11179:Text ;
                                         skos:definition "Rule identifying the authority that assigns Designation.signs (names) and/or enforces naming conventions. [ISO/IEC 11179-3:2013(E), 7.3.2.7.2.2]" ;
                                         skos:note "Examples of authorities include information technology standards committees or nomenclature standardization bodies (e.g., in biology)." ;
                                         skos:prefLabel "Authority Rule" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.lexicalRule
iso-11179:namingConvention.lexicalRule rdf:type owl:DatatypeProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain iso-11179:NamingConvention ;
                                       rdfs:range iso-11179:Text ;
                                       skos:definition "Rule specifying the appearance of Designation.signs (names): preferred and non-preferred terms, synonyms, abbreviations, part length, spelling, permissible character set, case sensitivity, etc. [Derived from ISO/IEC 11179- 5]. [ISO/IEC 11179-3:2013(E), 7.3.2.7.2.5]" ;
                                       skos:note "The result of applying lexical_rules should be that all names governed by a specific naming convention have a consistent appearance. An example lexical principle might be the specification of the use of camelCase capitalization of words in a phrase which are concatenated together." ;
                                       skos:prefLabel "Lexical Rule" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.scopeRule
iso-11179:namingConvention.scopeRule rdf:type owl:DatatypeProperty ,
                                              owl:FunctionalProperty ;
                                     rdfs:domain iso-11179:NamingConvention ;
                                     rdfs:range iso-11179:Text ;
                                     skos:definition "Rule specifying the range within which the naming_convention is in effect. [ISO/IEC 11179-3:2013(E), 7.3.2.7.2.1]" ;
                                     skos:note "In terms of the metadata registry, the scope of a naming convention may be as broad or narrow as the Registration_Authority, or other authority, determines is appropriate. The scope should document whether the naming convention is descriptive or prescriptive." ;
                                     skos:prefLabel "Scope Rule" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.semanticRule
iso-11179:namingConvention.semanticRule rdf:type owl:DatatypeProperty ,
                                                 owl:FunctionalProperty ;
                                        rdfs:domain iso-11179:NamingConvention ;
                                        rdfs:range iso-11179:Text ;
                                        skos:definition "Rule specifying the meanings of parts of a Designation.sign (name) and possibly separators that delimit them in a Naming_Convention. [ISO/IEC 11179-3:2013(E), 7.3.2.7.2.3]" ;
                                        skos:note "The rule should specify whether or not names convey meaning, and if so how." ;
                                        skos:prefLabel "Semantic Rule" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/namingConvention.syntacticRule
iso-11179:namingConvention.syntacticRule rdf:type owl:DatatypeProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:NamingConvention ;
                                         rdfs:range iso-11179:Text ;
                                         skos:definition "Rule specifying the arrangement of parts of a Designation.sign (name) and the separators that delimit them in a Naming_Convention. [ISO/IEC 11179-3:2013(E), 7.3.2.7.2.4]" ;
                                         skos:note "The arrangement may be specified as relative or absolute, or some combination of the two. Relative arrangement specifies parts in terms of other parts, e.g., a rule within a convention might require that a qualifier term must always appear before the part being qualified appears. Absolute arrangement specifies a fixed occurrence of the part, e.g., a rule might require that the property term is always the last part of a name. The syntactic_principle might also specify the syntactic forms of the name (noun phrase or verb phrase) and the parts of speech used to construct a name." ;
                                         skos:prefLabel "Syntactic Rule" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/organization.emailAddress
iso-11179:organization.emailAddress rdf:type owl:DatatypeProperty ;
                                    rdfs:domain iso-11179:Organization ;
                                    rdfs:range xsd:string ;
                                    skos:definition "Email addresses of the Organization. [ISO/IEC 11179-3:2013(E), 6.3.6.2.3]" ;
                                    skos:prefLabel "Organization Email Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/organization.mailAddress
iso-11179:organization.mailAddress rdf:type owl:DatatypeProperty ,
                                            owl:FunctionalProperty ;
                                   rdfs:domain iso-11179:Organization ;
                                   rdfs:range iso-11179:PostalAddress ;
                                   skos:definition "Postal address for the Organization. [ISO/IEC 11179-3:2013(E), 6.3.6.2.2]" ;
                                   skos:prefLabel "Organization Mail Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/organization.name
iso-11179:organization.name rdf:type owl:DatatypeProperty ,
                                     owl:FunctionalProperty ;
                            rdfs:domain iso-11179:Organization ;
                            rdfs:range iso-11179:Sign ;
                            skos:definition "Sign (3.2.123) that designates the Organization. [ISO/IEC 11179-3:2013(E), 6.3.6.2.1]" ;
                            skos:prefLabel "Organization Name" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/organization.phoneNumber
iso-11179:organization.phoneNumber rdf:type owl:DatatypeProperty ;
                                   rdfs:domain iso-11179:Organization ;
                                   rdfs:range iso-11179:PhoneNumber ;
                                   skos:definition "Phone numbers for the Organization. [ISO/IEC 11179-3:2013(E), 6.3.6.2.4]" ;
                                   skos:prefLabel "Organization Phone Number" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/organization.uri
iso-11179:organization.uri rdf:type owl:DatatypeProperty ,
                                    owl:FunctionalProperty ;
                           rdfs:domain iso-11179:Organization ;
                           rdfs:range xsd:string ;
                           skos:definition "URI for the Organization. [ISO/IEC 11179-3:2013(E), 6.3.6.2.5]" ;
                           skos:prefLabel "Organization URI" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/permissibleValue.beginDate
iso-11179:permissibleValue.beginDate rdf:type owl:DatatypeProperty ,
                                              owl:FunctionalProperty ;
                                     rdfs:domain iso-11179:PermissibleValue ;
                                     rdfs:range xsd:date ;
                                     skos:definition "Date at which the Permissible Value became valid. [ISO/IEC 11179-3:2013(E), 11.3.2.7.2.2]" ;
                                     skos:note "By imputation, this is also considered to be date at which the Permissible_Value was bound to the associated Value_Meaning, since the permissible_value_meaning association mandates that there must be exactly one meaning (Value_Meaning) for each representation (Permissible_Value)." ;
                                     skos:prefLabel "Permissible Value Begin Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/permissibleValue.endDate
iso-11179:permissibleValue.endDate rdf:type owl:DatatypeProperty ,
                                            owl:FunctionalProperty ;
                                   rdfs:domain iso-11179:PermissibleValue ;
                                   rdfs:range xsd:date ;
                                   skos:definition "Date at which the Permissible Value ceased to be valid. [ISO/IEC 11179-3:2013(E), 11.3.2.7.2.3]" ;
                                   skos:note "By imputation, this is also considered to be date at which the Permissible_Value ceased to be bound to its associated meaning (Value_Meaning) via the permissible_value_meaning association." ,
                                             "The absence of the permissible_value_end_date attribute indicates that the Permissible_Value is still valid and (by imputation) still bound to its Value_Meaning via the value_meaning association." ;
                                   skos:prefLabel "Permissible Value End Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/permissibleValue.permittedValue
iso-11179:permissibleValue.permittedValue rdf:type owl:DatatypeProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:PermissibleValue ;
                                          rdfs:range iso-11179:Value ;
                                          skos:definition "The actual value of the Permissible Value. [ISO/IEC 11179-3:2013(E), 11.3.2.7.2.1]" ;
                                          skos:prefLabel "permissible Value Permitted Value" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/reference.type
iso-11179:reference.type rdf:type owl:DatatypeProperty ,
                                  owl:FunctionalProperty ;
                         rdfs:domain iso-11179:Reference ;
                         rdfs:range xsd:string ;
                         skos:definition "specification of the type of Reference. [ISO/IEC 11179-3:2013(E), 8.1.5.2.2.1]" ;
                         skos:prefLabel "Reference Type" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.identifier
iso-11179:referenceDocument.identifier rdf:type owl:DatatypeProperty ,
                                                owl:FunctionalProperty ;
                                       rdfs:domain iso-11179:ReferenceDocument ;
                                       rdfs:range xsd:string ;
                                       skos:definition "Identifier for the Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.1]" ;
                                       skos:prefLabel "Reference Document Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.notation
iso-11179:referenceDocument.notation rdf:type owl:DatatypeProperty ,
                                              owl:FunctionalProperty ;
                                     rdfs:domain iso-11179:ReferenceDocument ;
                                     rdfs:range iso-11179:Notation ;
                                     skos:definition "Formal syntax and semantics used within the Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.4]" ;
                                     skos:prefLabel "Reference Document Notation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.title
iso-11179:referenceDocument.title rdf:type owl:DatatypeProperty ,
                                           owl:FunctionalProperty ;
                                  rdfs:domain iso-11179:ReferenceDocument ;
                                  rdfs:range iso-11179:Text ;
                                  skos:definition "Title of the Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.5]" ;
                                  skos:prefLabel "Reference Document Title" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/referenceDocument.uri
iso-11179:referenceDocument.uri rdf:type owl:DatatypeProperty ,
                                         owl:FunctionalProperty ;
                                rdfs:domain iso-11179:ReferenceDocument ;
                                rdfs:range xsd:string ;
                                skos:definition "URI for Reference Document. [ISO/IEC 11179-3:2013(E), 6.3.7.2.7]" ;
                                skos:prefLabel "Reference Document URI" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrar.identifier
iso-11179:registrar.identifier rdf:type owl:DatatypeProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain iso-11179:Registrar ;
                               rdfs:range xsd:string ;
                               skos:definition "Identifier (3.1.11) for the Registrar. [ISO/IEC 11179-3:2013(E), 8.1.2.4.3.1]" ;
                               skos:prefLabel "Registrar Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthorityIdentifier.internationalCodeDesignator
iso-11179:registrationAuthorityIdentifier.internationalCodeDesignator rdf:type owl:DatatypeProperty ,
                                                                               owl:FunctionalProperty ;
                                                                      rdfs:domain iso-11179:RegistrationAuthorityIdentifier ;
                                                                      rdfs:range xsd:string ;
                                                                      skos:definition "Identifier (3.1.11) of an organization identification scheme. [ISO/IEC 11179-3:2013(E), 6.3.8.2.1]" ;
                                                                      skos:prefLabel "Registration Authority International Code Designator" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthorityIdentifier.opiSource
iso-11179:registrationAuthorityIdentifier.opiSource rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain iso-11179:RegistrationAuthorityIdentifier ;
                                                    rdfs:range xsd:string ;
                                                    skos:definition "Source for the organization part identifier. [ISO/IEC 11179-3:2013(E), 6.3.8.2.4]" ;
                                                    skos:prefLabel "Registration Authority OPI Source" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthorityIdentifier.organizationIdentifier
iso-11179:registrationAuthorityIdentifier.organizationIdentifier rdf:type owl:DatatypeProperty ,
                                                                          owl:FunctionalProperty ;
                                                                 rdfs:domain iso-11179:RegistrationAuthorityIdentifier ;
                                                                 rdfs:range xsd:string ;
                                                                 skos:definition "Identifier (3.1.11) assigned to an Organization within an organization identification scheme, and unique within that scheme. [ISO/IEC 11179-3:2013(E), 6.3.8.2.2]" ;
                                                                 skos:prefLabel "Registration Authority Organization Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationAuthorityIdentifier.organizationPartIdentifier
iso-11179:registrationAuthorityIdentifier.organizationPartIdentifier rdf:type owl:DatatypeProperty ,
                                                                              owl:FunctionalProperty ;
                                                                     rdfs:domain iso-11179:RegistrationAuthorityIdentifier ;
                                                                     rdfs:range xsd:string ;
                                                                     skos:definition "Identifier (3.1.11) allocated to a particular organization part. [ISO/IEC 11179-3:2013(E), 6.3.8.2.3]" ;
                                                                     skos:prefLabel "Registration Authority Organization Part Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.administrativeNote
iso-11179:registrationState.administrativeNote rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain iso-11179:RegistrationState ;
                                               rdfs:range iso-11179:Text ;
                                               skos:definition "General note(s) about the Registration. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.4]" ;
                                               skos:prefLabel "Registration State Administrative Note" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.administrativeStatus
iso-11179:registrationState.administrativeStatus rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain iso-11179:RegistrationState ;
                                                 rdfs:range xsd:string ;
                                                 skos:definition "Designation (3.2.51) of the status in the administrative process of a Registration Authority. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.6]" ;
                                                 skos:note "The values and associated meanings of the administrative_status are determined by each Registration_Authority. cf. registration_status." ;
                                                 skos:prefLabel "Registration State Administrative Status" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.effectiveDate
iso-11179:registrationState.effectiveDate rdf:type owl:DatatypeProperty ,
                                                   owl:FunctionalProperty ;
                                          rdfs:domain iso-11179:RegistrationState ;
                                          rdfs:range xsd:dateTime ;
                                          skos:definition "Date and time an Administered Item became/becomes available to registry users. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.2]" ;
                                          skos:prefLabel "Registration State Effective Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.registrationStatus
iso-11179:registrationState.registrationStatus rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain iso-11179:RegistrationState ;
                                               rdfs:range xsd:string ;
                                               skos:definition "Designation (3.2.51) of the status in the registration life-cycle of an Administered Item. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.1]" ;
                                               skos:note "Designation values are described in ISO/IEC 11179-6." ;
                                               skos:prefLabel "Registration State Registration Status" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.unresolvedIssue
iso-11179:registrationState.unresolvedIssue rdf:type owl:DatatypeProperty ,
                                                     owl:FunctionalProperty ;
                                            rdfs:domain iso-11179:RegistrationState ;
                                            rdfs:range iso-11179:Text ;
                                            skos:definition "Any problem(s) that remains unresolved regarding proper documentation of the Administered Item. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.5]" ;
                                            skos:prefLabel "Registration State Unresolved Issue" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrationState.untilDate
iso-11179:registrationState.untilDate rdf:type owl:DatatypeProperty ,
                                               owl:FunctionalProperty ;
                                      rdfs:domain iso-11179:RegistrationState ;
                                      rdfs:range xsd:dateTime ;
                                      skos:definition "Date and time the Registration of an Administered Item by a Registration Authority in a registry is no longer effective. [ISO/IEC 11179-3:2013(E), 8.1.2.6.2.3]" ;
                                      skos:prefLabel "Registration State Until Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.characterRepertoire
iso-11179:registrySpecification.characterRepertoire rdf:type owl:DatatypeProperty ,
                                                             owl:FunctionalProperty ;
                                                    rdfs:domain iso-11179:RegistrySpecification ;
                                                    rdfs:range xsd:string ;
                                                    skos:definition "The character reperoire that is used by the registry for internal operation. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.5]" ;
                                                    skos:example "ISO/IEC 646:1991 or ISO/IEC 10646-1:2000" ;
                                                    skos:prefLabel "Registry Specification Character Repertoire" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.comment
iso-11179:registrySpecification.comment rdf:type owl:DatatypeProperty ,
                                                 owl:FunctionalProperty ;
                                        rdfs:domain iso-11179:RegistrySpecification ;
                                        rdfs:range iso-11179:Text ;
                                        skos:definition "Any comment that should be noted about the registry. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.10]" ;
                                        skos:prefLabel "Registry Specification Comment" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.conformanceLevel
iso-11179:registrySpecification.conformanceLevel rdf:type owl:DatatypeProperty ,
                                                          owl:FunctionalProperty ;
                                                 rdfs:domain iso-11179:RegistrySpecification ;
                                                 rdfs:range xsd:string ;
                                                 skos:definition "The conformance level of the registry as described in the standard. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.4]" ;
                                                 skos:example "Conformance level 2" ;
                                                 skos:prefLabel "Registry Specification Conformance Level" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.name
iso-11179:registrySpecification.name rdf:type owl:DatatypeProperty ,
                                              owl:FunctionalProperty ;
                                     rdfs:domain iso-11179:RegistrySpecification ;
                                     rdfs:range iso-11179:Sign ;
                                     skos:definition "Name (3.2.83) by which the Registry is commonly known. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.1]" ;
                                     skos:example "US EPA Environmental Data Registry" ;
                                     skos:prefLabel "Registry Specification Name" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.referenceDocumentIdentifierForm
iso-11179:registrySpecification.referenceDocumentIdentifierForm rdf:type owl:DatatypeProperty ,
                                                                         owl:FunctionalProperty ;
                                                                rdfs:domain iso-11179:RegistrySpecification ;
                                                                rdfs:range xsd:string ;
                                                                skos:definition "Specification of the form of identifier (3.1.11) used for identifying Reference_Documents in the registry. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.6]" ;
                                                                skos:note "Some registries might use URIs. Other registries might utilize an external document management system which provides unstructured, opaque identifiers. Yet other registries might define a structured identifier form which embeds an identifier type within each identifier in the registry. This attribute specifies the form of identifiers used for Reference_Documents in this particular registry." ;
                                                                skos:prefLabel "Registry Specification Reference Document Identifier Form" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.standard
iso-11179:registrySpecification.standard rdf:type owl:DatatypeProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:RegistrySpecification ;
                                         rdfs:range xsd:string ;
                                         skos:definition "The standard to which this registry complies. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.3]" ;
                                         skos:example "ISO/IEC 11179-3:2003 with Cor 1:2004" ;
                                         skos:prefLabel "Registry Specification Standard" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/registrySpecification.webAddress
iso-11179:registrySpecification.webAddress rdf:type owl:DatatypeProperty ,
                                                    owl:FunctionalProperty ;
                                           rdfs:domain iso-11179:RegistrySpecification ;
                                           rdfs:range xsd:string ;
                                           skos:definition "The World Wide Web uniform resource locator (url) for the registry. [ISO/IEC 11179-3:2013(E), 8.1.2.9.2.2]" ;
                                           skos:example "www.epa.gov/edr" ;
                                           skos:prefLabel "Registry Specification Web Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/role.emailAddress
iso-11179:role.emailAddress rdf:type owl:DatatypeProperty ;
                            rdfs:domain iso-11179:Role ;
                            rdfs:range xsd:string ;
                            skos:definition "Email addresses of the Role. [ISO/IEC 11179-3:2013(E), 6.3.9.2.3]" ;
                            skos:prefLabel "Role Email Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/role.mailAddress
iso-11179:role.mailAddress rdf:type owl:DatatypeProperty ,
                                    owl:FunctionalProperty ;
                           rdfs:domain iso-11179:Role ;
                           rdfs:range iso-11179:PostalAddress ;
                           skos:definition "Postal address for the Role. [ISO/IEC 11179-3:2013(E), 6.3.9.2.2]" ;
                           skos:prefLabel "Role Mail Address" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/role.phoneNumber
iso-11179:role.phoneNumber rdf:type owl:DatatypeProperty ;
                           rdfs:domain iso-11179:Role ;
                           rdfs:range iso-11179:PhoneNumber ;
                           skos:definition "Phone numbers for the Role. [ISO/IEC 11179-3:2013(E), 6.3.9.2.4]" ;
                           skos:prefLabel "Role Phone Number" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/role.title
iso-11179:role.title rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain iso-11179:Role ;
                     rdfs:range iso-11179:Sign ;
                     skos:definition "Name (3.2.83) of the position that fulfils the Role. [ISO/IEC 11179-3:2013(E), 6.3.9.2.1]" ;
                     skos:prefLabel "Role Title" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/scopedIdentifier.fullExpansion
iso-11179:scopedIdentifier.fullExpansion rdf:type owl:DatatypeProperty ,
                                                  owl:FunctionalProperty ;
                                         rdfs:domain iso-11179:ScopedIdentifier ;
                                         rdfs:range xsd:string ;
                                         skos:definition "String representation of a Scoped Identifier, in which the unique identifier of the associated Namespace is combined in some way with the identifier of the Scoped Identifier to fully specify the scope. [ISO/IEC 11179-3:2013(E), 7.2.2.2.2.3]" ;
                                         skos:note "The precise manner of derivation might vary depending on the type of namespace." ;
                                         skos:prefLabel "Scoped Identifier Full Expansion" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/scopedIdentifier.identifier
iso-11179:scopedIdentifier.identifier rdf:type owl:DatatypeProperty ,
                                               owl:FunctionalProperty ;
                                      rdfs:domain iso-11179:ScopedIdentifier ;
                                      rdfs:range xsd:string ;
                                      skos:definition "String used to unambiguously denote an Identified Item within the scope of a specified Namespace. [ISO/IEC 11179-3:2013(E), 7.2.2.2.2.1]" ;
                                      skos:prefLabel "Scoped Identifier Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/scopedIdentifier.shorthandExpansion
iso-11179:scopedIdentifier.shorthandExpansion rdf:type owl:DatatypeProperty ,
                                                       owl:FunctionalProperty ;
                                              rdfs:domain iso-11179:ScopedIdentifier ;
                                              rdfs:range xsd:string ;
                                              skos:definition "String representation of a Scoped Identifier in which a shorthand prefix from the associated Namespace has been prepended to the identifier to indicate the scope.[ISO/IEC 11179-3:2013(E), 7.2.2.2.2.4]" ;
                                              skos:prefLabel "Scoped Identifier Shorthand Expansion" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/scopedIdentifier.version
iso-11179:scopedIdentifier.version rdf:type owl:DatatypeProperty ,
                                            owl:FunctionalProperty ;
                                   rdfs:domain iso-11179:ScopedIdentifier ;
                                   rdfs:range xsd:string ;
                                   skos:definition "Unique version identifier of the Scoped Identifier which identifies an Identified Item. [ISO/IEC 11179-3:2013(E), 7.2.2.2.2.2]" ;
                                   skos:prefLabel "Scoped Identifier Version" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/slot.name
iso-11179:slot.name rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain iso-11179:Slot ;
                    rdfs:range xsd:string ;
                    skos:definition "Name (3.2.83) of the Slot. [ISO/IEC 11179-3:2013(E), 7.2.2.4.2.1]" ;
                    skos:prefLabel "Slot Name" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/slot.type
iso-11179:slot.type rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain iso-11179:Slot ;
                    rdfs:range xsd:string ;
                    skos:definition "Categorization of the value of the Slot. [ISO/IEC 11179-3:2013(E), 7.2.2.4.2.2]" ;
                    skos:note "type may be used to categorize slot values in some way, including but not limited to specifying the datatype of the value." ;
                    skos:prefLabel "Slot Type" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/slot.value
iso-11179:slot.value rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain iso-11179:Slot ;
                     rdfs:range xsd:string ;
                     skos:definition "Value assigned to the Slot. [ISO/IEC 11179-3:2013(E), 7.2.2.4.2.3]" ;
                     skos:prefLabel "Slot Value" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.format
iso-11179:valueDomain.format rdf:type owl:DatatypeProperty ,
                                      owl:FunctionalProperty ;
                             rdfs:domain iso-11179:ValueDomain ;
                             rdfs:range xsd:string ;
                             skos:definition "Template for the structure of the presentation of the value(s). [ISO/IEC 11179-3:2013(E), 11.3.2.5.2.2]" ;
                             skos:prefLabel "Value Domain Format" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueDomain.maximumCharacterQuantity
iso-11179:valueDomain.maximumCharacterQuantity rdf:type owl:DatatypeProperty ,
                                                        owl:FunctionalProperty ;
                                               rdfs:domain iso-11179:ValueDomain ;
                                               rdfs:range xsd:integer ;
                                               skos:definition "Template for the structure of the presentation of the value(s). [ISO/IEC 11179-3:2013(E), 11.3.2.5.2.2]" ;
                                               skos:note "Applicable only to character datatypes." ;
                                               skos:prefLabel "Value Domain Maximum Character Quantity" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueMeaning.beginDate
iso-11179:valueMeaning.beginDate rdf:type owl:DatatypeProperty ,
                                          owl:FunctionalProperty ;
                                 rdfs:domain iso-11179:ValueMeaning ;
                                 rdfs:range xsd:date ;
                                 skos:definition "Date at which this Value Meaning became, or will become, a valid Value Meaning. [ISO/IEC 11179-3:2013(E), 11.3.2.3.3.1]" ;
                                 skos:note "A registration authority may determine whether this date is the date the value meaning becomes valid in a registry, or the date the value meaning becomes part of the source domain, or some other date." ;
                                 skos:prefLabel "Value Meaning Begin Date" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/valueMeaning.endDate
iso-11179:valueMeaning.endDate rdf:type owl:DatatypeProperty ,
                                        owl:FunctionalProperty ;
                               rdfs:domain iso-11179:ValueMeaning ;
                               rdfs:range xsd:date ;
                               skos:definition "Date on which the Value Meaning ceased, or will cease, to be valid. [ISO/IEC 11179-3:2013(E), 11.3.2.3.3.2]" ;
                               skos:note "A registration authority may determine whether this date is the date the value meaning becomes no longer valid in a registry, or the date the value meaning becomes no longer part of the source domain, or some other date." ,
                                         "The absence of the value_meaning_end_date indicates that the Value_Meaning is still valid." ;
                               skos:prefLabel "Value Meaning End Date" .


#################################################################
#    Classes
#################################################################

###  http://www.w3.org/2000/01/rdf-schema#Literal
rdfs:Literal rdf:type owl:Class .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Acceptability
iso-11179:Acceptability rdf:type owl:Class ;
                        rdfs:subClassOf owl:Thing ;
                        skos:definition "Acceptability models a scale of acceptability ratings (3.2.1) comprised of: preferred, admitted, deprecated, obsolete and superseded. This enumeration is used as a datatype (3.1.8) for the attributes Designation.acceptability (7.3.3.2.2.1) and Definition.acceptability (7.3.3.1.2.1). [ISO/IEC 11179-6:2015(E), 7.3.2.1]" ;
                        skos:prefLabel "Acceptability" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/AdministeredItem
iso-11179:AdministeredItem rdf:type owl:Class ;
                           rdfs:subClassOf iso-11179:RegisteredItem ;
                           skos:definition "Registered item (3.2.105) for which administrative information (3.2.3) is recorded. [ISO/IEC 11179-3:2013(E), 3.2.2]" ;
                           skos:prefLabel "Administered Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/AdministrativeStatus
iso-11179:AdministrativeStatus rdf:type owl:Class ;
                               rdfs:subClassOf owl:Thing ;
                               skos:definition "Designation (3.10) of the status in the administrative process of a Registration Authority (3.42). [ISO/IEC 11179-6:2015(E), 3.3]" ;
                               skos:prefLabel "Administrative Status" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/AttachedItem
iso-11179:AttachedItem rdf:type owl:Class ;
                       rdfs:subClassOf iso-11179:RegisteredItem ;
                       skos:definition "Registered item (3.2.105) for which administrative information (3.2.3) is recorded in another registered item. [ISO/IEC 11179-3:2013(E), 3.2.6]" ;
                       skos:note "This is often a member of a group of registered items that is managed as a whole." ;
                       skos:prefLabel "Attached Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ClassifiableItem
iso-11179:ClassifiableItem rdf:type owl:Class ;
                           rdfs:subClassOf owl:Thing ;
                           skos:definition "Classifiable Item is an abstract supertype of all metadata items which might be classified. [ISO/IEC 11179-3:2013(E), 9.2.2.1]" ;
                           skos:prefLabel "Classifiable Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Concept
iso-11179:Concept rdf:type owl:Class ;
                  rdfs:subClassOf skos:Concept ;
                  skos:definition "Unit of knowledge created by a unique combination of characteristics (3.2.14). [ISO/IEC 11179-3:2013(E), 3.2.18]" ;
                  skos:prefLabel "Concept" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ConceptSystem
iso-11179:ConceptSystem rdf:type owl:Class ;
                        rdfs:subClassOf skos:ConceptScheme ;
                        skos:definition "Set of concepts (3.2.18) structured according to the relations (3.2.119) among them. [ISO/IEC 11179-3:2013(E), 3.2.19]" ;
                        skos:prefLabel "Concept System" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ConceptualDomain
iso-11179:ConceptualDomain rdf:type owl:Class ;
                           rdfs:subClassOf iso-11179:Concept ;
                           skos:definition "Concept (3.2.18) that expresses its description or valid instance meanings. [ISO/IEC 11179-3:2013(E), 3.2.18]" ;
                           skos:prefLabel "Conceptual Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Contact
iso-11179:Contact rdf:type owl:Class ;
                  rdfs:subClassOf owl:Thing ;
                  skos:definition "Instance of a role (3.2.121) of an individual (3.2.65) or organization (3.2.90) (or organization part (3.2.93) or organization Person (3.2.95)) to or from whom an information item(s), a material object(s) and/or person(s) can be sent in a specified context. [ISO/IEC 11179-3:2013(E), 3.2.23]" ;
                  skos:prefLabel "Contact" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Context
iso-11179:Context rdf:type owl:Class ;
                  rdfs:subClassOf owl:Thing ;
                  skos:definition "A Context defines the setting within which the subject data has meaning. A Context may be a business domain, an information subject area, an information system, a database, file, data model, standard document, or any other environment determined by the stewardardship organization (3.2.127) responsible for the Context, or the registration authority (3.2.109) responsible for the registry. Each Context may itself be made a Designatable_Item within the registry and be given a designation and/or a definition. [ISO/IEC 11179-3:2013(E), 7.3.2.5]" ;
                  skos:prefLabel "Context" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DataElement
iso-11179:DataElement rdf:type owl:Class ;
                      rdfs:subClassOf owl:Thing ;
                      skos:definition "Unit of data (3.2.27) that is considered in context to be indivisible. [ISO/IEC 11179-3:2013(E), 3.2.28]" ;
                      skos:example "The data element \"age of a person\" with values consisting of all combinations of 3 decimal digits." ;
                      skos:note "The definition states that a data element is “indivisible” in some context. This means that it is possible that a data element considered indivisible in one context (e.g., telephone number) may be divisible in another context, (e.g., country code, area code, local number)." ;
                      skos:prefLabel "Data Element" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DataElementConcept
iso-11179:DataElementConcept rdf:type owl:Class ;
                             rdfs:subClassOf iso-11179:Concept ;
                             skos:definition "Concept (3.2.18) that is an association (3.1.2) of a property (3.2.100) with an object class (3.2.88). [ISO/IEC 11179-3:2013(E), 3.2.29]" ;
                             skos:note "A data element concept is implicitly associated with both the property and the object class whose combination it expresses." ,
                                       "A data element concept may also be associated with zero or more conceptual domains (3.2.21) each of which expresses its value meanings (3.2.141)." ,
                                       "A data element concept may also be associated with zero or more data elements (3.2.28) each of which provide representation for the data element concept via its associated value domain (3.2.140)." ;
                             skos:prefLabel "Data Element Concept" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DataElementDerivation
iso-11179:DataElementDerivation rdf:type owl:Class ;
                                rdfs:subClassOf owl:Thing ;
                                skos:definition "Application of a derivation rule (3.2.45) to one or more input data elements (3.2.28) to derive one or more output data elements. [ISO/IEC 11179-3:2013(E), 3.2.33]" ;
                                skos:prefLabel "Data Element Derivation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DataElementExample
iso-11179:DataElementExample rdf:type owl:Class ;
                             rdfs:subClassOf owl:Thing ;
                             skos:definition "Representative illustration of a data element (3.2.28). [ISO/IEC 11179-3:2013(E), 3.2.34]" ;
                             skos:prefLabel "Data Element Example" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Datatype
iso-11179:Datatype rdf:type owl:Class ;
                   rdfs:subClassOf owl:Thing ;
                   skos:definition "Set of distinct values, characterized by properties of those values and by operations on those values. [ISO/IEC 11179-3:2013(E), 3.1.9]" ;
                   skos:prefLabel "Datatype" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Definition
iso-11179:Definition rdf:type owl:Class ;
                     rdfs:subClassOf owl:Thing ;
                     skos:definition "Representation of a designatable item (3.2.50) by a descriptive statement which, in a given language (3.2.68) and context(s) (3.2.25) serves to differentiate it from related designatable items. [ISO/IEC 11179-3:2013(E), 3.2.40]" ;
                     skos:prefLabel "Definition" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DefinitionContext
iso-11179:DefinitionContext rdf:type owl:Class ;
                            rdfs:subClassOf owl:Thing ;
                            skos:definition "The Definition_Context association class records the Context (7.3.2.5) in which a Definition (7.3.2.4) occurs. [ISO/IEC 11179-3:2013(E), 7.3.3.1.1]" ;
                            skos:prefLabel "Definition Context" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DerivationRule
iso-11179:DerivationRule rdf:type owl:Class ;
                         rdfs:subClassOf owl:Thing ;
                         skos:definition "Logical, mathematical, and/or other operations specifying derivation. [ISO/IEC 11179-3:2013(E), 3.2.45]" ;
                         skos:prefLabel "Derivation Rule" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DescribedConceptualDomain
iso-11179:DescribedConceptualDomain rdf:type owl:Class ;
                                    rdfs:subClassOf iso-11179:ConceptualDomain ;
                                    skos:definition "Conceptual domain (3.2.21) that is specified by a description or specification, such as a rule, a procedure, or a range (i.e. interval). [ISO/IEC 11179-3:2013(E), 3.2.48]" ;
                                    skos:prefLabel "Described Conceptual Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DescribedValueDomain
iso-11179:DescribedValueDomain rdf:type owl:Class ;
                               rdfs:subClassOf iso-11179:ValueDomain ;
                               skos:definition "Value domain (3.2.140) that is specified by a description or specification, such as a rule, a procedure, or a range (i.e. interval). [ISO/IEC 11179-3:2013(E), 3.2.49]" ;
                               skos:prefLabel "Described Value Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DesignatableItem
iso-11179:DesignatableItem rdf:type owl:Class ;
                           rdfs:subClassOf owl:Thing ;
                           skos:definition "Identified item (3.2.64) which can have designations (3.2.51) and/or definitions (3.2.40). [ISO/IEC 11179-3:2013(E), 3.2.50]" ;
                           skos:prefLabel "Designatble Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Designation
iso-11179:Designation rdf:type owl:Class ;
                      rdfs:subClassOf owl:Thing ;
                      skos:definition "Representation of a concept (3.2.18) by a sign (3.2.123) which denotes it. [ISO/IEC 11179-3:2013(E), 3.2.51]" ;
                      skos:prefLabel "Designation" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DesignationContext
iso-11179:DesignationContext rdf:type owl:Class ;
                             rdfs:subClassOf owl:Thing ;
                             skos:definition "The Designation_Context association class records the Context (7.3.2.5) in which a Designation (7.3.2.3) occurs. [ISO/IEC 11179-3:2013(E), 7.3.2.2.1]" ;
                             skos:prefLabel "Designation Context" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Dimensionality
iso-11179:Dimensionality rdf:type owl:Class ;
                         rdfs:subClassOf iso-11179:Concept ;
                         skos:definition "Set of equivalent units of measure (3.2.138). [ISO/IEC 11179-3:2013(E), 3.2.58]" ;
                         skos:prefLabel "Dimensionality" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/DocumentType
iso-11179:DocumentType rdf:type owl:Class ;
                       rdfs:subClassOf owl:Thing ;
                       skos:definition "The composite datatype (3.1.8) Document_Type is used to specify the document type of a Reference_Document (6.3.7). The document type may be specified using an identifier (6.3.3.2.1) or a description (6.3.3.2.2). [ISO/IEC 11179-3:2013(E), 6.3.3.1]" ;
                       skos:prefLabel "Document Type" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/EnumeratedConceptualDomain
iso-11179:EnumeratedConceptualDomain rdf:type owl:Class ;
                                     rdfs:subClassOf iso-11179:ConceptualDomain ;
                                     skos:definition "Conceptual domain (3.2.21) that is specified by a list of all its value meanings (3.2.141). [ISO/IEC 11179-3:2013(E), 3.2.60]" ;
                                     skos:note "No ordering of the value meanings is implied." ;
                                     skos:prefLabel "Enumerated Conceptual Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/EnumeratedValueDomain
iso-11179:EnumeratedValueDomain rdf:type owl:Class ;
                                rdfs:subClassOf iso-11179:ValueDomain ;
                                skos:definition "Value domain (3.2.140) that is specified by a list of all its permissible values (3.2.96). [ISO/IEC 11179-3:2013(E), 3.2.61]" ;
                                skos:note "No ordering of the permissible values is implied." ;
                                skos:prefLabel "Enumerated Value Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/IdentifiedItem
iso-11179:IdentifiedItem rdf:type owl:Class ;
                         rdfs:subClassOf owl:Thing ;
                         skos:definition "Metadata item (3.2.75) identified in a metadata registry (3.2.78). [ISO/IEC 11179-3:2013(E), 3.2.64]" ;
                         skos:prefLabel "Identified Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Individual
iso-11179:Individual rdf:type owl:Class ;
                     rdfs:subClassOf owl:Thing ;
                     skos:definition "Single human being. [ISO/IEC 11179-3:2013(E), 3.2.65]" ;
                     skos:prefLabel "Individual" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/LanguageIdentification
iso-11179:LanguageIdentification rdf:type owl:Class ;
                                 rdfs:subClassOf owl:Thing ;
                                 skos:definition "The composite datatype (3.1.8) Language_Identification serves as an identifier (3.1.11) for a language (3.2.68). Language_Identification always defines a language as spoken (or written, signed or otherwise signaled) by human beings for communication of information to other human beings. Computer languages such as programming languages are explicitly excluded. [ISO/IEC 11179-3:2013(E), 6.3.5.1]" ;
                                 skos:prefLabel "Language Identification" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/MeasureClass
iso-11179:MeasureClass rdf:type owl:Class ;
                       rdfs:subClassOf owl:Thing ;
                       skos:definition "set of equivalent units of measure (3.2.138) for association with one or more dimensionalities (3.2.58). [ISO/IEC 11179-3:2013(E), 3.2.72]" ;
                       skos:prefLabel "Measure Class" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Namespace
iso-11179:Namespace rdf:type owl:Class ;
                    rdfs:subClassOf owl:Thing ;
                    skos:definition "Set of designations (3.2.51) and/or scoped identifiers (3.2.122) for a particular business need. [ISO/IEC 11179-3:2013(E), 3.2.84]" ;
                    skos:prefLabel "Namespace" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/NamingConvention
iso-11179:NamingConvention rdf:type owl:Class ;
                           rdfs:subClassOf owl:Thing ;
                           skos:definition "The Naming_Convention class provides the specification by which the sign of a Designation is developed. The Naming_Convention class records a set of rules for constructing Designation.signs (names) to designate Designatable_Items. Naming_Conventions may range in complexity from very simple to very complex. The semantic, syntactic, and lexical_rules may each have their own complexity. [ISO/IEC 11179-3:2013(E), 7.3.2.7.1]" ;
                           skos:prefLabel "Naming Convention" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/NaturalRange
iso-11179:NaturalRange rdf:type owl:Class ;
                       rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Notation
iso-11179:Notation rdf:type owl:Class ;
                   rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ObjectClass
iso-11179:ObjectClass rdf:type owl:Class ;
                      rdfs:subClassOf iso-11179:Concept ;
                      skos:definition "Set of ideas, abstractions or things in the real world that are identified with explicit boundaries and meaning and whose properties and behaviour follow the same rules. [ISO/IEC 11179-3:2013(E), 3.2.88]" ;
                      skos:prefLabel "Object Class" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Organization
iso-11179:Organization rdf:type owl:Class ;
                       rdfs:subClassOf owl:Thing ;
                       skos:definition "Unique framework of authority within which individuals (3.16) act, or are designated to act, towards some purpose. [ISO/IEC 11179-6:2015(E), 3.30]" ;
                       skos:prefLabel "Organization" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/PermissibleValue
iso-11179:PermissibleValue rdf:type owl:Class ;
                           rdfs:subClassOf owl:Thing ;
                           skos:definition "Designation (3.2.51) of a value meaning (3.2.141). [ISO/IEC 11179-3:2013(E), 3.2.96]" ;
                           skos:note "A permissible value may be associated with one or more enumerated value domains (3.2.61)." ;
                           skos:prefLabel "Permissible Value" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/PhoneNumber
iso-11179:PhoneNumber rdf:type owl:Class ;
                      rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/PostalAddress
iso-11179:PostalAddress rdf:type owl:Class ;
                        rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Property
iso-11179:Property rdf:type owl:Class ;
                   rdfs:subClassOf iso-11179:Concept ;
                   skos:definition "Quality common to all members of an object class (3.2.88). [ISO/IEC 11179-3:2013(E), 3.2.100]" ;
                   skos:prefLabel "Property" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Reference
iso-11179:Reference rdf:type owl:Class ;
                    rdfs:subClassOf owl:Thing ;
                    skos:definition "A Reference is the association between a Reference Document (8.1.3.3) and a Registered_Item (8.1.2.1). [ISO/IEC 11179-3:2013(E), 8.1.5.2.1]" ;
                    skos:prefLabel "Reference" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ReferenceDocument
iso-11179:ReferenceDocument rdf:type owl:Class ;
                            rdfs:subClassOf owl:Thing ;
                            skos:definition "Document that provides pertinent details for consultation about a subject. [ISO/IEC 11179-3:2013(E), 3.2.102]" ;
                            skos:prefLabel "Reference Document" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegisteredItem
iso-11179:RegisteredItem rdf:type owl:Class ;
                         rdfs:subClassOf iso-11179:IdentifiedItem ;
                         skos:definition "Metadata item (3.2.75) that is recorded and managed in a metadata registry (3.2.78). [ISO/IEC 11179-3:2013(E), 3.2.105]" ;
                         skos:prefLabel "Registered Item" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Registrar
iso-11179:Registrar rdf:type owl:Class ;
                    rdfs:subClassOf iso-11179:Contact ;
                    skos:definition "Representative of a registration authority (3.2.109). [ISO/IEC 11179-3:2013(E), 3.2.106]" ;
                    skos:prefLabel "Registrar" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Registration
iso-11179:Registration rdf:type owl:Class ;
                       rdfs:subClassOf owl:Thing ;
                       skos:definition "Inclusion of a metadata item (3.2.75) in a metadata registry (3.2.78). [ISO/IEC 11179-3:2013(E), 3.2.108]" ;
                       skos:prefLabel "Registration" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationAuthority
iso-11179:RegistrationAuthority rdf:type owl:Class ;
                                rdfs:subClassOf iso-11179:Organization ;
                                skos:definition "Organization (3.30) responsible for maintaining a register (3.37). [ISO/IEC 11179-6:2015(E), 3.42]" ;
                                skos:prefLabel "Registration Authority" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationAuthorityIdentifier
iso-11179:RegistrationAuthorityIdentifier rdf:type owl:Class ;
                                          rdfs:subClassOf owl:Thing ;
                                          skos:definition "Identifier (3.1.11) assigned to a registration authority (3.2.109). [ISO/IEC 11179-3:2013(E), 3.2.109]" ;
                                          skos:prefLabel "Registration Authority Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationState
iso-11179:RegistrationState rdf:type owl:Class ;
                            rdfs:subClassOf owl:Thing ;
                            skos:definition "Information about the registration (3.2.108) of an administered item (3.2.2). [ISO/IEC 11179-3:2013(E), 3.2.111]" ;
                            skos:prefLabel "Registration State" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus
iso-11179:RegistrationStatus rdf:type owl:Class ;
                             rdfs:subClassOf owl:Thing ;
                             skos:definition "Designation (3.2.51) of the status in the registration (3.2.108) life-cycle of an administered item (3.2.2). [ISO/IEC 11179-3:2013(E), 3.2.112]" ;
                             skos:note "Designation values are specified in ISO/IEC 11179-6." ;
                             skos:prefLabel "Registration Status" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrySpecification
iso-11179:RegistrySpecification rdf:type owl:Class ;
                                rdfs:subClassOf owl:Thing ;
                                skos:definition "Registry_Specification describes the environment in which a registry (3.2.113) operates. If this standard is being applied in an environment that does not use a registry, then Registry_Specification is not required. In an environment with multiple registries, there should be one Registry_Specification per registry. [ISO/IEC 11179-3:2013(E), 3.1.2.9.1]" ;
                                skos:prefLabel "Registry Specification" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Role
iso-11179:Role rdf:type owl:Class ;
               rdfs:subClassOf owl:Thing ;
               skos:definition "Specified responsibilities. [ISO/IEC 11179-3:2013(E), 3.2.121]" ;
               skos:prefLabel "Role" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ScopedIdentifier
iso-11179:ScopedIdentifier rdf:type owl:Class ;
                           rdfs:subClassOf owl:Thing ;
                           skos:definition "Identifier (3.1.11) of an identified item (3.2.64) within a specified namespace (3.2.84). [ISO/IEC 11179-3:2013(E), 3.2.122]" ;
                           skos:prefLabel "Scoped Identifier" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Sign
iso-11179:Sign rdf:type owl:Class ;
               rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Slot
iso-11179:Slot rdf:type owl:Class ;
               rdfs:subClassOf owl:Thing ;
               skos:definition "Container for an extension (3.2.62) to an identified item (3.2.64). [ISO/IEC 11179-3:2013(E), 3.2.124]" ;
               skos:prefLabel "Slot" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Steward
iso-11179:Steward rdf:type owl:Class ;
                  rdfs:subClassOf iso-11179:Contact ;
                  skos:definition "Contact (3.7) information associated with a stewardship. [ISO/IEC 11179-6:2015(E), 3.52]" ;
                  skos:prefLabel "Steward" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/StewardshipOrganization
iso-11179:StewardshipOrganization rdf:type owl:Class ;
                                  rdfs:subClassOf iso-11179:Organization ;
                                  skos:changeNote "In edition 2, this was called responsible organization" ;
                                  skos:definition "Organization (3.30) that maintains stewardship (3.51) of an administered item (3.1). [ISO/IEC 11179-6:2015(E), 3.53]" ;
                                  skos:prefLabel "Stewardship Organization" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/StewardshipRecord
iso-11179:StewardshipRecord rdf:type owl:Class ;
                            rdfs:subClassOf owl:Thing ;
                            skos:definition "Record of a stewardship organization (3.2.127) and a stewardship contact (3.2.126) involved in the stewardship (3.2.125) of an administered item (3.2.2). [ISO/IEC 11179-3:2013(E), 3.2.128]" ;
                            skos:prefLabel "Stewardship Record" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/SubmissionRecord
iso-11179:SubmissionRecord rdf:type owl:Class ;
                           rdfs:subClassOf owl:Thing ;
                           skos:definition "Record of a submission organization (3.2.132) and a submission contact (3.2.131) involved in the submission (3.2.130) of a metadata item (3.2.75) for registration (3.2.108). [ISO/IEC 11179-3:2013(E), 3.2.133]" ;
                           skos:prefLabel "Submission Record" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Submitter
iso-11179:Submitter rdf:type owl:Class ;
                    rdfs:subClassOf iso-11179:Contact ;
                    skos:definition "Contact (3.7) information associated with a submission (3.54). [ISO/IEC 11179-6:2015(E), 3.55]" ;
                    skos:prefLabel "Submitter" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/SubmittingOrganization
iso-11179:SubmittingOrganization rdf:type owl:Class ;
                                 rdfs:subClassOf iso-11179:Organization ;
                                 skos:changeNote "In edition 2, the abbreviation used was SO. It has been changed in this edition because responsible organization was renamed to stewardship organization (StO)." ;
                                 skos:definition "Organization (3.30) that submits a metadata item (3.23) for registration (3.40). [ISO/IEC 11179-6:2015(E), 3.56]" ;
                                 skos:prefLabel "Submitting Organization" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Text
iso-11179:Text rdf:type owl:Class ;
               rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/UnitOfMeasure
iso-11179:UnitOfMeasure rdf:type owl:Class ;
                        rdfs:subClassOf iso-11179:Concept ;
                        skos:definition "Actual units in which the associated values are measured. [ISO/IEC 11179-3:2013(E), 3.2.138]" ;
                        skos:prefLabel "Unit of Measure" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Value
iso-11179:Value rdf:type owl:Class ;
                rdfs:subClassOf rdfs:Literal .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ValueDomain
iso-11179:ValueDomain rdf:type owl:Class ;
                      rdfs:subClassOf owl:Thing ;
                      skos:altLabel "VD" ;
                      skos:definition "Set of permissible values (3.2.96). [ISO/IEC 11179-3:2013(E), 3.2.140]" ;
                      skos:note "The permissible values may either be enumerated or expressed via a description." ,
                                "The value domain provides representation, but has no implication as to what data element concept (3.2.29) the values might be associated with nor what the values mean." ;
                      skos:prefLabel "Value Domain" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/ValueMeaning
iso-11179:ValueMeaning rdf:type owl:Class ;
                       rdfs:subClassOf iso-11179:Concept ;
                       skos:definition "Semantic content of a possible value. [ISO/IEC 11179-3:2013(E), 3.2.141]" ;
                       skos:note "The representation of value meanings in a registry (3.2.113) shall be independent of (and shall not constrain) their representation in any corresponding value domain (3.2.140)." ;
                       skos:prefLabel "Value Meaning" .


#################################################################
#    Individuals
#################################################################

###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Acceptability.admitted
iso-11179:Acceptability.admitted rdf:type owl:NamedIndividual ,
                                          iso-11179:Acceptability ;
                                 skos:prefLabel "Admitted" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Acceptability.deprecated
iso-11179:Acceptability.deprecated rdf:type owl:NamedIndividual ,
                                            iso-11179:Acceptability ;
                                   skos:prefLabel "Deprecated" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Acceptability.obsolete
iso-11179:Acceptability.obsolete rdf:type owl:NamedIndividual ,
                                          iso-11179:Acceptability ;
                                 skos:prefLabel "Obsolete" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Acceptability.preferred
iso-11179:Acceptability.preferred rdf:type owl:NamedIndividual ,
                                           iso-11179:Acceptability ;
                                  skos:prefLabel "Preferred" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/Acceptability.superseded
iso-11179:Acceptability.superseded rdf:type owl:NamedIndividual ,
                                            iso-11179:Acceptability ;
                                   skos:prefLabel "Superseded" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Application
iso-11179:RegistrationStatus.Application rdf:type owl:NamedIndividual ,
                                                  iso-11179:RegistrationStatus ;
                                         skos:definition "An Administered Item with the “Application” status shall mean that the Registration Authority wishes to make the community that uses this metadata register aware of the existence of an Administered Item in their local domain that is used by an application system. This item may be very well described. Items with the “Application” status may be from application systems that are in current development. The quality of the attribution might be no better than in “Incomplete” status. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                         skos:prefLabel "Registration Status Application" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Candidate
iso-11179:RegistrationStatus.Candidate rdf:type owl:NamedIndividual ,
                                                iso-11179:RegistrationStatus ;
                                       skos:definition "The Administered Item has been proposed for progression through the registration levels. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                       skos:prefLabel "Registration Status Candidate" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Historical
iso-11179:RegistrationStatus.Historical rdf:type owl:NamedIndividual ,
                                                 iso-11179:RegistrationStatus ;
                                        skos:definition "An Administered Item with the “Historical” status shall indicate that the Submitter wishes to make the community that uses this metadata register aware of the existence of an item that was used in the past and has not been used recently. It is important to record so that related items may be given additional perspective through knowledge of this item. A “Historical” Administered Item has not passed through the dynamic registration levels. The quality of the attribution might be no better than in “Incomplete” status. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                        skos:prefLabel "Registration Status Historical" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Incomplete
iso-11179:RegistrationStatus.Incomplete rdf:type owl:NamedIndividual ,
                                                 iso-11179:RegistrationStatus ;
                                        skos:definition "Submitter wishes to make the community that uses this metadata register aware of the existence of an Administered Item in their local domain. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                        skos:prefLabel "Registration Status Incomplete" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.PreferredStandard
iso-11179:RegistrationStatus.PreferredStandard rdf:type owl:NamedIndividual ,
                                                        iso-11179:RegistrationStatus ;
                                               skos:definition "The Registration Authority confirms that the Administered Item is preferred for use within the community that uses this metadata register. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                               skos:prefLabel "Registration Status Preferred Standard" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Qualified
iso-11179:RegistrationStatus.Qualified rdf:type owl:NamedIndividual ,
                                                iso-11179:RegistrationStatus ;
                                       skos:definition "The Registration Authority has confirmed that the mandatory metadata attributes are complete and the mandatory metadata attributes conform to applicable quality requirements. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                       skos:prefLabel "Registration Status Qualified" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Recorded
iso-11179:RegistrationStatus.Recorded rdf:type owl:NamedIndividual ,
                                               iso-11179:RegistrationStatus ;
                                      skos:definition "The Registration Authority has confirmed that all mandatory metadata attributes have been completed. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                      skos:prefLabel "Registration Status Recorded" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Retired
iso-11179:RegistrationStatus.Retired rdf:type owl:NamedIndividual ,
                                              iso-11179:RegistrationStatus ;
                                     skos:definition "The Registration Authority has approved the Administered Item as no longer recommended for use in the community that uses this metadata register and should no longer be used. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                     skos:prefLabel "Registration Status Retired" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Standard
iso-11179:RegistrationStatus.Standard rdf:type owl:NamedIndividual ,
                                               iso-11179:RegistrationStatus ;
                                      skos:definition "The Registration Authority confirms that the Administered Item is of sufficient quality and of broad interest for use in the community that uses this metadata register. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                      skos:prefLabel "Registration Status Standard" .


###  https://standards.iso.org/iso-iec/19583-24/ed-1/iso-iec-11179-3-ed-3/RegistrationStatus.Superseded
iso-11179:RegistrationStatus.Superseded rdf:type owl:NamedIndividual ,
                                                 iso-11179:RegistrationStatus ;
                                        skos:definition "The Registration Authority determined that the Administered Item is no longer recommended for use by the community that uses this metadata register and a successor Administered Item is now preferred for use. [ISO/IEC 11179-6:2015(E), 4.4.2]" ;
                                        skos:prefLabel "Registration Status Superseded" .


#################################################################
#    Annotations
#################################################################

iso-11179:NaturalRange skos:definition "Natural Range is a datatype (3.1.8) comprising a range of “natural numbers“. [ISO/IEC 11179-3:2013(E), 6.2.6]" ;
                       skos:note "Natural Range is used as the type of both multiplicity (an attribute of Relation Roles) and arity (an attribute of Relations) in the Concepts metamodel region, but this in no way constrains how it may be used by a Registration Authority." ;
                       skos:prefLabel "Natural Range" .


iso-11179:Notation skos:prefLabel "Notation" ;
                   skos:example "XCL Common Logic (ISO/IEC 24707) or OWL-DL XML notation." ;
                   skos:definition "Formal syntax and associated semantics. [ISO/IEC 11179-3:2013(E), 3.2.86]" .


iso-11179:PhoneNumber skos:prefLabel "Phone Number" ;
                      skos:definition "Telephone number. [ISO/IEC 11179-3:2013(E), 3.2.98]" ;
                      skos:note "Specified by ITU-T Recommendation E.164 (2005-02), the international public telecommunications numbering plan." .


iso-11179:PostalAddress skos:prefLabel "Postal Address" ;
                        skos:definition "Set of information which, for a postal item, allows the unambiguous determination of an actual or potential delivery point, usually combined with the specification of an addressee and/or a mailee. [ISO/IEC 11179-3:2013(E), 3.2.99]" .


iso-11179:Sign skos:prefLabel "Sign" ;
               skos:definition "Textual string or symbol that can be used to denote a concept (3.2.18). [ISO/IEC 11179-3:2013(E), 3.2.123]" .


iso-11179:Text skos:prefLabel "Text" ;
               skos:example "A business letter printed on paper or displayed on a screen." ;
               skos:definition "Paragraph, page or document that can be used to define or describe an object (3.2.87). [ISO/IEC 11179-3:2013(E), 3.2.136]" .


iso-11179:Value skos:prefLabel "Value" ;
                skos:definition "A Value represents any instance of any datatype. [ISO/IEC 11179-3:2013(E), 6.2.13]" .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
