https://cacontology.projectvic.org/investigation-coordination#InformationSharingSecurityBusinessRule
Instances of cacontology-coord:InformationSharing can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-coord:InformationSharing | ||||
| cacontology-coord:classificationLevel | 1 | 1 |
xsd:string
|
|
| cacontology-coord:hasDataCompleteness | 1 |
xsd:double
|
||
| cacontology-coord:hasDataConsistency | 1 |
xsd:double
|
||
| cacontology-coord:hasDataQuality | 1 |
xsd:string
|
||
| cacontology-coord:hasSecurityLevel | 1 |
xsd:string
|
||
| cacontology-coord:hasSharingEfficiency | 1 |
xsd:string
|
||
| cacontology-coord:hasTimeliness | 1 |
xsd:double
|
||
| cacontology-coord:hasValidationLevel | 1 |
xsd:string
|
||
| cacontology-coord:reciprocity | 1 | 1 |
xsd:boolean
|
|
| cacontology-coord:sharingAgreement | 1 | 1 |
xsd:boolean
|
|
| cacontology-coord:sharingMechanism | 1 | 1 |
xsd:string
|
|
| cacontology-coord:sharingType | 1 | 1 |
xsd:string
|
|
| 1 |
xsd:dateTime
|
|||
| 1 |
xsd:dateTime
|
|||
| 0 | 1 |
xsd:string
|
||
| 0 | 1 |
xsd:string
|
||
| 0 | 1 |
xsd:dateTime
|
||
| 0 | 1 |
xsd:dateTime
|
||
@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:InformationSharingSecurityBusinessRule a sh:NodeShape ;
sh:sparql [ sh:message "High classification information requires enhanced security and formal agreements"@en ;
sh:prefixes [ sh:declare [ sh:namespace "https://cacontology.projectvic.org/investigation-coordination#"^^xsd:anyURI ;
sh:prefix "cacontology-coord" ] ] ;
sh:select """
SELECT $this
WHERE {
$this cacontology-coord:classificationLevel ?classification ;
cacontology-coord:sharingAgreement ?agreement .
FILTER (?classification IN ("classified", "top_secret") && ?agreement = false)
}
""" ] ;
sh:targetClass cacontology-coord:InformationSharing .