https://ontology.unifiedcyberontology.org/uco/marking/authorizedIdentities
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.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | marking:authorizedIdentities | xsd:string |
@prefix marking: <https://ontology.unifiedcyberontology.org/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 .