Ontology Version: 2.11.0

cacontology-synthesis-shapes:ClaimAboutShape leaf node


URI

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

Label

Claim Aboutness 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#> .
cacontology-synthesis-shapes:ClaimAboutShape a sh:NodeShape ;
    rdfs:label "Claim Aboutness Shape"@en ;
    sh:property [ sh:message "When provided, claim about-links should reference IRI nodes."@en ;
            sh:nodeKind sh:IRI ;
            sh:path cacontology-synthesis:about ;
            sh:severity sh:Warning ] ;
    sh:targetClass cacontology-synthesis:Claim .