Requirement level leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#requirement-level

Label

Requirement level

Description

Specifies a phrase to indicate the degree to which the providing of a value for the entity (e.g. a data or object property) in question is compulsory, recommended or optional.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Requirement level owl:Thing (inferred)

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cbcm:requirement-level a owl:AnnotationProperty ;
    rdfs:label "Requirement level"@en ;
    cbcm:example "Examples include: MUST, SHOULD, RECOMMENDED and OPTIONAL"@en ;
    rdfs:comment "Specifies a phrase to indicate the degree to which the providing of a value for the entity (e.g. a data or object property) in question is compulsory, recommended or optional."@en ;
    rdfs:subPropertyOf rdfs:comment .