Incident model and data for demonstration
Copyright © 2015 Open Geospatial Consortium.
17
Figure 6: SFPD Incident samples from SF OpenData
The data were exported in CSV format and the values of category of the incident were replaced with concepts from the HSWG EMS taxonomy in order to leverage the SKOS
encoding of HSWG. We defined intentionally two different incident models to exercise the semantic mediation of taxonomies and ontologies.
Here a sample of a HSWG Incident using the HSWG EMS Taxonomy. prefix ks: http:www.usersmarts.comont200506ks .
prefix spatial: http:www.opengis.netontspatial . prefix hswg: http:www.opengis.nettestbed11ontincidenthswg .
prefix rdfs: http:www.w3.org200001rdf-schema . prefix geosparql: http:www.opengis.netontgeosparql .
prefix time: http:www.knowledgesmarts.comontologytime . prefix evt: http:www.knowledgesmarts.comontologiesevent .
prefix xsd: http:www.w3.org2001XMLSchema . prefix owl: http:www.w3.org200207owl .
prefix wgs84: http:www.w3.org200301geowgs84_pos . prefix place: http:www.knowledgesmarts.comontologiesplace .
prefix skos: http:www.w3.org200402skoscore . prefix evt-type: http:www.smartrealm.comcttypesevents .
prefix ptype: http:www.knowledgesmarts.comontologiesplacetypes . prefix incident: http:www.opengis.netontdomainemergencypoliceincident .
http:ows.usersmarts.comldappows11demoemssfpdincidents11616059406244 a hswg:HSWGIncident ;
hswg:hasAddress [ a hswg:Address ;
18
Copyright © 2015 Open Geospatial Consortium.
hswg:city San Francisco ; hswg:fullAddress SHERIDAN ST 9TH ST ;
hswg:policeDistrict SOUTHERN ; hswg:state CA
] ; hswg:incidentDate 2011-12-11xsd:date ;
hswg:incidentNumber 116160594 ; hswg:incidentTime 03:00:00xsd:time ;
hswg:incidentType http:www.fgdc.govHSWGtaxonomyincidentsLooting; hswg:location [ a wgs84:Point , geosparql:Point ;
geosparql:asWKT POINT -122.4106935 37.77302471geosparql:wktLiteral ; wgs84:lat 37.77302471 ;
wgs84:long -122.4106935 ] ;
hswg:resolution NONE ; hswg:summary GRAND THEFT FROM LOCKED AUTO .
This same incident is expressed using a different Incident Model and taxonomy for Canadian EMS
base http:www.opengis.nettaxonomyems . prefix ogc-map: http:www.opengis.nettestbed11ontgeosparqlmappingcore .
prefix sd: http:www.w3.orgnssparql-service-description . prefix natural-events: http:www.fgdc.govHSWGtaxonomynatural-events .
prefix vcard: http:www.w3.org2006vcardns . prefix ems: http:www.opengis.nettaxonomyems .
prefix lda: http:www.knowledgesmarts.comontologieslda . prefix incidents: http:www.fgdc.govHSWGtaxonomyincidents .
prefix geosparql-fn: http:www.opengis.nettestbed11deffunctiongeosparql . prefix rdfs: http:www.w3.org200001rdf-schema .
prefix geosparql: http:www.opengis.netontgeosparql . prefix dct: http:purl.orgdcterms .
prefix mediation: http:www.opengis.nettestbed11ontgeosparqlmediation . prefix owl: http:www.w3.org200207owl .
prefix xsd: http:www.w3.org2001XMLSchema . prefix rdf: http:www.w3.org19990222-rdf-syntax-ns .
prefix wgs84: http:www.w3.org200301geowgs84_pos . prefix spin: http:spinrdf.orgspin .
prefix sparql-ext: http:www.opengis.nettestbed11ontgeosparqlextensions . prefix fn: http:www.opengis.nettestbed11ontgeosparqlextfunctionscore .
prefix skos: http:www.w3.org200402skoscore . prefix incident: http:www.opengis.netontemergencyincident .
Copyright © 2015 Open Geospatial Consortium.
19 http:ows.usersmarts.comtestbed11dataems11616059406244
a http:www.opengis.nettestbed11ontincidentemsEMSIncident ; http:www.opengis.nettestbed11ontincidentemsaddress
[ a vcard:Address ; vcard:locality San Francisco ;
vcard:region CA ; vcard:street-address SHERIDAN ST 9TH ST
] ; http:www.opengis.nettestbed11ontincidentemsdescription
GRAND THEFT FROM LOCKED AUTO ; http:www.opengis.nettestbed11ontincidentemsincidentDate
2011-12-11xsd:date ; http:www.opengis.nettestbed11ontincidentemsincidentId
116160594 ; http:www.opengis.nettestbed11ontincidentemsincidentTime
03:00:00xsd:time ; http:www.opengis.nettestbed11ontincidentemsincidentType
ems:ems.incident.crime.looting ; http:www.opengis.nettestbed11ontincidentemsposition
[ a geosparql:Point ; geosparql:asWKT POINT -122.4106935
37.77302471geosparql:wktLiteral ; wgs84:lat 37.77302471 ;
wgs84:long -122.4106935 ] .
The SFPD linked data model was made available at the following endpoint:
http:ows.usersmarts.comldappows11demoemssfpd
The goal of the semantic mediation is to transform the HSWG Incident to an EMS Incident instance and mapping the HSWG taxonomy to the Canadian EMS taxonomy.
The Semantic Mediation section of this document will demonstrate how this has been accomplished by using a semantic mapping description between both ontologies and
taxonomies expressed as Linked Data.
9 Portrayal Ontologies