Embed presentation
Downloaded 66 times












































![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraBlank nodesSubjects and objects can also be Blank nodes:carolschema:knows23:age"Carol knows someone whose age is 23":carol schema:knows _:x ._:x :age 23 .:carol schema:knows [ :age 23 ] .Turtle notation with local identifierTurtle notation with square bracketsx(schema:knows(:carol,x) :age(x, 23)Mathematical meaning:](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-45-2048.jpg&f=jpg&w=240)
![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraBlank nodesex:aliceex:carolschema:knowsschema:knowsschema:birthPlaceex:daveschema:birthPlace:age23 xsd:integerschema:knowsAlice knows someone whoknows DaveCarol knows someone whoseage is 23 that was born in thesame place as Dave:alice schema:knows [ schema:knows :dave ] .:carol schema:knows [ :age 23 ;schema:birthPlace _:p ] .:dave schema:birthPlace _:p .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-46-2048.jpg&f=jpg&w=240)







![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraTurtleDesigned to be human-readableprefix : <http://example.org/>prefix schema: <http://schema.org/>:alice schema:knows :bob , :carol .:bob schema:knows :carol ;schema:name "Robert";schema:birthDate "1980-03-10"^^<xsd:date>.:carol schema:knows :bob, :alice ;schema:knows [ :age 23 ] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-54-2048.jpg&f=jpg&w=240)
![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraJSON-LDJson for linked data{"@context" : {"knows" : { "@id" : "http://schema.org/knows", "@type" : "@id" },"age" : { "@id" : "http://example.org/age", "@type" : "http://www.w3.org/2001/XMLSchema#integer" },"name" : { "@id" : "http://schema.org/name" },"birthDate" : { "@id" : "http://schema.org/birthDate", "@type" : "xsd:date" },"@vocab" : "http://example.org/","schema" : "http://schema.org/"},"@graph" : [{ "@id" : "http://example.org/alice","knows" : [ "http://example.org/bob", "http://example.org/carol" ] },{ "@id" : "http://example.org/bob","birthDate" : "1980-03-10","knows" : "http://example.org/carol","name" : "Robert" },{ "@id" : "http://example.org/carol","knows" : [ "http://example.org/bob", "http://example.org/alice", "_:x" ] },{ "@id" : "_:x","http://example.org/age" : 23 }]}](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-55-2048.jpg&f=jpg&w=240)


















![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraOWL example<> a owl:Ontology .:Man a owl:Class ;owl:equivalentClass [owl:intersectionOf (:Person[ a owl:Restriction ;owl:onProperty schema:gender ; owl:hasValue schema:Male] )] .:Woman a owl:Class ;owl:equivalentClass [owl:intersectionOf ( :Person[ a owl:Restriction ;owl:onProperty schema:gender ; owl:hasValue schema:Female] )] .[ a owl:AllDisjointClasses ; owl:members ( :Woman :Man ) ] .:Person owl:equivalentClass [ rdf:type owl:Class ;owl:unionOf ( :Woman :Man )] .:alice a :Woman ;schema:gender schema:Female .:bob a :Man .:alice a :Person .:bob a :Person .:bob schema:gender schema:Male .Instance dataInferred data](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-74-2048.jpg&f=jpg&w=240)


The document presents an overview of RDF (Resource Description Framework) and its significance in linked data and the semantic web, detailing its application and challenges. It discusses the need for data accessibility, usability, and integration, highlighting issues with traditional data formats like HTML, XML, and JSON. The author emphasizes the importance of using URIs and linked data principles to improve data publishing and discovery for enhanced semantic understanding.












































![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraBlank nodesSubjects and objects can also be Blank nodes:carolschema:knows23:age"Carol knows someone whose age is 23":carol schema:knows _:x ._:x :age 23 .:carol schema:knows [ :age 23 ] .Turtle notation with local identifierTurtle notation with square bracketsx(schema:knows(:carol,x) :age(x, 23)Mathematical meaning:](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-45-2048.jpg&f=jpg&w=240)
![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraBlank nodesex:aliceex:carolschema:knowsschema:knowsschema:birthPlaceex:daveschema:birthPlace:age23 xsd:integerschema:knowsAlice knows someone whoknows DaveCarol knows someone whoseage is 23 that was born in thesame place as Dave:alice schema:knows [ schema:knows :dave ] .:carol schema:knows [ :age 23 ;schema:birthPlace _:p ] .:dave schema:birthPlace _:p .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-46-2048.jpg&f=jpg&w=240)







![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraTurtleDesigned to be human-readableprefix : <http://example.org/>prefix schema: <http://schema.org/>:alice schema:knows :bob , :carol .:bob schema:knows :carol ;schema:name "Robert";schema:birthDate "1980-03-10"^^<xsd:date>.:carol schema:knows :bob, :alice ;schema:knows [ :age 23 ] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-54-2048.jpg&f=jpg&w=240)
![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraJSON-LDJson for linked data{"@context" : {"knows" : { "@id" : "http://schema.org/knows", "@type" : "@id" },"age" : { "@id" : "http://example.org/age", "@type" : "http://www.w3.org/2001/XMLSchema#integer" },"name" : { "@id" : "http://schema.org/name" },"birthDate" : { "@id" : "http://schema.org/birthDate", "@type" : "xsd:date" },"@vocab" : "http://example.org/","schema" : "http://schema.org/"},"@graph" : [{ "@id" : "http://example.org/alice","knows" : [ "http://example.org/bob", "http://example.org/carol" ] },{ "@id" : "http://example.org/bob","birthDate" : "1980-03-10","knows" : "http://example.org/carol","name" : "Robert" },{ "@id" : "http://example.org/carol","knows" : [ "http://example.org/bob", "http://example.org/alice", "_:x" ] },{ "@id" : "_:x","http://example.org/age" : 23 }]}](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-55-2048.jpg&f=jpg&w=240)


















![Jose Emilio Labra Gayo http://www.di.uniovi.es/~labraOWL example<> a owl:Ontology .:Man a owl:Class ;owl:equivalentClass [owl:intersectionOf (:Person[ a owl:Restriction ;owl:onProperty schema:gender ; owl:hasValue schema:Male] )] .:Woman a owl:Class ;owl:equivalentClass [owl:intersectionOf ( :Person[ a owl:Restriction ;owl:onProperty schema:gender ; owl:hasValue schema:Female] )] .[ a owl:AllDisjointClasses ; owl:members ( :Woman :Man ) ] .:Person owl:equivalentClass [ rdf:type owl:Class ;owl:unionOf ( :Woman :Man )] .:alice a :Woman ;schema:gender schema:Female .:bob a :Man .:alice a :Person .:bob a :Person .:bob schema:gender schema:Male .Instance dataInferred data](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2f02rdfdatamodel2-171213091255%2f75%2fRDF-linked-data-and-semantic-web-74-2048.jpg&f=jpg&w=240)
