Ontology Version: 2.11.0

cacontology-synthesis-shapes:ClaimInReportShape leaf node


URI

https://cacontology.projectvic.org/synthesis/shapes#ClaimInReportShape

Label

Claim In-Report Shape

Target Classes (1)

Shape Properties

Instances of cacontology-synthesis:Claim can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-synthesis:Claim
cacontology-synthesis:about
cacontology-synthesis:inReport 1 1 cacontology-synthesis:Report
cacontology-synthesis:supportedByEvidencePointer 1 cacontology-synthesis:TextEvidencePointer

Implementation

@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix cacontology-synthesis-shapes: <https://cacontology.projectvic.org/synthesis/shapes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis-shapes:ClaimInReportShape a sh:NodeShape ;
    rdfs:label "Claim In-Report Shape"@en ;
    sh:deactivated true ;
    sh:property [ sh:class cacontology-synthesis:Report ;
            sh:maxCount 1 ;
            sh:message "Claims should link to the containing Report via inReport (recommended for query ergonomics)."@en ;
            sh:minCount 1 ;
            sh:path cacontology-synthesis:inReport ;
            sh:severity sh:Warning ] ;
    sh:targetClass cacontology-synthesis:Claim .