https://unifiedcyberontology.org/ontology/uco/core#hasFacet
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:hasFacet | core:Facet |
@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 .