SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Downloaden Sie, um offline zu lesen
Serving Ireland’s Geospatial as
Linked Data on the Web
Dr. Christophe Debruyne
ADAPT @ Trinity College Dublin
The ADAPT Centre is funded under the SFI Research Centres Programme (Grant 13/RC/2106) and is co-funded under the European Regional Development Fund.
www.adaptcentre.ieWhat is Linked Data?
The Web of Documents were created by humans for humans; the links
between documents bore little meaning for machines and documents
provided little structured information.
Structured information can be found on the Web – such as XML, CSV,
etc. – but, … How do we link data rather than documents, and create a
global “database” of information?
Linked Data is a global initiative to publish and interlink structured
(open) data on the Web using a combination of standardized
technologies (HTTP, URI, RDF) such that …
•  any agent can explore the data and links …
•  that is fit for the agent (human or computer based) …
•  via a “protocol” and …
•  allowing one to build innovative applications.
www.adaptcentre.ieContext
•  In 2014, the Ordnance Survey Ireland (OSi) delivered a newly
developed spatial data storage model known as Prime2.
•  With Prime2, OSi moved from a traditional map-centric model
towards an object-oriented model from which various types of
mapping and data services can be produced.
•  OSi furthermore aims to adopt Linked Data to enable third
parties to explore and consume some of OSi's authoritative
datasets. But how? Can Prime2 form the basis for that?
www.adaptcentre.ieOSi Linked Data Projects
Goal: To lay the foundations of a semantic architecture
and Linked Data platform for the OSi taking into account
best practices and guidelines in the domain of geospatial
information and industry and OSi’s current technology
stack.
Starting from the boundaries dataset. These are open
and already available on http://data.gov.ie/, but not as
Linked Data.
www.adaptcentre.ieRequirements Analysis
•  Requirements analysis included engagement the Central
Statistics Office and the Department of Public Expenditure
and Reform as stakeholders.
•  Formulation of two use case scenarios from which
requirements were distilled:
1.  Accessing the same features with different geometric
representations, i.e., different generalizations or
“resolutions”.
2.  Capturing the provenance and evolution of features and
their geometric representations. E.g., Statutory
Instruments to change boundaries.
www.adaptcentre.ieKnowledge Representation and Organization
Ontologies
•  Features and Geometries based on GeoSPARQL
•  Provenance using Statute Instruments based on PROV-O
•  Static and dynamic boundaries (and their relationships)
•  Necessary ontologies developed and published
Workshops with DPER and CSO on a URI Strategy
•  Information Resources vs. Non-Information Resources
•  Using Prime2’s GUIDs and a hint of the instance’s nature
Cleverly using (named) graphs to support both use cases
Mapping the Prime2 database to RDF with R2RML
www.adaptcentre.ie
TRIPLESTORE	
Knowledge Representation and Organization
Prime2	Database	
Ontologies	
R2RML	
Mapping	
R2RML	
Processor	
Graphs	Use	Case	1	
default	 •  Types	
•  Labels	
•  Links	
•  100m	resoluBon	
50	meters	 •  50m	resoluBon	
20	meters	 •  20m	resoluBon	
•  Default	geometry	
links	 •  With	LOD	cloud	
Graphs	Use	Case	2	
default	 •  AcBviBes	[PROV-O]	
•  EnBBes	[PROV-O]	
•  History	of		
100m	resoluBon	
50	meters	 •  History	of		
50m	resoluBon	
20	meters	 •  History	of		
20m	resoluBon
www.adaptcentre.ieExample evolution of boundaries
B	
C	 D	
A	
B	
C	 D	
A	
<http://data.example.com/feature/A>
a geo:Feature ;
rdfs:label "A" ;
geo:hasGeometry
[ a geo:Geometry ;
geo:asWKT "MULTIPOLYGON (((0 1, 0 2, 3 2, 3 1, 0 1)))"^^geo:wktLiteral
] .
<http://data.example.com/feature/B> … .
<http://data.example.com/feature/C> … .
<http://data.example.com/feature/D> … .
<http://data.example.com/feature/A>
a geo:Feature ; rdfs:label "A" ;
geo:hasGeometry
[ a geo:Geometry ;
geo:asWKT "MULTIPOLYGON (((1 1, 1 2, 3 2, 3 1, 1 1)))"^^geo:wktLiteral ;
prov:wasGeneratedBy <http://data.example.com/change/1> ;
prov:wasRevisionOf
[ a geo:Geometry ;
geo:asWKT "MULTIPOLYGON (((0 1, 0 2, 3 2, 3 1, 0 1)))"^^geo:wktLiteral
]
] .
<http://data.example.com/feature/B> … .
<http://data.example.com/feature/C> … .
<http://data.example.com/feature/D> … .
<http://data.example.com/change/1>
a prov:Activity ;
prov:endedAtTime "2000-01-01T12:00:00"^^xsd:dateTime ;
prov:startedAtTime"2000-01-01T12:00:00"^^xsd:dateTime ;
prov:used <http://data.example.com/instrument/1> .
<http://data.example.com/instrument/1>
a prov:Entity ;
<http://purl.org/dc/elements/1.1/date> "2000-01-01" ;
<http://purl.org/dc/elements/1.1/identifier> "1" ;
<http://purl.org/dc/elements/1.1/title> "Change A" .
Legal	
Instrument	
ordering	
change	of	A’s	
boundary	on	
2000/01/01	
Simplied example.
Different graphs are used
for different resolutions.
Types for activities and
entities omitted.
www.adaptcentre.ieConceptual Architecture of the LD Platform
Proxy Server
TPF
Server
TPF
Web
Client
Linked
Data
Frontend
Website
(dumps)
Ontologies
SPARQL Endpoint
Triplestore
TPF Client
www.adaptcentre.ieConceptual Architecture of the LD Platform
www.adaptcentre.ieOngoing work…
•  Publication of boundary data used by CENSUS 2011
•  EDs,Towns, Settlements, 

