Ontology Version: 2.11.0

cacontology-synthesis:assertedInSection leaf node


URI

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

Label

asserted in section

Description

Links a claim to the report section where it is asserted.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Claim cacontology-synthesis:assertedInSection cacontology-synthesis:ReportSection

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:assertedInSection a owl:ObjectProperty ;
    rdfs:label "asserted in section"@en ;
    rdfs:comment "Links a claim to the report section where it is asserted."@en ;
    rdfs:domain cacontology-synthesis:Claim ;
    rdfs:range cacontology-synthesis:ReportSection .