core:hasFacet leaf node


URI

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

Label

hasFacet

Description

Further sets of properties characterizing a concept based on the particular context of the class and of the particular instance of the concept being characterized.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:hasFacet core:Facet

Implementation

@prefix core: <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#> .

core:hasFacet a owl:ObjectProperty ;
    rdfs:label "hasFacet"@en ;
    rdfs:comment "Further sets of properties characterizing a concept based on the particular context of the class and of the particular instance of the concept being characterized."@en ;
    rdfs:range core:Facet .