SlideShare a Scribd company logo
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	
Simplified 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

More Related Content

PPT
Publishing XBRL as Linked Open Data
PDF
Going for GOLD - Adventures in Open Linked Metadata
PDF
Big Data Europe SC6 WS #3: Big Data Europe Platform: Apps, challenges, goals ...
PDF
Health Sciences Research Informatics, Powered by Globus
PPTX
Providing geospatial information as Linked Open Data
PDF
2013 open analytics-meetup-mortar
PDF
Cenitpede: Analyzing Webcrawl
PPTX
Integration and Exploration of Financial Data using Semantics and Ontologies
Publishing XBRL as Linked Open Data
Going for GOLD - Adventures in Open Linked Metadata
Big Data Europe SC6 WS #3: Big Data Europe Platform: Apps, challenges, goals ...
Health Sciences Research Informatics, Powered by Globus
Providing geospatial information as Linked Open Data
2013 open analytics-meetup-mortar
Cenitpede: Analyzing Webcrawl
Integration and Exploration of Financial Data using Semantics and Ontologies

What's hot (20)

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

Similar to Serving Ireland's Geospatial Information as Linked Data (20)

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

More from Christophe Debruyne (20)

PPTX
BURPing Through RML Test Cases (presented at KGC Workshop @ ESWC 2024)KG
PPTX
One year of DALIDA Data Literacy Workshops for Adults: a Report
PDF
Projet TOXIN : Des graphes de connaissances pour la recherche en toxicologie
PDF
Knowledge Graphs: Concept, mogelijkheden en aandachtspunten
PDF
Reusable SHACL Constraint Components for Validating Geospatial Linked Data
PDF
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
PDF
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
PDF
Using Maps for Interlinking Geospatial Linked Data
PDF
Linked Data Publication and Interlinking Research within the SFI funded ADAPT...
PDF
Towards Generating Policy-compliant Datasets (poster)
PDF
Towards Generating Policy-compliant Datasets
PDF
Uplift – Generating RDF datasets from non-RDF data with R2RML
PDF
A Lightweight Approach to Explore, Enrich and Use Data with a Geospatial Dime...
PDF
Client-side Processing of GeoSPARQL Functions with Triple Pattern Fragments
PDF
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
PDF
R2RML-F: Towards Sharing and Executing Domain Logic in R2RML Mappings
PDF
Towards a Project Centric Metadata Model and Lifecycle for Ontology Mapping G...
PDF
Creating and Consuming Metadata from Transcribed Historical Vital Records for...
PDF
What is Linked Data?
PDF
Using Semantic Technologies to Create Virtual Families from Historical Vital ...
BURPing Through RML Test Cases (presented at KGC Workshop @ ESWC 2024)KG
One year of DALIDA Data Literacy Workshops for Adults: a Report
Projet TOXIN : Des graphes de connaissances pour la recherche en toxicologie
Knowledge Graphs: Concept, mogelijkheden en aandachtspunten
Reusable SHACL Constraint Components for Validating Geospatial Linked Data
Hidden Amongst the Data: the Beyond 2022 Knowledge Graph
Facilitating Data Curation: a Solution Developed in the Toxicology Domain
Using Maps for Interlinking Geospatial Linked Data
Linked Data Publication and Interlinking Research within the SFI funded ADAPT...
Towards Generating Policy-compliant Datasets (poster)
Towards Generating Policy-compliant Datasets
Uplift – Generating RDF datasets from non-RDF data with R2RML
A Lightweight Approach to Explore, Enrich and Use Data with a Geospatial Dime...
Client-side Processing of GeoSPARQL Functions with Triple Pattern Fragments
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
R2RML-F: Towards Sharing and Executing Domain Logic in R2RML Mappings
Towards a Project Centric Metadata Model and Lifecycle for Ontology Mapping G...
Creating and Consuming Metadata from Transcribed Historical Vital Records for...
What is Linked Data?
Using Semantic Technologies to Create Virtual Families from Historical Vital ...

Recently uploaded (20)

PPTX
Classification Systems_TAXONOMY_SCIENCE8.pptx
PPT
Chemical bonding and molecular structure
PDF
IFIT3 RNA-binding activity primores influenza A viruz infection and translati...
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PDF
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
PPTX
GEN. BIO 1 - CELL TYPES & CELL MODIFICATIONS
PDF
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
PDF
An interstellar mission to test astrophysical black holes
PPTX
cpcsea ppt.pptxssssssssssssssjjdjdndndddd
PPTX
Derivatives of integument scales, beaks, horns,.pptx
PPTX
Vitamins & Minerals: Complete Guide to Functions, Food Sources, Deficiency Si...
PPTX
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
PPTX
Taita Taveta Laboratory Technician Workshop Presentation.pptx
PPTX
INTRODUCTION TO EVS | Concept of sustainability
PPTX
2. Earth - The Living Planet Module 2ELS
PDF
Mastering Bioreactors and Media Sterilization: A Complete Guide to Sterile Fe...
PDF
Sciences of Europe No 170 (2025)
PDF
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
DOCX
Q1_LE_Mathematics 8_Lesson 5_Week 5.docx
PDF
Biophysics 2.pdffffffffffffffffffffffffff
Classification Systems_TAXONOMY_SCIENCE8.pptx
Chemical bonding and molecular structure
IFIT3 RNA-binding activity primores influenza A viruz infection and translati...
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
GEN. BIO 1 - CELL TYPES & CELL MODIFICATIONS
VARICELLA VACCINATION: A POTENTIAL STRATEGY FOR PREVENTING MULTIPLE SCLEROSIS
An interstellar mission to test astrophysical black holes
cpcsea ppt.pptxssssssssssssssjjdjdndndddd
Derivatives of integument scales, beaks, horns,.pptx
Vitamins & Minerals: Complete Guide to Functions, Food Sources, Deficiency Si...
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
Taita Taveta Laboratory Technician Workshop Presentation.pptx
INTRODUCTION TO EVS | Concept of sustainability
2. Earth - The Living Planet Module 2ELS
Mastering Bioreactors and Media Sterilization: A Complete Guide to Sterile Fe...
Sciences of Europe No 170 (2025)
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
Q1_LE_Mathematics 8_Lesson 5_Week 5.docx
Biophysics 2.pdffffffffffffffffffffffffff

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 fit 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 Simplified 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