Top Banner
Javier Pereda @TrinkerMedia Web Science Institute How do we get there? javierpereda .wordpress.com slideshare.net/ Chiruley1
14

Introduction to the Semantic Web and Linked Data

Apr 12, 2017

Download

Education

Javier Pereda
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

How do we get there?javierpereda.wordpress.comslideshare.net/Chiruley1

Page 2: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

1. Semantic Web and Linked DataDay 1

Day 1 // Day 2

2. Querying

3. Using an interface to query

4. Tangible User Interfaces

Page 3: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.org

Media

Geographic

Publications

UGC

Govt.

Cross Domain

Life Sciences

Page 4: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

Page 5: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

!

?

Page 6: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

http://schema.org/Person/#Fred

Page 7: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

<People> <Hate> <Person> <Name> Fred </Name> <Age> 20 </Age> </Person> <Person> <Name> Ann </Name> <Age> 35 </Age> </Person> </Hate> <Love> <Person> <Name> Frank</Name> <Age> 45 </Age> </Person> <Person> <Name> Costas </Name> <Age> 35 </Age> </Person> </Love></People>

Page 8: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

<http://www.Schema/People/#Person>

<http://www.Schema/People/#Name

“Fred”

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/">

<foaf:Person> <foaf:name>Fred</foaf:name></foaf:Person>

Page 9: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/">

<foaf:Person> <foaf:name>Fred</foaf:name></foaf:Person>

SKOS DCMI OAI-ORE

FOAF

europeanaEDM

Data Models

Page 10: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/">

<foaf:Person> <foaf:name>Fred</foaf:name></foaf:Person>

SKOS DCMI OAI-ORE

FOAF

europeanaEDM

Data Models

Page 11: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

SpiderManPerson?

Page 12: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons ©UniverseET

Technology

SpiderManPerson?

Conceptual Object

Man Made Thing

Thing

Entity Phisical Thing

Biological ObjectPersistent Item

Actor

Person

Symbolic Object

Character

Page 13: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology

PREFIX dc: <http://purl.org/dc/elements/1.1/>SELECT ?title WHERE { ?x dc:title "Spider Man Vs. Sinister Six"@en ; dc:title ?title .}

Page 14: Introduction to the Semantic Web and Linked Data

Javier Pereda@TrinkerMedia

Web ScienceInstitute

The Semantic Web©wikimedia.commons

Technology