etc. published as Linked 

Data and linked with 

http://data.cso.ie/
•  Dynamic vs. Static 

boundary datasets
•  Merge of North and South Tipperary
•  Creation of links with DBpedia,GeoNames, TCD Library, etc.
•  Creation of a spatial component to a pollution dataset
www.adaptcentre.ieConclusion and Future Directions
We have used OSi’s Prime2 dataset to publish their authoritative
geospatial data as Linked Data on the Web by creating R2RML
mappings using ontologies that extend GeoSPARQL, and
PROV-O.
Future directions include:
•  Transforming the geometries of buildings, the evolution
thereof, and how to link with the documents that inform the
OSi of these changes (“closed” Linked Data)
•  Access control mechanisms for such “Closed” Linked Data
www.adaptcentre.ieTeam
	
Ordnance	Survey	Ireland	
	
Éamonn	Clinton	
Lorraine	McNerney	
	
	
ADAPT	Theme	E	and	DLab	
	
	
Dr.	Atul	NauByal	
Dr.	Christophe	Debruyne	
Prof.	Declan	O’Sullivan	
Dr.	Peter	Lavin	
	
	
ADAPT	PM	Theme 		
	
	
Aoife	Brady	
Clare	Conran	
Declan	McKibben	
Sinead	Madden	
	
References	
	
Christophe	Debruyne,	Eamonn	Clinton,	
Lorraine	McNerney,	Atul	NauByal,	Declan	
O'Sullivan:	Serving	Ireland's	GeospaBal	
InformaBon	as	Linked	Data.	InternaBonal	
SemanBc	Web	Conference	(Posters	&	
Demos)	2016	
	
Christophe	Debruyne,	Declan	O'Sullivan:	
R2RML-F:	Towards	Sharing	and	ExecuBng	
Domain	Logic	in	R2RML	Mappings.	
LDOW@WWW	2016	
	
