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
core:UcoObject core:objectMarking marking:MarkingDefinition

Implementation

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

default1: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:domain default1:UcoObject ;
    rdfs:range marking:MarkingDefinition .