SlideShare a Scribd company logo
RML.io
Generating High Quality
Linked Open Data
from Open or Not Data
Anastasia Dimou
Data Science Lab, Ghent University - iMinds
anastasia.dimou@ugent.be
@natadimou
What is the Semantic Web?
The Semantic Web
is the extension of the World Wide Web
Are you the owner of your data?
OR
is the application that hosts your data?
The Semantic Web
is the extension of the World Wide Web
enables sharing content beyond
the boundaries of applications & websites
The Web for humans, thanks to HTML,
is understandable & constant
BUT
is the Web for machines too?
The Semantic Web
is the extension of the World Wide Web
enables sharing content beyond
the boundaries of applications & websites
allows machines to understand the
meaning of hyperlinked information
Semantic Web enabled applications
rely on data represented as Linked Data
What is Linked (Open) Data?
Linked (Open) Data
a standardized way of
expressing the relationships between data
semantically annotated the data
with different vocabularies or ontologies
describe domain-level knowledge
understandable by humans & machines
How is Linked Data published?
Linked (Open) Data
published in the form of RDF datasets
Resource Description Framework (RDF)
is the prevalent data model
for describing Linked (Open) Data
driven by unique identifiers (URIs)
allows establishing a shared meaning
predicate
subject object
How is Linked Data derived
from (semi-)structured data?
How is Linked Data derived
from (semi-)structured data?
id firstname lastname lab city
1 Anastasia Dimou DSLab Ghent
2 Ruben Verborgh DSLab Ghent
3 Erik Mannens DSLab Ghent
Person 1
Data Science
Labworks
“Anastasia Dimou”
locatedDataScience
Lab
Ghent
Person 2
Data Science
Labworks
“Ruben Verborgh”
Person 3
DataScience
Labworks
“Erik Mannens”
Person {id}
{lab}
Assign unique identifiers (URIs)
“{firstname}
{surname}”
http:://ex.
com{id}
http://ex.com
{lab}
“{firstname}
{surname}”
Annotate data relationships with ontologies
http:://ex.
com{id}
http://ex.com
{lab}
“{firstname}
{surname}”
http:://ex.
com{id}
http://ex.com
{lab}
“{firstname}
{surname}”
ex:1 ex:DSLabex:works
“Anastasia Dimou”
ex:locatedex:DSLab ex:Ghent
ex:2 ex:DSLabex:works
“Ruben Verborgh”
ex:3 ex:DSLabex:works
“Erik Mannens”
ex:{id}
ex:{lab}
ex:located
ex:{lab} ex:{city}
sets of triples of a dataset have repetitive patterns
“{firstname}
{surname}”
ex:{id}
ex:{lab}
sets of triples of a dataset have repetitive patterns
“{firstname}
{surname}”
RDF dataset generation tools
rely their implementation on repetitively
applying those patterns to input data
ex:located
ex:{lab} ex:{city}
What are the different
Linked Data Generation approaches?
Linked Data generation approaches
case-specific solutions
OR
format and source specific
R2RML mappings R2RML processor
Data OWNER / PUBLISHER
defines
RDF
DB CSV JSONXML
RDF RDF RDF
RDF Terms (focusing on IRIs) are…
generated independently
disregarding their possible prior definitions
manually replicated
by reconstructing the same URIs (if possible)
manually aligned afterwards
links with other datasets are defined after
the RDF terms are published
Why not a uniform approach?
Uniform and declarative RDF generation
from heterogeneous data sources
mappings processor
Data OWNER / PUBLISHER
defines
RDF
DB CSV JSONXML RDF
RDF Mapping Language (RML)
generic scalable mapping language
for generating and interlinking
RDF data from heterogeneous resources
in an integrable and interoperable fashion
superset of the W3C standardized
R2RML mapping language
http://rml.io
Uniform and declarative RDF generation
from heterogeneous data sources
RML mappings processor
Data OWNER / PUBLISHER
defines
RDF
DB CSV JSONXML RDF
Defining Mappings to generate Linked Data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
Defining Mappings to generate RDF data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
RML describes
how to generated RDF
from structured data
predicate
subject object
Predicate MapSubject
Map
Object
Map
<#TriplesMap>
rr:constant
ex:located
rr:template
“http://ex.com/{lab}”
rr:template
“http://ex.com/{city}”
rr:template
“http://ex.com/{id}”
rr:template
“http://ex.com/{lab}”
<#ResearcherMap>
<#LabMap>
rr:template “{firstname} {surname}”
rr:termType rr:Literal
RDF Mapping Language (RML)
Extraction Module Mapping Module
RML Processor
Defining Mappings to generate Linked Data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
Triples Map
RDF Mapping Language (RML)
Predicate
Object Map
Subject
Map
Predicate
Map
Object Map
RML describes
rules to map any structured data to RDF
RML supports any data independently of
which structure and format they have
where they originally reside
how they are accessed & retrieved
Specifying data
which data form a data input
how to reference data input extracts
Accessing & Retrieving data
data input from original source(s)
Specifying data
which data form a data input
how to reference data input extracts
Accessing & Retrieving data
data input from original source(s)
Triples Map
RDF Mapping Language (RML)
Predicate
Object Map
Subject
Map
Predicate
Map
Object Map
Logical
Source
Support data in Heterogeneous Structures and Formats
tabular-structured
tables in DBs or CSV files …
hierarchical-structured
JSON or XML …
(semi-)structured
HTML …
… … …
rr:template
“http://ex.com/{id}”
rr:template
“http://ex.com/{lab}”
<#ResearcherMap> rr:template “{firstname} {surname}”
rr:termType rr:Literal
id firstname surname lab
1 Anastasia Dimou DSLab
2 Ruben Verborgh DSLab
3 Erik Mannens DSLab
tabular-structured data
rr:constant
ex:located
rr:template
“http://ex.com/
{/labs/lab/short}”
rr:template
“http://ex.com/
{/labs/lab/location/city}”
<#LabMap>
<labs>
<lab>
<short>MMLab</short>
<title>Multimedia Lab</title>
<location>
<city>Ghent</city>
</location>
</lab>
<lab> …. </lab>
…
</labs>
hierarchical-structured data
Triples Map
RDF Mapping Language (RML)
Predicate
Object Map
Subject
Map
Predicate
Map
Object Map
Logical
Source
Reference
Formulation
<labs>
<lab>
<short>MMLab</short>
<title>Multimedia Lab</title>
<location>
<city>Ghent</city>
</location>
</lab>
<lab> …. </lab>
…
</labs>
<#Lab
Logical
Source>
ql:XPath
rr:constant
ex:located
rr:template
“http://ex.com/
{/labs/lab/short}”
rr:template
“http://ex.com/
{/labs/lab/location/city}”
<#LabMap>
Triples Map
RDF Mapping Language (RML)
Predicate
Object Map
Subject
Map
Predicate
Map
Object Map
Logical
Source
Reference
Formulation
iterator
<labs>
<lab>
<short>MMLab</short>
<title>Multimedia Lab</title>
<location>
<city>Ghent</city>
</location>
</lab>
<lab> …. </lab>
…
</labs>
<#Lab
Logical
Source>
ql:XPath
“/labs/lab”
rr:constant
ex:located
rr:template
“http://ex.com/
{/labs/lab/short}”
rr:template
“http://ex.com/
{/labs/lab/location/city}”
<#LabMap>
Specifying data
which data form a data input
how to reference data input extracts
Accessing & Retrieving data
data input from original source(s)
Input
data
Input
data
Input
data
Output
RDF
Mapping
module
RML
Processor
Map
doc
Data
source
Access
interface
Input
data
Input
data
Input
data
Output
RDF
Mapping
module
RML
Processor
Map
doc
Data
source
Access
interface
Data
source
Access
interface
Retrieval
module
Source
description
Support different Locations and Access Interfaces
Local File(s)
Database connectivity
D2RQ
Web source(s) (Web API/service)
DCAT, CSVW, Hydra, VOiD (Dataset)
RDF source(s)
VOiD (Endpoint), SPARQL-SD
Triples Map
RDF Mapping Language (RML)
Predicate
Object Map
Subject
Map
Predicate
Map
Object Map
Logical
Source
Reference
Formulation
iterator
Source
file.xml
WEBAPI
DCAT
XML
data
JSON
data
tabular
data
Output
RDF
Mapping
module
RML
Processor
Map
doc
Data
repo
WEBAPI
Hydra
Data
base
JDBC
D2RQ
Retrieval
module
Source
description
Triple
store
SPARQL
Defining Mappings to generate Linked Data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
http://example.com/
Giddeon_Massie
dbo:Event
"1981-08-27"
xsd:gYear
http://example.com/
Brick_Bronsky
dbo:Event
"1964"
xsd:gYear
http://example.com/
Steve_Meilinger
dbo:Event
"1930-12-12"
xsd:gYear
dbo:birthDate
http://example.com/
Chuck_Bednarik
dbo:Event
"1925-05-01"
xsd:gYear
http://example.com/
Matt_McBride
dbo:Event
"1985-05-23"
xsd:gYear
dbo:birthDate
dbo:birthDate
dbo:birthDate
dbo:birthDate
dbo:birthDate range  xsd:date
dbo:birthDate domain  dbo:Person
http://example.com/
Chuck_Bednarik
dbo:Event
"1925-05-01"
xsd:gYear
dbo:birthDate
Violations
Most frequent violations are
related to how
vocabularies or ontologies
are applied to the data
dbo:birthDate range  xsd:date
dbo:birthDate domain  dbo:Person
http://example.com/
Chuck_Bednarik
dbo:Event
"1925-05-01"
xsd:gYear
dbo:birthDate
RDF DQA with RDFUnit
test-driven data-debugging framework
based on SPARQL-patterns
dbo:birthDate
http://example.com/
Chuck_Bednarik
dbo:Event
"1925-05-01"
xsd:gYear
http://rdfunit.aksw.org
DQA: Dataset Quality Assessment
Adjustments to the dataset
are manually but rarely applied
but not at the root (hard to identify)
are overwritten if a new version of
the original data is mapped & published
violations
DQA
Instead of applying Quality Assessment
to the already published RDF dataset
as part of data consumption
Apply Quality Assessment to the Mappings
that generate the RDF dataset
MQA: Mapping Quality Assessment
discover violations before
they are even generated
specify the origin of the violation
easily apply structural adjustments
to the mappings
sets of triples of a dataset have repetitive patterns
dbo:birthDatehttp://example.com/
{Name}_{Surname}
dbo:Event
“Birth"
xsd:gYear
Mapping languages
formalize patterns into rules
to generate the RDF dataset
from the original data
MQA with RDFUnit over RML
dbo:birthDate
http://example.com/
Chuck_Bednarik
dbo:Person
"1925-05-01"
xsd:date
DEL: <#ObjectMap> rr:datatype xsd:gYear
ADD: <#ObjectMap> rr:datatype xsd:date
data map doc
Mapping
Processor
violations
MDQA
MDQA: Uniform Mapping & Dataset
Quality Assessment
Dataset Vs Mapping Quality Assessment
Dataset Quality Assessment Mapping Quality Assessment
size time size time
DBPedia EN 62M 16h 115K 11s
DBPedia NL 21M 1.5h 53K 6s
DBpedia all 511K 32s
* http://mappings.dbpedia.org/validation
Live update of DBpedia Mapping Quality Assessment results every night! 
Defining Mappings to generate Linked Data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
Metadata
manually defined by
data publishers (person-agents),
rather than produced by
applications (software-agents)
Consider mapping rules to
automatically generate
self-descriptive
provenance and other metadata
W3C standardized Metadata
PROV
provenance information
VoID
expressing RDF dataset metadata
general metadata
structural metadata,
links between datasets
DCAT
describe datasets in data catalogs
Defining Mappings to generate Linked Data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
Semantic Web experts Vs. Data specialists
Modeling Domain Knowledge
as Linked (Open) Data
is not straightforward for
Data Specialists
Data context
is not straightforward for
Semantic Web experts
Semantic Web experts Vs. Data specialists
Data Specialists
should be able to specify the mappings,
modify and extend them at any time
Approaches for Editing Mappings
Do it on your own - From 3 to 5 Star Linked Open Data with RMLio
Do it on your own - From 3 to 5 Star Linked Open Data with RMLio
Do it on your own - From 3 to 5 Star Linked Open Data with RMLio
RML Editor
http://rml.io/RMLeditor
Defining Mappings to generate Linked Data
Retrieving Input Data
Assessing Quality
Generating Metadata
Editing Mappings
The five stars of the Linked Open Data scheme
should not be approached as a set of
consecutive steps
Well-considered policy regarding
mapping and interlinking of data
in the context of a certain
knowledge domain
RML.io
Generating High Quality
Linked Open Data
from Open or Not Data
Anastasia Dimou
Data Science Lab, Ghent University - iMinds
anastasia.dimou@ugent.be
@natadimou

