core:namingAuthority leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/namingAuthority

Label

namingAuthority

Description

Specifies the naming authority that issued the name of the entity.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:namingAuthority xsd:string

Implementation

@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@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#> .

core:namingAuthority a owl:DatatypeProperty ;
    rdfs:label "namingAuthority"@en ;
    rdfs:comment "Specifies the naming authority that issued the name of the entity."@en ;
    rdfs:range xsd:string .