The Resource Description Framework (RDF 1.1)
M2 CPS²
The Resource Description Framework (RDF 1.1) M2 CPS RDF RDF is to - - PowerPoint PPT Presentation
The Resource Description Framework (RDF 1.1) M2 CPS RDF RDF is to the Semantic Web what HTML is to the WWW RDF is simple: everything is just triples RDF is a data model : it is not a file format! RDF is a logical formalism : it has a formal
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
<?xml version="1.0"?> <!DOCTYPE rdf:RDF> <rdf:RDF xmlns:ex="http://ex.org/#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <foaf:Person> <foaf:knows rdf:resource="http://ex.com/#you"/> <foaf:name>Antoine</foaf:name> </foaf:Person> </rdf:RDF>
M2 CPS²
_:genId384902443 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://http://xmlns.com/foaf/0.1/Person> . _:genId384902443 <http://xmlns.com/foaf/0.1/knows> <http://ex.org/#you> . _:genId384902443 <http://xmlns.com/foaf/0.1/name> "Antoine" .
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS² 13
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
get rid of the fragment #danbri
issue a GET request:
server replies:
M2 CPS²
M2 CPS² 19
M2 CPS²
GET /resource/Semantic_Web HTTP/1.1 Host: dbpedia.org Accept: text/html
HTTP/1.1 303 See Other Location: http://dbpedia.org/page/Semantic_Web
GET /page/Semantic_Web HTTP/1.1 Host: dbpedia.org Accept: text/html
HTTP/1.1 200 OK
M2 CPS²
GET /resource/Semantic_Web HTTP/1.1 Host: dbpedia.org Accept: application/rdf+xml
HTTP/1.1 303 See Other Location: http://dbpedia.org/data/Semantic_Web
GET /data/Semantic_Web HTTP/1.1 Host: dbpedia.org Accept: application/rdf+xml
HTTP/1.1 200 OK
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
TeamID Name Country Coach FRA XV de France France Laporte NZL All Blacks New Zealand Henry ENG XV of the Rose England Ashton … … … … PlayerID Name TeamID Position 1 Vincent Clerc FRA wing 2 Lionel Beauxis FRA flyhalf 3 Joe Rokocoko NZL wing … … … …
M2 CPS²
M2 CPS²
M2 CPS²
M2 CPS²
Putting 2 graphs together to make a single equivalent
M2 CPS²
M2 CPS²