More Related Content

PDF
Let your data shine... with OpenRefine
PDF
Introduction to OpenRefine
PPTX
OpenRefine Tutorial
PPTX
Data Wrangling with Open Refine
PPTX
TXDHC OpenRefine Training
PPT
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
PPTX
OpenRefine Class Tutorial
PDF
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org
Let your data shine... with OpenRefine
Introduction to OpenRefine
OpenRefine Tutorial
Data Wrangling with Open Refine
TXDHC OpenRefine Training
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
OpenRefine Class Tutorial
EC-WEB: Validator and Preview for the JobPosting Data Model of Schema.org

What's hot (20)

PPT
A Semantic Data Model for Web Applications
PDF
Knowledge discoverylaurahollink
PPT
The Power of Semantic Technologies to Explore Linked Open Data
PPTX
SSSW2015 Data Workflow Tutorial
PDF
The Nature.com ontologies portal - Linked Science 2015
PPTX
Linked data-tooling-xml
PDF
ISWC 2014 - Dandelion: from raw data to dataGEMs for developers
PDF
Data Curation @ SpazioDati - NEXA Lunch Seminar
PPTX
Session 03 acquiring data
PDF
Why is JSON-LD Important to Businesses - Franz Inc
PPTX
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
PDF
Linked data tooling XML
PPT
Semantic Technologies: Representing Semantic Data
PDF
Using the whole web as your dataset
PDF
The Power of Machine Learning and Graphs
ODP
Data Integration And Visualization
PPT
Analytics and Access to the UK web archive
PDF
ODI Summit 2016 - Linked Open Data at Springer Nature
PPTX
Emerging technologies in academic libraries
PDF
The Bounties of Semantic Data Integration for the Enterprise
A Semantic Data Model for Web Applications
Knowledge discoverylaurahollink
The Power of Semantic Technologies to Explore Linked Open Data
SSSW2015 Data Workflow Tutorial
The Nature.com ontologies portal - Linked Science 2015
Linked data-tooling-xml
ISWC 2014 - Dandelion: from raw data to dataGEMs for developers
Data Curation @ SpazioDati - NEXA Lunch Seminar
Session 03 acquiring data
Why is JSON-LD Important to Businesses - Franz Inc
First Steps in Semantic Data Modelling and Search & Analytics in the Cloud
Linked data tooling XML
Semantic Technologies: Representing Semantic Data
Using the whole web as your dataset
The Power of Machine Learning and Graphs
Data Integration And Visualization
Analytics and Access to the UK web archive
ODI Summit 2016 - Linked Open Data at Springer Nature
Emerging technologies in academic libraries
The Bounties of Semantic Data Integration for the Enterprise
Ad

