https://cacontology.projectvic.org/synthesis#hasClaim
Optional direct link from a report to claims it contains (findings, recommendations, gaps, scope constraints, etc.).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:Report | cacontology-synthesis:hasClaim | cacontology-synthesis:Claim |
@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:hasClaim a owl:ObjectProperty ;
rdfs:label "has claim"@en ;
rdfs:comment "Optional direct link from a report to claims it contains (findings, recommendations, gaps, scope constraints, etc.)."@en ;
rdfs:domain cacontology-synthesis:Report ;
rdfs:range cacontology-synthesis:Claim .