Ontology Version: 2.11.0

cacontology-synthesis:category leaf node


URI

https://cacontology.projectvic.org/synthesis#category

Label

category

Description

Links a distribution observation to its category (type/operation/objective/locus).

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:DistributionObservation cacontology-synthesis:category uco-core:UcoObject

Implementation

@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
cacontology-synthesis:category a owl:ObjectProperty ;
    rdfs:label "category"@en ;
    rdfs:comment "Links a distribution observation to its category (type/operation/objective/locus)."@en ;
    rdfs:domain cacontology-synthesis:DistributionObservation ;
    rdfs:range uco-core:UcoObject .