Prime2:	Data	Concepts	and	Data	Model	
Overview.	Tech.	rep.,	Ordnance	Survey	
Ireland	(2014),	hbp://www.osi.ie/wp-
content/uploads/2015/04/Prime2-V-2.pdf

Weitere ähnliche Inhalte

Was ist angesagt?

Generating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure DefinitionsGenerating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure Definitions
Christophe Debruyne
 
Adoption of the Linked Data Best Practices in Different Topical Domains
Adoption of the Linked Data Best Practices in Different Topical DomainsAdoption of the Linked Data Best Practices in Different Topical Domains
Adoption of the Linked Data Best Practices in Different Topical Domains
Chris Bizer
 
The habitats approach to build the inspire infrastructure
The habitats approach to build the inspire infrastructureThe habitats approach to build the inspire infrastructure
The habitats approach to build the inspire infrastructure
Karel Charvat
 
BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...
BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...
BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...
Lisette Giepmans
 
Gisruk2013 addy edit2
Gisruk2013 addy edit2Gisruk2013 addy edit2
Gisruk2013 addy edit2
Addy Pope
 

Was ist angesagt? (20)

A Web-scale Study of the Adoption and Evolution of the schema.org Vocabulary ...
A Web-scale Study of the Adoption and Evolution of the schema.org Vocabulary ...A Web-scale Study of the Adoption and Evolution of the schema.org Vocabulary ...
A Web-scale Study of the Adoption and Evolution of the schema.org Vocabulary ...
 
Modeling Data Life Cycles with PROV
Modeling Data Life Cycles with PROVModeling Data Life Cycles with PROV
Modeling Data Life Cycles with PROV
 
On-the-fly Integration of Static and Dynamic Linked Data
On-the-fly Integration of Static and Dynamic Linked DataOn-the-fly Integration of Static and Dynamic Linked Data
On-the-fly Integration of Static and Dynamic Linked Data
 
Triplificating and linking XBRL financial data
Triplificating and linking XBRL financial dataTriplificating and linking XBRL financial data
Triplificating and linking XBRL financial data
 
Search Joins with the Web - ICDT2014 Invited Lecture
Search Joins with the Web - ICDT2014 Invited LectureSearch Joins with the Web - ICDT2014 Invited Lecture
Search Joins with the Web - ICDT2014 Invited Lecture
 
Generating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure DefinitionsGenerating Executable Mappings from RDF Data Cube Data Structure Definitions
Generating Executable Mappings from RDF Data Cube Data Structure Definitions
 
Big data in Digimap
Big data in DigimapBig data in Digimap
Big data in Digimap
 
Data science courses
Data science coursesData science courses
Data science courses
 
Adoption of the Linked Data Best Practices in Different Topical Domains
Adoption of the Linked Data Best Practices in Different Topical DomainsAdoption of the Linked Data Best Practices in Different Topical Domains
Adoption of the Linked Data Best Practices in Different Topical Domains
 
balloon Fusion: SPARQL Rewriting Based on Unified Co-Reference Information
balloon Fusion: SPARQL Rewriting Based on  Unified Co-Reference Informationballoon Fusion: SPARQL Rewriting Based on  Unified Co-Reference Information
balloon Fusion: SPARQL Rewriting Based on Unified Co-Reference Information
 
Field Data Collecting, Processing and Sharing: Using web Service Technologies
Field Data Collecting, Processing and Sharing: Using web Service TechnologiesField Data Collecting, Processing and Sharing: Using web Service Technologies
Field Data Collecting, Processing and Sharing: Using web Service Technologies
 
Eenmaal gemeten, veel gebruikt
Eenmaal gemeten, veel gebruiktEenmaal gemeten, veel gebruikt
Eenmaal gemeten, veel gebruikt
 
BioIT 2018 'Easier integration and enrichment of your data by making public d...
BioIT 2018 'Easier integration and enrichment of your data by making public d...BioIT 2018 'Easier integration and enrichment of your data by making public d...
BioIT 2018 'Easier integration and enrichment of your data by making public d...
 
