https://cacontology.projectvic.org/athletic#AthleticFacilityShape
Enhanced validation shape for athletic facilities with gUFO Object validation.
Instances of cacontology-athletic:AthleticFacility can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-athletic:AthleticFacilityShape a sh:NodeShape ;
rdfs:label "Athletic Facility Shape"@en ;
rdfs:comment "Enhanced validation shape for athletic facilities with gUFO Object validation."@en ;
sh:property [ sh:hasValue gufo:Object ;
sh:message "Athletic facilities must be instances of gUFO Object"@en ;
sh:path rdf:type ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 100 ;
sh:message "Athletic facility must have a name (3-100 characters)"@en ;
sh:minCount 1 ;
sh:minLength 3 ;
sh:path uco-core:name ] ;
sh:targetClass cacontology-athletic:AthleticFacility .