Ontology Version: 2.11.0

cacontology-synthesis:supportedByEvidencePointer leaf node


URI

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

Label

supported by evidence pointer

Description

Links a claim (or other assertion-like node) to the text evidence pointer supporting it.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Claim cacontology-synthesis:supportedByEvidencePointer cacontology-synthesis:TextEvidencePointer

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:supportedByEvidencePointer a owl:ObjectProperty ;
    rdfs:label "supported by evidence pointer"@en ;
    rdfs:comment "Links a claim (or other assertion-like node) to the text evidence pointer supporting it."@en ;
    rdfs:domain cacontology-synthesis:Claim ;
    rdfs:range cacontology-synthesis:TextEvidencePointer .