marking:contentSelectors leaf node


URI

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

Label

contentSelectors

Description

Explicit specification of exactly which portions of a UCO object to apply marking definitions to.
Specific syntax for how to specify the UCO object portions is dependent on the particular syntactic serialization implementation (XML, JSON, etc.) of UCO and MUST be explicitly specified in a separate binding specification for that syntactic serialization implementation (e.g. a UCO XML Binding Specification).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) marking:contentSelectors 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:contentSelectors a owl:DatatypeProperty ;
    rdfs:label "contentSelectors"@en ;
    rdfs:comment """Explicit specification of exactly which portions of a UCO object to apply marking definitions to.
  Specific syntax for how to specify the UCO object portions is dependent on the particular syntactic serialization implementation (XML, JSON, etc.) of UCO and MUST be explicitly specified in a separate binding specification for that syntactic serialization implementation (e.g. a UCO XML Binding Specification). """@en ;
    rdfs:range xsd:string .