Viewers also liked (20)

PDF
#OpenTourism - Linked Open Data publishing and discovery workshop
PDF
Local decisions as Linked Open Data #LBLOD
PDF
DCAT: a tale of exchanging metadata
PDF
Open Data: What’s Next?
DOC
בריאות הציבור
DOC
Zaragoza turismo-60
DOC
Zaragoza turismo 215
PDF
Letter to my great-grandfather on his 18th birthday
PDF
7 Tips for Design Teams Collaborating Remotely
PPS
Je Suis Charlie
PPT
DigitalShoreditch: The gamification of customer service
PDF
EPA DROE Email 6.30.03
DOC
quality control of food and drugs
PPT
Ivan chakarov-2015.eng-1
PPT
Votre Entreprise sur Facebook... Pour quoi faire?
PPS
九個月的紐西蘭
DOC
Zaragoza turismo 211
PDF
анализ рынка приложений в социальных сетях
PDF
Experience Design + The Digital Agency (Phizzpop version)
PPT
梯田上的音符 哈尼
#OpenTourism - Linked Open Data publishing and discovery workshop
Local decisions as Linked Open Data #LBLOD
DCAT: a tale of exchanging metadata
Open Data: What’s Next?
בריאות הציבור
Zaragoza turismo-60
Zaragoza turismo 215
Letter to my great-grandfather on his 18th birthday
7 Tips for Design Teams Collaborating Remotely
Je Suis Charlie
DigitalShoreditch: The gamification of customer service
EPA DROE Email 6.30.03
quality control of food and drugs
Ivan chakarov-2015.eng-1
Votre Entreprise sur Facebook... Pour quoi faire?
九個月的紐西蘭
Zaragoza turismo 211
анализ рынка приложений в социальных сетях
Experience Design + The Digital Agency (Phizzpop version)
梯田上的音符 哈尼
Ad

