220 likes | 319 Views
The emerge of Semantic Geoportals. Athanasis Nikolaos Konstantinos Kalabokidis Vaitis Michail Soulakellis Nikolaos. Agenda. Web portals and geo-portals The Semantic Web The emerge of semantic geo-portals Related work Summary & future work. The World Wide Web today. html web browsers
E N D
The emerge of Semantic Geoportals Athanasis Nikolaos Konstantinos Kalabokidis Vaitis Michail Soulakellis Nikolaos
Agenda • Web portals and geo-portals • The Semantic Web • The emerge of semantic geo-portals • Related work • Summary & future work
The World Wide Web today • html • web browsers • hyperlinks
Web Portals personalized content (customization) Web Portal: A single point of access to information - a library of categorized and personalized content rich organization of information
Geo-portals interactive GIS mapping rich organization of spatial information rich organization of information Geo-portals:online access to collections of geospatial data
How geo-portals work • Information providers: publishing GIS data and services • Geo-portal: provides the rich organization of GIS data through its GUI • GIS user community: searches the portal and exploits data of interest
The role of metadata in geoportals • Information providers publish metadata (descriptions about the data they want to share) • The (catalog) geo-portalorganizes the metadata in metadata records • Users search the metadata records and exploit data Or view metadata records
publishing metadata Submit metadata through GUI Metadata harvesting
Geospatial metadata standards • American Standard: • CSDGM(Content Standard for Digital GeospatialMetadata) • European Standard: • CEN/TC287 (EuropeanCommitteeforStandardization ) • EN ISO 19115:2005
Current implications • Lack of a uniform framework for describing geographic metadata • Deficiency to integrate / publishing metadata in geo-portals • Current standards are unable to capture the data semantics they describe • Semantic heterogeneity • Semantic conflicts in modeling - terminology (i.e. homonyms, synonyms) • Insufficiency of XML (GML) to solve semantic discrepancies
The Semantic Web • rich semantic organization • ontologies (description schemata) • RDFS, OWL • resource descriptions • RDF • navigation based on conceptual relationships • semantic hyperlinks
…and the geospatial Semantic Web • Development of spatial ontologies and with a formal semantics • Classification of geo-data under the appropriate classes of the ontologies • Processing of geospatial queries against these semantic ontologies
Metadata catalogs of a Semantic Geo- Portal in RDF String title belongsToTheme related content live data Documents Metadata record publisher Enumeration String serverURL ArcIMS service description Static documents String String on-line linkage Image service Feature service String spatial info downloadable content file size Enumeration Downloadable documents Map File String title “….” belongsToTheme related content publisher Natural Disasters “…” &r1 &r3 serverURL description belongsToTheme “…” downloadable content “…” on-line linkage Natural Disasters &r4 file size &r2 serverURL “…” spatial info “…” “…” “vector” r1: www.geoportal.com/services/r1 r2: www.geoportal.com/maps/r2 r3: www.geoportal.com/r3 r4: www.geoportal.com/download/r4
Requirements for semantic geo-portals • Semantic navigation through • hierarchies of classes/properties • concept relationships • resources relationships • semantic querying • data/schema querying • filtering conditions • representation of geo-data • Mapping • Live data maps (Web Map Service- WMS) • Publishing/representation of metadata according to spatial ontologies
Our solution • expresses the semantic meaning of the geospatial resources using RDFS ontologies and RDF resource descriptions • exploits a declarative query language (RQL) to resource descriptions • filtering • on demand construction of RQL queries • according to user navigation in the schema/data
Our solution [cont] Examples: • Find all image services about natural disasters as well as related documents about them: • Find the descriptions of the Map Files that you can download: select X1,X2 from {X1;Image_Service}related_content{X2;Documents}, {X1;Image_Service}belongsToTheme{X3} where X3 = “Natural Disasters” select W from {;Map_Files}downloadable_content{X2;Downloadable_Documents}, {;Metadata_record}description{W}
Our solution [cont] • Uses open source map tools • MapTools (image server) • WMS (GIS services) • php + apache (web server) • Provides customization capabilities through the portlet framework of Jetspeed portlets:pluggable, reusable components of portal
Related work • geo-portals: • Geospatial-One-Stop • http://gos2.geodata.gov/ Semantic portals: ICS-FORTH Portal http://139.91.183.30:8999/RQLdemo
Summary • Portals, geo-portals, metadata catalogs • The current organization in geo-portal’s metadata catalogs is unable to capture the semantics of the data being described • Semantic geo-portals: • organize their resources according to geospatial ontologies • exploit semantic query languages (RQL) to provide access to information resources corresponding to the user’s navigation paths.
Future Work • Development of the appropriate geo-ontologies • Design of the geo-portal system