All Downloads are FREE. Search and download functionalities are using the official Maven repository.

play-commons-constants.1.0.source-code.play-bdpl-crisis-01a-radiation.eprq Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
#
# Title: Crisis Use Case - 01a - High Radiation
#
# The output topic is moved to the default stream namespace because of a bug in cxf
#

PREFIX rdf:     
PREFIX uccrisis: 
PREFIX geo:     
PREFIX xsd:     
PREFIX :        

CONSTRUCT {
	:e rdf:type uccrisis:AlertEvent .
	:e :stream  .
	:e uccrisis:description "RSN Alert" .
	:e uccrisis:localisation ?localisation .
	:e :message "RSN Alert, a high radiation measure was detected." .
	:e :members ?e1 .
}
WHERE {
	EVENT ?id1 {
		?e1 rdf:type uccrisis:MeasureEvent .
		?e1 :stream  .
		?e1 uccrisis:value ?value .
		?e1 uccrisis:unit "mSv" .
		?e1 uccrisis:localisation ?localisation
		}
		FILTER (?value > 100.0)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy