https://cacontology.projectvic.org/physical/shapes#DeviceConsentSearchShape
Validation shape for device consent search authorizations.
Instances of cacontology-physical:DeviceConsentSearch can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-physical:ConsentToSearchAuthorization | ||||
| cacontology-physical:consentGiven | 0 | 1 |
xsd:boolean
|
|
| cacontology-physical:consentScope | 0 | 1 |
xsd:string
|
|
| cacontology-physical:consentType | 0 | 1 |
xsd:string
|
|
| 0 | 1 |
rdf:langString
|
||
@prefix cacontology-physical: <https://cacontology.projectvic.org/physical#> .
@prefix cacontology-physical-shapes: <https://cacontology.projectvic.org/physical/shapes#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-physical-shapes:DeviceConsentSearchShape a sh:NodeShape ;
rdfs:label "Device Consent Search Shape"@en ;
rdfs:comment "Validation shape for device consent search authorizations."@en ;
sh:property [ sh:datatype rdf:langString ;
sh:maxCount 1 ;
sh:message "Device consent search should have a label."@en ;
sh:minCount 0 ;
sh:path rdfs:label ] ;
sh:targetClass cacontology-physical:DeviceConsentSearch .