Ontology Version: 2.2.0

cacontology-platforms:preservationPeriod leaf node


URI

https://cacontology.projectvic.org/platforms#preservationPeriod

Label

preservation period

Description

How long data is preserved in response to legal requests (in days).

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:DataPreservationAction cacontology-platforms:preservationPeriod xsd:integer

Implementation

@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 .