https://cacontology.projectvic.org/specialized-units#SpecializedInvestigativeUnitShape
Validation shape for specialized investigative unit instances.
Instances of cacontology-specialized:SpecializedInvestigativeUnit can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-specialized: <https://cacontology.projectvic.org/specialized-units#> .
@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-specialized:SpecializedInvestigativeUnitShape a sh:NodeShape ;
rdfs:label "Specialized Investigative Unit Shape"@en ;
rdfs:comment "Validation shape for specialized investigative unit instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 100 ;
sh:message "Specialized unit must have a name (5-100 characters)."@en ;
sh:minCount 1 ;
sh:minLength 5 ;
sh:path uco-core:name ],
[ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 1000 ;
sh:message "Operational capacity must be between 1 and 1000 when specified."@en ;
sh:minCount 0 ;
sh:minInclusive 1 ;
sh:path cacontology-specialized:operationalCapacity ] ;
sh:targetClass cacontology-specialized:SpecializedInvestigativeUnit .