The habitats approach to build the inspire infrastructure
The habitats approach to build the inspire infrastructureThe habitats approach to build the inspire infrastructure
The habitats approach to build the inspire infrastructure
 
Publishing metadata provenance
Publishing metadata provenancePublishing metadata provenance
Publishing metadata provenance
 
Data analytics courses
Data analytics coursesData analytics courses
Data analytics courses
 
Integration and Management of Diverse Environmental Data Sets
Integration and Management of Diverse Environmental Data SetsIntegration and Management of Diverse Environmental Data Sets
Integration and Management of Diverse Environmental Data Sets
 
BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...
BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...
BioSHaRE: Opal and Mica: a software suite for data harmonization and federati...
 
Geo APIs
Geo APIsGeo APIs
Geo APIs
 
Gisruk2013 addy edit2
Gisruk2013 addy edit2Gisruk2013 addy edit2
Gisruk2013 addy edit2
 

Ähnlich wie Serving Ireland's Geospatial Information as Linked Data

Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
Dublinked .
 
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
Data Beers
 
So Long Computer Overlords
So Long Computer OverlordsSo Long Computer Overlords
So Long Computer Overlords
Ian Foster
 
Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...
Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...
Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...
Ian Foster
 

Ähnlich wie Serving Ireland's Geospatial Information as Linked Data (20)

2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...
2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...
2015 FOSS4G Track: Open Specifications for the Storage, Transport and Process...
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research Objects
 
Open Spatial Data: Sources and Tools
Open Spatial Data: Sources and ToolsOpen Spatial Data: Sources and Tools
Open Spatial Data: Sources and Tools
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Oregon Digital: Collaborative Hydra Development
Oregon Digital: Collaborative Hydra DevelopmentOregon Digital: Collaborative Hydra Development
Oregon Digital: Collaborative Hydra Development
 
Seminario Sobre Datasets Consorcio Madrono
Seminario Sobre Datasets Consorcio Madrono Seminario Sobre Datasets Consorcio Madrono
Seminario Sobre Datasets Consorcio Madrono
 
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
 
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
 
Easter JISC metadata May25 DT
Easter JISC metadata May25 DTEaster JISC metadata May25 DT
Easter JISC metadata May25 DT
 
Participatory Web
Participatory WebParticipatory Web
Participatory Web
 
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
 
So Long Computer Overlords
So Long Computer OverlordsSo Long Computer Overlords
So Long Computer Overlords
 
Wide access to spatial Citizen Science data - ECSA Berlin 2016
Wide access to spatial Citizen Science data - ECSA Berlin 2016Wide access to spatial Citizen Science data - ECSA Berlin 2016
Wide access to spatial Citizen Science data - ECSA Berlin 2016
 
RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)RDF Data and Image Annotations in ResearchSpace (slides)
RDF Data and Image Annotations in ResearchSpace (slides)
 
Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...
Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...
Science Services and Science Platforms: Using the Cloud to Accelerate and Dem...
 
A Clean Slate?
A Clean Slate?A Clean Slate?
A Clean Slate?
 
Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIG
 
Open@EDINA
Open@EDINAOpen@EDINA
Open@EDINA
 
EDINA National Datacentre Activity Update to GWG
EDINA National Datacentre Activity Update to GWGEDINA National Datacentre Activity Update to GWG
EDINA National Datacentre Activity Update to GWG
 
PROV-O Tutorial. DC-2013 Conference
PROV-O Tutorial. DC-2013 ConferencePROV-O Tutorial. DC-2013 Conference
PROV-O Tutorial. DC-2013 Conference
 

Mehr von Christophe Debruyne

Mehr von Christophe Debruyne (20)

One year of DALIDA Data Literacy Workshops for Adults: a Report
One year of DALIDA Data Literacy Workshops for Adults: a ReportOne year of DALIDA Data Literacy Workshops for Adults: a Report
One year of DALIDA Data Literacy Workshops for Adults: a Report
 