Similar to Do it on your own - From 3 to 5 Star Linked Open Data with RMLio (20)

PPTX
#opentourism - Linked Open Data Publishing and Discovery Workshop
ODP
Linked Data
PDF
Implementing Linked Data in Low-Resource Conditions
PDF
Machine-Interpretable Dataset and Service Descriptions for Heterogeneous Data...
PDF
RMLEditor: A Graph-based Mapping Editor for Linked Data Mappings
PDF
High quality Linked Data generation for librarians
PPT
Future of Web 2.0 & The Semantic Web
PDF
Translation of Relational and Non-Relational Databases into RDF with xR2RML
PPT
Linked Data Driven Data Virtualization for Web-scale Integration
PDF
Contextual Computing: Laying a Global Data Foundation
PPTX
Linked Data MLA 2015
PPTX
Linked data MLA 2015
PDF
Linked Data Generation for the University Data From Legacy Database
PPTX
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
PPTX
Linked data HHS 2015
ODP
Semantic Web - Introduction
PPT
Linked data and voyager
PDF
Contextual Computing - Knowledge Graphs & Web of Entities
PPT
Linked Data and the Semantic Web - Mimas Seminar
PDF
Ontology-Based Data Access Mapping Generation using Data, Schema, Query, and ...
#opentourism - Linked Open Data Publishing and Discovery Workshop
Linked Data
Implementing Linked Data in Low-Resource Conditions
Machine-Interpretable Dataset and Service Descriptions for Heterogeneous Data...
RMLEditor: A Graph-based Mapping Editor for Linked Data Mappings
High quality Linked Data generation for librarians
Future of Web 2.0 & The Semantic Web
Translation of Relational and Non-Relational Databases into RDF with xR2RML
Linked Data Driven Data Virtualization for Web-scale Integration
Contextual Computing: Laying a Global Data Foundation
Linked Data MLA 2015
Linked data MLA 2015
Linked Data Generation for the University Data From Legacy Database
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
Linked data HHS 2015
Semantic Web - Introduction
Linked data and voyager
Contextual Computing - Knowledge Graphs & Web of Entities
Linked Data and the Semantic Web - Mimas Seminar
Ontology-Based Data Access Mapping Generation using Data, Schema, Query, and ...

