https://cacontology.projectvic.org/platforms#MassUserBehaviorAnalysisShape
Validation shape for mass user behavior analysis instances.
Instances of cacontology-platforms:MassUserBehaviorAnalysis can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@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-platforms:MassUserBehaviorAnalysisShape a sh:NodeShape ;
rdfs:label "Mass User Behavior Analysis Shape"@en ;
rdfs:comment "Validation shape for mass user behavior analysis instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Mass user behavior analysis must specify start time."@en ;
sh:minCount 1 ;
sh:path uco-core:startTime ],
[ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:maxInclusive 100.0 ;
sh:message "Automated processing percentage must be between 0.0 and 100.0."@en ;
sh:minCount 0 ;
sh:minInclusive 0.0 ;
sh:path cacontology-platforms:automatedProcessingPercentage ] ;
sh:targetClass cacontology-platforms:MassUserBehaviorAnalysis .