https://cacontology.projectvic.org/infrastructure#DatabaseInfrastructureShape
Validation shape for database infrastructure instances.
Instances of cacontology-infrastructure:DatabaseInfrastructure can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-infrastructure:DatabaseInfrastructure | ||||
| cacontology-infrastructure:storageCapacity | 0 | 1 |
xsd:decimal
|
|
| cacontology-infrastructure:PlatformInfrastructure | ||||
| cacontology-infrastructure:hasInfrastructureBeginPoint | 1 |
xsd:dateTimeStamp
|
||
| cacontology-infrastructure:hasInfrastructureEndPoint | 1 |
xsd:dateTimeStamp
|
||
| cacontology-infrastructure:hasInfrastructurePerformance | 1 |
xsd:string
|
||
| cacontology-infrastructure:hasInfrastructureReliability | 1 |
xsd:double
|
||
| cacontology-infrastructure:hasInfrastructureScalability | 1 |
xsd:string
|
||
| cacontology-infrastructure:hasInfrastructureVulnerability | 1 |
xsd:string
|
||
| 0 | 1 |
xsd:string
|
||
@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@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-infrastructure:DatabaseInfrastructureShape a sh:NodeShape ;
rdfs:label "Database Infrastructure Shape"@en ;
rdfs:comment "Validation shape for database infrastructure instances."@en ;
sh:property [ sh:datatype xsd:decimal ;
sh:maxCount 1 ;
sh:maxInclusive 100000.0 ;
sh:message "Storage capacity must be between 0.1 and 100000 terabytes."@en ;
sh:minCount 0 ;
sh:minInclusive 0.1 ;
sh:path cacontology-infrastructure:storageCapacity ] ;
sh:targetClass cacontology-infrastructure:DatabaseInfrastructure .