Projet TOXIN : Des graphes de connaissances pour la recherche en toxicologie
Projet TOXIN : Des graphes de connaissances pour la recherche en toxicologieProjet TOXIN : Des graphes de connaissances pour la recherche en toxicologie
Projet TOXIN : Des graphes de connaissances pour la recherche en toxicologie
 
Knowledge Graphs: Concept, mogelijkheden en aandachtspunten
Knowledge Graphs: Concept, mogelijkheden en aandachtspuntenKnowledge Graphs: Concept, mogelijkheden en aandachtspunten
Knowledge Graphs: Concept, mogelijkheden en aandachtspunten
 
Reusable SHACL Constraint Components for Validating Geospatial Linked Data
Reusable SHACL Constraint Components for Validating Geospatial Linked DataReusable SHACL Constraint Components for Validating Geospatial Linked Data
Reusable SHACL Constraint Components for Validating Geospatial Linked Data
 
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
Hidden Amongst the Data: the Beyond 2022 Knowledge GraphHidden Amongst the Data: the Beyond 2022 Knowledge Graph
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
 
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
Facilitating Data Curation: a Solution Developed in the Toxicology DomainFacilitating Data Curation: a Solution Developed in the Toxicology Domain
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
 
Using Maps for Interlinking Geospatial Linked Data
Using Maps for Interlinking Geospatial Linked DataUsing Maps for Interlinking Geospatial Linked Data
Using Maps for Interlinking Geospatial Linked Data
 
Linked Data Publication and Interlinking Research within the SFI funded ADAPT...
Linked Data Publication and Interlinking Research within the SFI funded ADAPT...Linked Data Publication and Interlinking Research within the SFI funded ADAPT...
Linked Data Publication and Interlinking Research within the SFI funded ADAPT...
 
Towards Generating Policy-compliant Datasets (poster)
Towards GeneratingPolicy-compliant Datasets (poster)Towards GeneratingPolicy-compliant Datasets (poster)
Towards Generating Policy-compliant Datasets (poster)
 
Towards Generating Policy-compliant Datasets
Towards Generating Policy-compliant DatasetsTowards Generating Policy-compliant Datasets
Towards Generating Policy-compliant Datasets
 
Uplift – Generating RDF datasets from non-RDF data with R2RML
Uplift – Generating RDF datasets from non-RDF data with R2RMLUplift – Generating RDF datasets from non-RDF data with R2RML
Uplift – Generating RDF datasets from non-RDF data with R2RML
 
A Lightweight Approach to Explore, Enrich and Use Data with a Geospatial Dime...
A Lightweight Approach to Explore, Enrich and Use Data with a Geospatial Dime...A Lightweight Approach to Explore, Enrich and Use Data with a Geospatial Dime...
A Lightweight Approach to Explore, Enrich and Use Data with a Geospatial Dime...
 
Client-side Processing of GeoSPARQL Functions with Triple Pattern Fragments
Client-side Processing of GeoSPARQL Functions with Triple Pattern FragmentsClient-side Processing of GeoSPARQL Functions with Triple Pattern Fragments
Client-side Processing of GeoSPARQL Functions with Triple Pattern Fragments
 
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
 
R2RML-F: Towards Sharing and Executing Domain Logic in R2RML Mappings
R2RML-F: Towards Sharing and Executing Domain Logic in R2RML MappingsR2RML-F: Towards Sharing and Executing Domain Logic in R2RML Mappings
R2RML-F: Towards Sharing and Executing Domain Logic in R2RML Mappings
 
Towards a Project Centric Metadata Model and Lifecycle for Ontology Mapping G...
Towards a Project Centric Metadata Model and Lifecycle for Ontology Mapping G...Towards a Project Centric Metadata Model and Lifecycle for Ontology Mapping G...
Towards a Project Centric Metadata Model and Lifecycle for Ontology Mapping G...
 
