https://cacontology.projectvic.org/partnerships/shapes#GeolocationRequestShape
Validation shape for geolocation request instances.
Instances of cacontology-partnerships:GeolocationRequest can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-partnerships: <https://cacontology.projectvic.org/partnerships#> .
@prefix cacontology-partnerships-shapes: <https://cacontology.projectvic.org/partnerships/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-partnerships-shapes:GeolocationRequestShape a sh:NodeShape ;
rdfs:label "Geolocation Request Shape"@en ;
rdfs:comment "Validation shape for geolocation request instances."@en ;
sh:property [ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 500 ;
sh:message "Locations to identify must be between 1 and 500."@en ;
sh:minCount 1 ;
sh:minInclusive 1 ;
sh:path cacontology-partnerships:objectsToIdentify ] ;
sh:targetClass cacontology-partnerships:GeolocationRequest .