https://cacontology.projectvic.org/synthesis#derivedFromFigure
Links an object to a figure that reports it (intended subjects include Claim, DistributionObservation, OffendingChain, and OffendingChainStage).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| uco-core:UcoObject | cacontology-synthesis:derivedFromFigure | cacontology-synthesis:ReportFigure |
@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 .