Information State
Class
http://proethica.org/ontology/intermediate#InformationState
Definition
Epistemic condition conditioning disclosure / informed obligations.
Inherited
Deontic-function archetype; covers states of disclosure, notification, concealment, and uncertainty.
Properties
Subclass of
Relationships
references
aimag.v38i2.2743
Used in cases 1
Case ontologies that instantiate this class. Computed from each individual's type, so the list stays current as cases are extracted. The originating case is shown under Extraction details.
Case 14TTL
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:InformationState a owl:Class ;
rdfs:label "Information State"@en ;
dcterms:references <https://doi.org/10.1609/aimag.v38i2.2743> ;
rdfs:comment "Epistemic condition conditioning disclosure / informed obligations."@en ;
rdfs:subClassOf proeth-core:State ;
skos:definition "An epistemic condition: what is known, disclosed, uncertain, or concealed. Its deontic function is to condition obligations on the agent's knowledge state, governing disclosure, notification, informed-consent, and decision-under-uncertainty duties, per Govindarajulu & Bringsjord (2017) on the dependence of obligation on intention and knowledge."@en ;
skos:scopeNote "Deontic-function archetype; covers states of disclosure, notification, concealment, and uncertainty."@en .