Ontology Version: 2.11.0

cacontology-synthesis:derivedFromFigure leaf node


URI

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

Label

derived from figure

Description

Links an object to a figure that reports it (intended subjects include Claim, DistributionObservation, OffendingChain, and OffendingChainStage).

Usage

DOMAINPROPERTYRANGE
uco-core:UcoObject cacontology-synthesis:derivedFromFigure cacontology-synthesis:ReportFigure

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:derivedFromFigure a owl:ObjectProperty ;
    rdfs:label "derived from figure"@en ;
    rdfs:comment "Links an object to a figure that reports it (intended subjects include Claim, DistributionObservation, OffendingChain, and OffendingChainStage)."@en ;
    rdfs:domain uco-core:UcoObject ;
    rdfs:range cacontology-synthesis:ReportFigure .