DLTOntology:InternationalStandardizationOrganization leaf node


URI

https://w3id.org/DLTOntology#InternationalStandardizationOrganization

Label

InternationalStandardizationOrganization

Usage

Instances of DLTOntology:InternationalStandardizationOrganization can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:StandardizationOrganization
DLTOntology:createsStandard owl:ObjectProperty Behind every normative reference material and standardization there is an organization with the needed authority to publish such material, which can be either a national institute or an international organization. This property links a standard to its organization. DLTOntology:Standard

Implementation

@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:InternationalStandardizationOrganization a owl:Class ;
    rdfs:label "InternationalStandardizationOrganization"@en ;
    rdfs:subClassOf :StandardizationOrganization .