More from Open Knowledge Belgium (20)

PPTX
Open Data Stories You haven't heard!
PPTX
A​ FUNUMENTARY:​ Take what you can, give nothing back...​ ​(NOT)
PDF
Smarter by Open Data: Process and Practice in Flevoland (NL)
PDF
Open Knowledge for Social Innovation
PDF
Smart Flanders: Tackling urban challenges through Open Data
PDF
EIF and NIFO connecting public administrations, businesses, and citizens
PDF
Connecting Open data for solving the fiscal transparency puzzle in the EU
PDF
Open Government and Networked European Democracy
PPTX
Mundaneum Factories for Open Tokenomics
PDF
MIRVA: The European Open Recognition Project
PPTX
Bike for Brussels - Open Summer of Code 2017
PPTX
The story behind SNCB alerts
PPTX
Traffic safety - answering tough questions with open data
PPTX
Eliminating data roadbloacks to get by traffic roadblocks without pain
PPTX
Linked Open Data in limbo: Open cultural heritage resources
PPTX
A journey to Linked Open Touristic Data
PDF
How we use the massive open lidar dataset for the benfit of our clients
PPTX
mu.semte.ch: A transitional architecture for Linked Data
PPTX
Linked Open Chatbots
PDF
The role and value of making data inventories
Open Data Stories You haven't heard!
A​ FUNUMENTARY:​ Take what you can, give nothing back...​ ​(NOT)
Smarter by Open Data: Process and Practice in Flevoland (NL)
Open Knowledge for Social Innovation
Smart Flanders: Tackling urban challenges through Open Data
EIF and NIFO connecting public administrations, businesses, and citizens
Connecting Open data for solving the fiscal transparency puzzle in the EU
Open Government and Networked European Democracy
Mundaneum Factories for Open Tokenomics
MIRVA: The European Open Recognition Project
Bike for Brussels - Open Summer of Code 2017
The story behind SNCB alerts
Traffic safety - answering tough questions with open data
Eliminating data roadbloacks to get by traffic roadblocks without pain
Linked Open Data in limbo: Open cultural heritage resources
A journey to Linked Open Touristic Data
How we use the massive open lidar dataset for the benfit of our clients
mu.semte.ch: A transitional architecture for Linked Data
Linked Open Chatbots
The role and value of making data inventories

