https://cacontology.projectvic.org/platforms#preservationPeriod
How long data is preserved in response to legal requests (in days).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-platforms:DataPreservationAction | cacontology-platforms:preservationPeriod | xsd:integer |
@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-platforms:preservationPeriod a owl:DatatypeProperty ;
rdfs:label "preservation period"@en ;
rdfs:comment "How long data is preserved in response to legal requests (in days)."@en ;
rdfs:domain cacontology-platforms:DataPreservationAction ;
rdfs:range xsd:integer .