https://cacontology.projectvic.org/synthesis/shapes#ClaimAboutShape
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
|
||
@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 .