https://w3id.org/DLTOntology#InternationalStandardizationOrganization
Instances of DLTOntology:InternationalStandardizationOrganization can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .