core:hasFacet leaf node


URI

https://ontology.unifiedcyberontology.org/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://ontology.unifiedcyberontology.org/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:InverseFunctionalProperty,
        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 .