https://cacontology.projectvic.org/synthesis#assertedInSection
Links a claim to the report section where it is asserted.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:Claim | cacontology-synthesis:assertedInSection | cacontology-synthesis:ReportSection |
@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 .