Creating and Consuming Metadata from Transcribed Historical Vital Records for...
Creating and Consuming Metadata from Transcribed Historical Vital Records for...Creating and Consuming Metadata from Transcribed Historical Vital Records for...
Creating and Consuming Metadata from Transcribed Historical Vital Records for...
 
What is Linked Data?
What is Linked Data?What is Linked Data?
What is Linked Data?
 
Using Semantic Technologies to Create Virtual Families from Historical Vital ...
Using Semantic Technologies to Create Virtual Families from Historical Vital ...Using Semantic Technologies to Create Virtual Families from Historical Vital ...
Using Semantic Technologies to Create Virtual Families from Historical Vital ...
 
2014 06-04-presentation-mdn-2014
2014 06-04-presentation-mdn-20142014 06-04-presentation-mdn-2014
2014 06-04-presentation-mdn-2014
 

KĂźrzlich hochgeladen

The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
seri bangash
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
PirithiRaju
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
SĂŠrgio Sacani
 

KĂźrzlich hochgeladen (20)

Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
Locating and isolating a gene, FISH, GISH, Chromosome walking and jumping, te...
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
 
chemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdfchemical bonding Essentials of Physical Chemistry2.pdf
chemical bonding Essentials of Physical Chemistry2.pdf
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.
 
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Model Escorts | 100% verified
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx300003-World Science Day For Peace And Development.pptx
300003-World Science Day For Peace And Development.pptx
 
Introduction to Viruses
Introduction to VirusesIntroduction to Viruses
Introduction to Viruses
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai YoungDubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
Dubai Call Girls Beauty Face Teen O525547819 Call Girls Dubai Young
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 

