Ontology Version: 2.11.0

cacontology-synthesis:inReport leaf node


URI

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

Label

in report

Description

Optional direct link from a claim/observation to the report containing it.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Claim cacontology-synthesis:inReport cacontology-synthesis:Report

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:inReport a owl:ObjectProperty ;
    rdfs:label "in report"@en ;
    rdfs:comment "Optional direct link from a claim/observation to the report containing it."@en ;
    rdfs:domain cacontology-synthesis:Claim ;
    rdfs:range cacontology-synthesis:Report .