core:namingAuthority leaf node


URI

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

Label

namingAuthority

Description

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

Usage

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

Implementation

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

default1: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 .