Ranking
Some incidents and measures are more important than others.
Definitions
piri:Ranking a owl:Class ;
rdfs:label “Reihenfolge”@de, “ranking”@en ;
rdfs:comment “Eine abstrakte Klasse zur Definition von Reihenfolgen.”@de .
piri:preferredOver a owl:ObjectProperty ;
rdfs:domain piri:Incident, piri:Measure ;
rdfs:range piri:Incident, piri:Measure ;
rdfs:label “bevorzugt”@de, “preferred”@en ;
rdfs:comment “Aussage, dass eine Maßnahme einer anderen vorzuziehen ist.”@de .
piri:ProofPreferredOver a owl:Class ;
piri:isPreferredMeasure piri:Measure ;
piri:hasInferiorMeasure piri:Measure ;
rdfs:label “Proof measure preferred over other measure”@en, “Beweis, dass Maßnahme besser als andere Maßnahme”@de ;
rdfs:comment “Eine abstrakte Klasse zur Definition einer Annotation im Text, die aussagt, dass eine Maßnahme besser als eine andere ist. Ggf. unter Einbezug des Kontext.”@de ;
piri:hasContext piri:Context .
piri:isPreferredMeasure a owl:ObjectProperty ;
rdfs:label “hat bevorzugte Maßnahme”@de, “has preferred measure”@en ;
rdfs:comment “Aussage, dass eine Maßnahme einer anderen vorzuziehen ist.”@de .
piri:hasInferiorMeasure a owl:ObjectProperty ;
rdfs:label “hat untergeordnete Maßnahme”@de, “has inferior measure”@en ;
rdfs:comment “Aussage, dass eine Maßnahme einer anderen unterzuordnen ist.”@de .
piri:prohibit a owl:ObjectProperty ;
rdfs:domain piri:Incident ;
rdfs:range piri:Measure ;
rdfs:label “verbietet”@de, “prohibit”@en ;
rdfs:comment “Zwischenfall schließt die Anwendung einer bestimmten Maßnahme aus.”@de .
Examples
piri:importance_1 a piri:Importance ;
piri:preferredOver importance_2 .
piri:importance_2 a piri:Importance .
piri:measure_2 a piri:Prevent_Fires_From_Starting ;
piri:partOf piri:measure_1 ;
piri:preferredOver piri:measure_3 ;
piri:hasPreferenceAnnotation “Detecting and extinguishing quickly those fires which do start” ;
piri:hasPreferenceAnnotation “Preventing the spread of those fires which have not been extinguished” .
piri:proof_3 a piri:ProofPreferredOver ;
piri:hasPreferredMeasure piri:measure_2 ;
piri:hasInferiorMeasure piri:measure_3 ;
piri:hasAnnotation “Detecting and extinguishing quickly those fires which do start” ;
piri:hasAnnotation “Preventing the spread of those fires which have not been extinguished” ;
piri:hasContext piri:Context .
Please note, that these are two different ways to model that a measure is to be preferred over another.