persistence type
Property
http://proethica.org/ontology/intermediate#persistenceType
Class Hierarchy
- persistence type
Definition
Intended class-level on a state class, the nine archetypes and the discovered leaves beneath them: the inertial versus non-inertial fluent character of Berreby et al. (2017), inertial (persists until terminated) or non_inertial (holds momentarily).
Properties
Range
Kind
datatype
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
proeth:persistenceType a owl:DatatypeProperty ;
rdfs:label "persistence type"@en ;
rdfs:comment "Intended class-level on a state class, the nine archetypes and the discovered leaves beneath them: the inertial versus non-inertial fluent character of Berreby et al. (2017), inertial (persists until terminated) or non_inertial (holds momentarily)."@en ;
rdfs:range xsd:string .