core:objectMarking leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#objectMarking

Label

objectMarking

Description

Marking definitions to be applied to a particular concept characterization in its entirety.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:objectMarking core:MarkingDefinitionAbstraction

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

core:objectMarking a owl:ObjectProperty ;
    rdfs:label "objectMarking"@en ;
    rdfs:comment "Marking definitions to be applied to a particular concept characterization in its entirety."@en ;
    rdfs:range core:MarkingDefinitionAbstraction .