marking:authorizedIdentities leaf node


URI

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

Label

Authorized Identities

Description

Specifies the identities that are authorized to access the data to which the data marking is associated. The list of authorized identities are represented as UUIDs.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) marking:authorizedIdentities 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:authorizedIdentities a owl:DatatypeProperty ;
    rdfs:label "Authorized Identities"@en ;
    rdfs:comment "Specifies the identities that are authorized to access the data to which the data marking is associated.  The list of authorized identities are represented as UUIDs."@en ;
    rdfs:range xsd:string .