Context

The context characterizes the circumstances of incidents and measures. Here an example of a simple model basing on the wh-question words is presented. In the domain of nuclear safety for instance, relevant locations can be matched to the concept piri:where. Feel free to integrate any arbitrary model for context assessment.

Definitions

piri:Context rdfs:subClassOf piri:Concept ;
rdfs:label “Kontext”@de, “context”@en ;
piri:definition “Context of a document.”@en, “Kontext eines Dokuments.”@de .
piri:hasContext rdfs:subPropertyOf piri:exactMatch ;
rdfs:label “hat Kontext”@de, “has context”@en .

Examples

piri:contextRoot a piri:Context ;
piri:inScheme piri:generalContext ;
piri:topConceptOf piri:generalContext ;
piri:prefLabel “Kontext”@de, “context”@en .

piri:location a piri:Context ;
piri:broader piri:contextRoot ;
piri:prefLabel “Wo”@de, “where”@en ;
rdfs:comment “Location-based Information, where something happens.”@en ;
rdfs:comment “Ortsbezogene Information wo etwas vor sich geht.”@de .

piri:personel a piri:Context ;
piri:broader piri:contextRoot ;
piri:prefLabel “Wer”@de, “who”@en ;
rdfs:comment “Individual-based Information, wer ist involviert.”@en ;
rdfs:comment “Personenbezogene Information, who is involved.”@de .

piri:time a piri:Context ;
piri:broader piri:contextRoot ;
piri:prefLabel “Wann”@de, “when”@en ;
rdfs:comment “Time-based Information, when something has happened.”@en ;
rdfs:comment “Zeitbezogene Information, wann ist etwas passiert.”@de .

piri:fact a piri:Context ;
piri:broader piri:contextRoot ;
piri:prefLabel “Was”@de, “what”@en ;
rdfs:comment “Factual information, what has happened.”@en ;
rdfs:comment “Sachbezogene Information, was ist passiert.”@de .