DLTOntology:StandardizationOrganization


URI

https://w3id.org/DLTOntology#StandardizationOrganization

Label

StandardizationOrganization

Usage

Instances of DLTOntology:StandardizationOrganization 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#> .

:StandardizationOrganization a owl:Class ;
    rdfs:label "StandardizationOrganization" .