Serving Ireland's Geospatial Information as Linked Data

  • 1. Serving Ireland’s Geospatial as Linked Data on the Web Dr. Christophe Debruyne ADAPT @ Trinity College Dublin The ADAPT Centre is funded under the SFI Research Centres Programme (Grant 13/RC/2106) and is co-funded under the European Regional Development Fund.
  • 2. www.adaptcentre.ieWhat is Linked Data? The Web of Documents were created by humans for humans; the links between documents bore little meaning for machines and documents provided little structured information. Structured information can be found on the Web – such as XML, CSV, etc. – but, … How do we link data rather than documents, and create a global “database” of information? Linked Data is a global initiative to publish and interlink structured (open) data on the Web using a combination of standardized technologies (HTTP, URI, RDF) such that … •  any agent can explore the data and links … •  that is t for the agent (human or computer based) … •  via a “protocol” and … •  allowing one to build innovative applications.
  • 3. www.adaptcentre.ieContext •  In 2014, the Ordnance Survey Ireland (OSi) delivered a newly developed spatial data storage model known as Prime2. •  With Prime2, OSi moved from a traditional map-centric model towards an object-oriented model from which various types of mapping and data services can be produced. •  OSi furthermore aims to adopt Linked Data to enable third parties to explore and consume some of OSi's authoritative datasets. But how? Can Prime2 form the basis for that?
  • 4. www.adaptcentre.ieOSi Linked Data Projects Goal: To lay the foundations of a semantic architecture and Linked Data platform for the OSi taking into account best practices and guidelines in the domain of geospatial information and industry and OSi’s current technology stack. Starting from the boundaries dataset. These are open and already available on http://data.gov.ie/, but not as Linked Data.
  • 5. www.adaptcentre.ieRequirements Analysis •  Requirements analysis included engagement the Central Statistics Office and the Department of Public Expenditure and Reform as stakeholders. •  Formulation of two use case scenarios from which requirements were distilled: 1.  Accessing the same features with different geometric representations, i.e., different generalizations or “resolutions”. 2.  Capturing the provenance and evolution of features and their geometric representations. E.g., Statutory Instruments to change boundaries.
  • 6. www.adaptcentre.ieKnowledge Representation and Organization Ontologies •  Features and Geometries based on GeoSPARQL •  Provenance using Statute Instruments based on PROV-O •  Static and dynamic boundaries (and their relationships) •  Necessary ontologies developed and published Workshops with DPER and CSO on a URI Strategy •  Information Resources vs. Non-Information Resources •  Using Prime2’s GUIDs and a hint of the instance’s nature Cleverly using (named) graphs to support both use cases Mapping the Prime2 database to RDF with R2RML
  • 7. www.adaptcentre.ie TRIPLESTORE Knowledge Representation and Organization Prime2 Database Ontologies R2RML Mapping R2RML Processor Graphs Use Case 1 default •  Types •  Labels •  Links •  100m resoluBon 50 meters •  50m resoluBon 20 meters •  20m resoluBon •  Default geometry links •  With LOD cloud Graphs Use Case 2 default •  AcBviBes [PROV-O] •  EnBBes [PROV-O] •  History of 100m resoluBon 50 meters •  History of 50m resoluBon 20 meters •  History of 20m resoluBon
  • 8. www.adaptcentre.ieExample evolution of boundaries B C D A B C D A <http://data.example.com/feature/A> a geo:Feature ; rdfs:label "A" ; geo:hasGeometry [ a geo:Geometry ; geo:asWKT "MULTIPOLYGON (((0 1, 0 2, 3 2, 3 1, 0 1)))"^^geo:wktLiteral ] . <http://data.example.com/feature/B> … . <http://data.example.com/feature/C> … . <http://data.example.com/feature/D> … . <http://data.example.com/feature/A> a geo:Feature ; rdfs:label "A" ; geo:hasGeometry [ a geo:Geometry ; geo:asWKT "MULTIPOLYGON (((1 1, 1 2, 3 2, 3 1, 1 1)))"^^geo:wktLiteral ; prov:wasGeneratedBy <http://data.example.com/change/1> ; prov:wasRevisionOf [ a geo:Geometry ; geo:asWKT "MULTIPOLYGON (((0 1, 0 2, 3 2, 3 1, 0 1)))"^^geo:wktLiteral ] ] . <http://data.example.com/feature/B> … . <http://data.example.com/feature/C> … . <http://data.example.com/feature/D> … . <http://data.example.com/change/1> a prov:Activity ; prov:endedAtTime "2000-01-01T12:00:00"^^xsd:dateTime ; prov:startedAtTime"2000-01-01T12:00:00"^^xsd:dateTime ; prov:used <http://data.example.com/instrument/1> . <http://data.example.com/instrument/1> a prov:Entity ; <http://purl.org/dc/elements/1.1/date> "2000-01-01" ; <http://purl.org/dc/elements/1.1/identifier> "1" ; <http://purl.org/dc/elements/1.1/title> "Change A" . Legal Instrument ordering change of A’s boundary on 2000/01/01 Simplied example. Different graphs are used for different resolutions. Types for activities and entities omitted.
  • 9. www.adaptcentre.ieConceptual Architecture of the LD Platform Proxy Server TPF Server TPF Web Client Linked Data Frontend Website (dumps) Ontologies SPARQL Endpoint Triplestore TPF Client
  • 11. www.adaptcentre.ieOngoing work… •  Publication of boundary data used by CENSUS 2011 •  EDs,Towns, Settlements, 
 etc. published as Linked 
 Data and linked with 
 http://data.cso.ie/ •  Dynamic vs. Static 
 boundary datasets •  Merge of North and South Tipperary •  Creation of links with DBpedia,GeoNames, TCD Library, etc. •  Creation of a spatial component to a pollution dataset
  • 12. www.adaptcentre.ieConclusion and Future Directions We have used OSi’s Prime2 dataset to publish their authoritative geospatial data as Linked Data on the Web by creating R2RML mappings using ontologies that extend GeoSPARQL, and PROV-O. Future directions include: •  Transforming the geometries of buildings, the evolution thereof, and how to link with the documents that inform the OSi of these changes (“closed” Linked Data) •  Access control mechanisms for such “Closed” Linked Data