Ontology Version: 2.11.0

cacontology-synthesis:hasFigure leaf node


URI

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

Label

has figure

Description

Links a report to its figures.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Report cacontology-synthesis:hasFigure 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#> .
cacontology-synthesis:hasFigure a owl:ObjectProperty ;
    rdfs:label "has figure"@en ;
    rdfs:comment "Links a report to its figures."@en ;
    rdfs:domain cacontology-synthesis:Report ;
    rdfs:range cacontology-synthesis:ReportFigure .