Ontology Version: 2.11.0

cacontology-synthesis:about leaf node


URI

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

Label

about

Description

Links a claim to entities/concepts it is about.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Claim cacontology-synthesis:about 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:about a owl:ObjectProperty ;
    rdfs:label "about"@en ;
    rdfs:comment "Links a claim to entities/concepts it is about."@en ;
    rdfs:domain cacontology-synthesis:Claim ;
    rdfs:range uco-core:UcoObject .