https://cacontology.projectvic.org/synthesis#supportedByEvidencePointer
Links a claim (or other assertion-like node) to the text evidence pointer supporting it.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:Claim | cacontology-synthesis:supportedByEvidencePointer | cacontology-synthesis:TextEvidencePointer |
@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 .