marking:statement leaf node


URI

https://unifiedcyberontology.org/ontology/uco/marking#statement

Label

Statement

Description

Specifies the statement to apply to the structure for which the Marking is to be applied.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) marking:statement xsd:string

Implementation

@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

marking:statement a owl:DatatypeProperty ;
    rdfs:label "Statement"@en-US ;
    rdfs:comment "Specifies the statement to apply to the structure for which the Marking is to be applied."@en-US ;
    rdfs:range xsd:string .