https://cacontology.projectvic.org/synthesis#category
Links a distribution observation to its category (type/operation/objective/locus).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:DistributionObservation | cacontology-synthesis:category | uco-core:UcoObject |
@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 .