https://cacontology.projectvic.org/institutional-exploitation#InstitutionalExploitationDataQualityShape
Validates data quality for institutional exploitation with gUFO quality aspects.
Instances of cacontology-institutional:InstitutionalExploitation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-institutional:InstitutionalExploitation | ||||
| cacontology-institutional:hasExploitationEndDate | 1 |
xsd:dateTime
|
||
| cacontology-institutional:hasExploitationSeverityLevel | 1 | 1 |
xsd:string
|
|
| cacontology-institutional:hasExploitationStartDate | 1 |
xsd:dateTime
|
||
| cacontology-institutional:occursWithin | 1 | 1 |
cacontology-institutional:CharitableOrganization
|
|
| cacontology-institutional:victimCount | 1 | 1 |
xsd:nonNegativeInteger
|
|
@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@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-institutional:InstitutionalExploitationDataQualityShape a sh:NodeShape ;
rdfs:label "Institutional Exploitation Data Quality Shape"@en ;
rdfs:comment "Validates data quality for institutional exploitation with gUFO quality aspects."@en ;
sh:property [ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 300 ;
sh:message "Label should be between 10 and 300 characters when provided."@en ;
sh:minCount 0 ;
sh:minLength 10 ;
sh:path rdfs:label ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 2000 ;
sh:message "Comment should be between 20 and 2000 characters when provided."@en ;
sh:minCount 0 ;
sh:minLength 20 ;
sh:path rdfs:comment ] ;
sh:targetClass cacontology-institutional:InstitutionalExploitation .