Recently uploaded (20)

PPTX
Tour Presentation Educational Activity.pptx
PDF
Instagram's Product Secrets Unveiled with this PPT
PPTX
Primary and secondary sources, and history
DOC
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
PDF
Swiggy’s Playbook: UX, Logistics & Monetization
PPTX
Intro to ISO 9001 2015.pptx wareness raising
PPTX
fundraisepro pitch deck elegant and modern
PPTX
Self management and self evaluation presentation
PDF
Why Top Brands Trust Enuncia Global for Language Solutions.pdf
PPTX
Presentation for DGJV QMS (PQP)_12.03.2025.pptx
DOCX
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
PPTX
_ISO_Presentation_ISO 9001 and 45001.pptx
PPTX
Impressionism_PostImpressionism_Presentation.pptx
PPTX
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
PPTX
Role and Responsibilities of Bangladesh Coast Guard Base, Mongla Challenges
PPTX
Hydrogel Based delivery Cancer Treatment
DOCX
ENGLISH PROJECT FOR BINOD BIHARI MAHTO KOYLANCHAL UNIVERSITY
PDF
oil_refinery_presentation_v1 sllfmfls.pdf
PPTX
Effective_Handling_Information_Presentation.pptx
PPTX
worship songs, in any order, compilation
Tour Presentation Educational Activity.pptx
Instagram's Product Secrets Unveiled with this PPT
Primary and secondary sources, and history
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
Swiggy’s Playbook: UX, Logistics & Monetization
Intro to ISO 9001 2015.pptx wareness raising
fundraisepro pitch deck elegant and modern
Self management and self evaluation presentation
Why Top Brands Trust Enuncia Global for Language Solutions.pdf
Presentation for DGJV QMS (PQP)_12.03.2025.pptx
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
_ISO_Presentation_ISO 9001 and 45001.pptx
Impressionism_PostImpressionism_Presentation.pptx
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
Role and Responsibilities of Bangladesh Coast Guard Base, Mongla Challenges
Hydrogel Based delivery Cancer Treatment
ENGLISH PROJECT FOR BINOD BIHARI MAHTO KOYLANCHAL UNIVERSITY
oil_refinery_presentation_v1 sllfmfls.pdf
Effective_Handling_Information_Presentation.pptx
worship songs, in any order, compilation

Do it on your own - From 3 to 5 Star Linked Open Data with RMLio