Embed presentation

![semantic webmentioned by Tim BLin 1994 at WWW[Tim Berners-Lee 1994, http://www.w3.org/Talks/WWW94Tim/]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-2-2048.jpg&f=jpg&w=240)































![blank nodes (bnodes)http://bu.ch/l23.htmlauthor"My Life"title"John"surname"Doe"firstnamehandy anonymous nodes (existential quantification)there exist a resource such that… { r ; …}<rdf:Description rdf:about="http://bu.ch/123.html "><author><rdf:Description><surname>Doe</surname><firstname>John</firstname></rdf:Description></author><title>My Life</title></rdf:Description><http://bu.ch/123.html>author[surname "Doe" ;firstname "John" . ] ;title "My Life" .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-34-2048.jpg&f=jpg&w=240)






![bags = unordered groups<rdf:Description rdf:about="#"><author><rdf:Bag><rdf:li>Ivan Herman</rdf:li><rdf:li>Fabien Gandon</rdf:li></rdf:Bag></author></rdf:Description><#> author _:a_:a rdf:_1 “Ivan Herman”_:a rdf:_2 “Fabien Gandon”<#> author [a rdf:Bag ;rdf:li "Ivan Herman" ;rdf:li "Fabien Gandon" . ] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-41-2048.jpg&f=jpg&w=240)
![sequenceordered group of resources or literals<rdf:Description rdf:about="#partition"><contains><rdf:Seq><rdf:li rdf:about="#C"/><rdf:li rdf:about="#C"/><rdf:li rdf:about="#C"/><rdf:li rdf:about="#D"/><rdf:li rdf:about="#E"/></rdf:Seq></contains></rdf:Description><partition>contains [a rdf:Seq ;rdf:li "C" ;rdf:li "C" ;rdf:li "C" ;rdf:li "D" ;rdf:li "E" .] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-42-2048.jpg&f=jpg&w=240)
![alternativese.g. title of a book in different languages<rdf:Description rdf:about="#book"><title><rdf:Alt><rdf:li xml:lang="fr">l’homme qui prenait sa femmepour un chapeau</rdf:li><rdf:li xml:lang="en">the man who mistook his wifefor a hat</rdf:li></rdf:Alt></title></rdf:Description><#book>title [a rdf:Alt ;rdf:li "l’homme…"@fr ;rdf:li "the man…"@en .] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-43-2048.jpg&f=jpg&w=240)


































![simplified syntaxtriples with a common subject:SELECT ?name ?fnameWHERE {?x a Person;name ?name ;firstname ?fname ;author ?y . }list of values?x firstname "Fabien", "Lucien" .blank node[firstname "Fabien"] or [] firstname "Fabien"SELECT ?name ?fnameWHERE {?x rdf:type Person .?x name ?name .?x firstname ?fname .?x author ?y .}](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-78-2048.jpg&f=jpg&w=240)






![string / literal functions (v1.1)STRDT(value, type) build a typed literalSTRLANG(value, lang) build a literal with a languageCONCAT(lit1,…,litn) concatenate a list of literalCONTAINS(lit1,lit2), STRSTARTS(lit1,lit2),STRENDS(lit1,lit2)to test string inclusionSUBSTR(lit, start [,length]) extract a sub stringENCODE_FOR_URI (Str) encodes a string as URIUCASE (Str), LCASE (Str) uppercase and lowercaseSTRLEN (Str) length of the string](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-85-2048.jpg&f=jpg&w=240)


















































![CORESE/ KGRAM [Corby et al.]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-136-2048.jpg&f=jpg&w=240)

![OWLin one…enumerationintersectionunioncomplement disjunctionrestriction!cardinality1..1algebraic propertiesequivalence[>18]disjoint unionvalue restrict.disjoint propertiesqualified cardinality1..1!individual prop. negchained prop.keys…](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-138-2048.jpg&f=jpg&w=240)
























![RIF Coresubset shared by most systems: add onlyemployee1 [function-> “executive”bonus -> 10 ]ForAll ?emp (?emp [ bonus -> 15 ] :-?emp [ function -> “executive” ] )employee1 [function -> “executive”bonus -> 10bonus -> 15 ]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-163-2048.jpg&f=jpg&w=240)


![RIF PRD (Production Rules Dialect)full production rules in forward chaining• add, delete, modify, run• instantiate frames (new)• negation as failure (ineg)• no longer monotonicForall ?customer ?purchasesYTD(If And( ?customer#ex:Customer?customer[ex:purchasesYTD->?purchasesYTD]External(pred:numeric-greater-than(?purchasesYTD 5000)) )Then Do( Modify(?customer[ex:status->"Gold"]) ) )(from PRD Rec. Doc.)](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-166-2048.jpg&f=jpg&w=240)











![(1) transformingtable of personsISBN Author Title Year0006511409X id_xyz The Glass Palace 2000ID Name Homepageid_xyz Ghosh, Amitav http://www.amitavghosh.comhttp://…isbn/000651409XGhosh, Amitav http://www.amitavghosh.comThe Glass Palace2000a:namea:homepagea:author:P_Table rdf:type rr:TriplesMap ;rr:subjectMap [rr:termtype "BlankNode" ;rr:column "ID" ;] ;rr:predicateObjectMap [rr:predicateMap [rr:predicate a:name];rr:objectMap [rr:column "Name"]] ;rr:predicateObjectMap [rr:predicateMap [rr:predicate a:homepage];rr:objectMap [rr:column "Homepage" ;rr:termtype "IRI"]] ;](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-178-2048.jpg&f=jpg&w=240)
![(2) transformingtable of booksISBN Author Title Year0006511409X id_xyz The Glass Palace 2000ID Name Homepageid_xyz Ghosh, Amitav http://www.amitavghosh.comhttp://…isbn/000651409XGhosh, Amitav http://www.amitavghosh.comThe Glass Palace2000a:namea:homepagea:author:B_Table rdf:type rr:TriplesMap ;rr:subjectMap [rr:template "http://...isbn/{ISBN}";];rr:predicateObjectMap [rr:predicateMap [rr:predicate a:title];rr:objectMap [rr:column "Title"]] ;rr:predicateObjectMap [rr:predicateMap [rr:predicate a:year];rr:objectMap [rr:column "Year" ;]] ;](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-179-2048.jpg&f=jpg&w=240)
![(3) linking tablesISBN Author Title Year0006511409X id_xyz The Glass Palace 2000ID Name Homepageid_xyz Ghosh, Amitav http://www.amitavghosh.comhttp://…isbn/000651409XGhosh, Amitav http://www.amitavghosh.comThe Glass Palace2000a:namea:homepagea:author:B_Table a rr:TriplesMap ;...rr:refPredicateObjectMap [rr:refPredicateMap [rr:predicate a:author];rr:refObjectMap [rr:parentTriplesMap :P_Table ;rr:joinCondition"{child}.Author = {parent}.ID"]]].](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-180-2048.jpg&f=jpg&w=240)


























![annotating multimédia elements• semantic description of multimediaresources [Media Annotation]• pointing to internal elements ofmultimedia resources [Media Fragment]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-207-2048.jpg&f=jpg&w=240)

![ontologies for multimedia descriptionsontology for Media Resources 1.0<video.ogv> a ma:MediaResource ;ma:hasTrack <video.ogv#track=audio>,<video.ogv#track=subtitle>;ma:hasSubtitling <video.ogv#track=subtitle> ;ma:hasSigning <video.ogv#xywh=percent:70,70,90,90> .<video.ogv#track=audio> a ma:AudioTrack ;ma:hasLanguage [ rdfs:label "en-GB" ] ;ma:hasFragment <video.ogv#track=audio&t=10,20> .<video.ogv#track=audio&t=10,20> a ma:MediaFragment ;ma:hasLanguage [ rdfs:label "fr" ] .<video.ogv#track=subtitle> a ma:DataTrack ;ma:hasLanguage [ rdfs:label "es" ] .<video.ogv#xywh=percent:70,70,90,90> a ma:MediaFragment ;ma:hasLanguage [ rdfs:label "bfi" ] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-209-2048.jpg&f=jpg&w=240)











![“semantic web”and not“semanticweb”[C. Welty, ISWC 2007]“a lightweight ontologyallows us to dolightweight reasoning”[J. Hendler, ISWC 2007]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-221-2048.jpg&f=jpg&w=240)








Here are the steps to answer this SPARQL query against the given RDF base:1. The query asks for all ?name values where there is a triple with predicate "name" and another triple with the same subject and predicate "email".2. In the base, _:b is the only resource that has both a "name" and "email" triple. 3. _:b has the name "Thomas".Therefore, the only result of the query is ?name = "Thomas".So the result of the SPARQL query is:?name"Thomas"
Overview of the Semantic Web introduced in 1994 by Tim Berners-Lee, emphasizing linking data and schemas on the web.
Discusses concepts of data reading and interpretation by machines, outlining a web of linked data using IRIs, HTML, and HTTP.
Introduction to RDF (Resource Description Framework) as a triple model representing knowledge with examples of subjects, predicates, and objects.
Details on RDF models, documenting resources through triples, their graphical representation, and the methodology to link descriptions using RDF.
RDF literals, XML syntax, and various formats like Turtle and N-Triples to represent resource properties.
Explains the use of XML schema datatypes, examples of blank nodes, bags, sequences, and alternate resources in RDF.
Concept of RDF named graphs allowing organization of triples in specific contexts with examples of TriG and N-Quads.
Principles of Linked Data, data accessibility through HTTP URIs, and using SPARQL for querying data on the web.
Introduction to SPARQL’s syntax for querying RDF data, including query structure, variable use, and filtering options.
Explores advanced querying techniques with SPARQL including aggregations, filters, unions, and bindings.
Discusses the graphical representation of data relationships and the use of subqueries and constructs within SPARQL.
Introduction to Semantic Web standards like Schema.org, RDFa, GRDDL, and querying practices for structured data.
Overview of provenance representation in the Semantic Web using PROV-DM and PROV-O to illustrate resource involvement.
Discussion on the ongoing evolution of the Semantic Web including data models, open data initiatives, and the importance of metadata.

![semantic webmentioned by Tim BLin 1994 at WWW[Tim Berners-Lee 1994, http://www.w3.org/Talks/WWW94Tim/]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-2-2048.jpg&f=jpg&w=240)































![blank nodes (bnodes)http://bu.ch/l23.htmlauthor"My Life"title"John"surname"Doe"firstnamehandy anonymous nodes (existential quantification)there exist a resource such that… { r ; …}<rdf:Description rdf:about="http://bu.ch/123.html "><author><rdf:Description><surname>Doe</surname><firstname>John</firstname></rdf:Description></author><title>My Life</title></rdf:Description><http://bu.ch/123.html>author[surname "Doe" ;firstname "John" . ] ;title "My Life" .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-34-2048.jpg&f=jpg&w=240)






![bags = unordered groups<rdf:Description rdf:about="#"><author><rdf:Bag><rdf:li>Ivan Herman</rdf:li><rdf:li>Fabien Gandon</rdf:li></rdf:Bag></author></rdf:Description><#> author _:a_:a rdf:_1 “Ivan Herman”_:a rdf:_2 “Fabien Gandon”<#> author [a rdf:Bag ;rdf:li "Ivan Herman" ;rdf:li "Fabien Gandon" . ] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-41-2048.jpg&f=jpg&w=240)
![sequenceordered group of resources or literals<rdf:Description rdf:about="#partition"><contains><rdf:Seq><rdf:li rdf:about="#C"/><rdf:li rdf:about="#C"/><rdf:li rdf:about="#C"/><rdf:li rdf:about="#D"/><rdf:li rdf:about="#E"/></rdf:Seq></contains></rdf:Description><partition>contains [a rdf:Seq ;rdf:li "C" ;rdf:li "C" ;rdf:li "C" ;rdf:li "D" ;rdf:li "E" .] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-42-2048.jpg&f=jpg&w=240)
![alternativese.g. title of a book in different languages<rdf:Description rdf:about="#book"><title><rdf:Alt><rdf:li xml:lang="fr">l’homme qui prenait sa femmepour un chapeau</rdf:li><rdf:li xml:lang="en">the man who mistook his wifefor a hat</rdf:li></rdf:Alt></title></rdf:Description><#book>title [a rdf:Alt ;rdf:li "l’homme…"@fr ;rdf:li "the man…"@en .] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-43-2048.jpg&f=jpg&w=240)


































![simplified syntaxtriples with a common subject:SELECT ?name ?fnameWHERE {?x a Person;name ?name ;firstname ?fname ;author ?y . }list of values?x firstname "Fabien", "Lucien" .blank node[firstname "Fabien"] or [] firstname "Fabien"SELECT ?name ?fnameWHERE {?x rdf:type Person .?x name ?name .?x firstname ?fname .?x author ?y .}](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-78-2048.jpg&f=jpg&w=240)






![string / literal functions (v1.1)STRDT(value, type) build a typed literalSTRLANG(value, lang) build a literal with a languageCONCAT(lit1,…,litn) concatenate a list of literalCONTAINS(lit1,lit2), STRSTARTS(lit1,lit2),STRENDS(lit1,lit2)to test string inclusionSUBSTR(lit, start [,length]) extract a sub stringENCODE_FOR_URI (Str) encodes a string as URIUCASE (Str), LCASE (Str) uppercase and lowercaseSTRLEN (Str) length of the string](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-85-2048.jpg&f=jpg&w=240)


















































![CORESE/ KGRAM [Corby et al.]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-136-2048.jpg&f=jpg&w=240)

![OWLin one…enumerationintersectionunioncomplement disjunctionrestriction!cardinality1..1algebraic propertiesequivalence[>18]disjoint unionvalue restrict.disjoint propertiesqualified cardinality1..1!individual prop. negchained prop.keys…](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-138-2048.jpg&f=jpg&w=240)
























![RIF Coresubset shared by most systems: add onlyemployee1 [function-> “executive”bonus -> 10 ]ForAll ?emp (?emp [ bonus -> 15 ] :-?emp [ function -> “executive” ] )employee1 [function -> “executive”bonus -> 10bonus -> 15 ]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-163-2048.jpg&f=jpg&w=240)


![RIF PRD (Production Rules Dialect)full production rules in forward chaining• add, delete, modify, run• instantiate frames (new)• negation as failure (ineg)• no longer monotonicForall ?customer ?purchasesYTD(If And( ?customer#ex:Customer?customer[ex:purchasesYTD->?purchasesYTD]External(pred:numeric-greater-than(?purchasesYTD 5000)) )Then Do( Modify(?customer[ex:status->"Gold"]) ) )(from PRD Rec. Doc.)](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-166-2048.jpg&f=jpg&w=240)











![(1) transformingtable of personsISBN Author Title Year0006511409X id_xyz The Glass Palace 2000ID Name Homepageid_xyz Ghosh, Amitav http://www.amitavghosh.comhttp://…isbn/000651409XGhosh, Amitav http://www.amitavghosh.comThe Glass Palace2000a:namea:homepagea:author:P_Table rdf:type rr:TriplesMap ;rr:subjectMap [rr:termtype "BlankNode" ;rr:column "ID" ;] ;rr:predicateObjectMap [rr:predicateMap [rr:predicate a:name];rr:objectMap [rr:column "Name"]] ;rr:predicateObjectMap [rr:predicateMap [rr:predicate a:homepage];rr:objectMap [rr:column "Homepage" ;rr:termtype "IRI"]] ;](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-178-2048.jpg&f=jpg&w=240)
![(2) transformingtable of booksISBN Author Title Year0006511409X id_xyz The Glass Palace 2000ID Name Homepageid_xyz Ghosh, Amitav http://www.amitavghosh.comhttp://…isbn/000651409XGhosh, Amitav http://www.amitavghosh.comThe Glass Palace2000a:namea:homepagea:author:B_Table rdf:type rr:TriplesMap ;rr:subjectMap [rr:template "http://...isbn/{ISBN}";];rr:predicateObjectMap [rr:predicateMap [rr:predicate a:title];rr:objectMap [rr:column "Title"]] ;rr:predicateObjectMap [rr:predicateMap [rr:predicate a:year];rr:objectMap [rr:column "Year" ;]] ;](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-179-2048.jpg&f=jpg&w=240)
![(3) linking tablesISBN Author Title Year0006511409X id_xyz The Glass Palace 2000ID Name Homepageid_xyz Ghosh, Amitav http://www.amitavghosh.comhttp://…isbn/000651409XGhosh, Amitav http://www.amitavghosh.comThe Glass Palace2000a:namea:homepagea:author:B_Table a rr:TriplesMap ;...rr:refPredicateObjectMap [rr:refPredicateMap [rr:predicate a:author];rr:refObjectMap [rr:parentTriplesMap :P_Table ;rr:joinCondition"{child}.Author = {parent}.ID"]]].](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-180-2048.jpg&f=jpg&w=240)


























![annotating multimédia elements• semantic description of multimediaresources [Media Annotation]• pointing to internal elements ofmultimedia resources [Media Fragment]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-207-2048.jpg&f=jpg&w=240)

![ontologies for multimedia descriptionsontology for Media Resources 1.0<video.ogv> a ma:MediaResource ;ma:hasTrack <video.ogv#track=audio>,<video.ogv#track=subtitle>;ma:hasSubtitling <video.ogv#track=subtitle> ;ma:hasSigning <video.ogv#xywh=percent:70,70,90,90> .<video.ogv#track=audio> a ma:AudioTrack ;ma:hasLanguage [ rdfs:label "en-GB" ] ;ma:hasFragment <video.ogv#track=audio&t=10,20> .<video.ogv#track=audio&t=10,20> a ma:MediaFragment ;ma:hasLanguage [ rdfs:label "fr" ] .<video.ogv#track=subtitle> a ma:DataTrack ;ma:hasLanguage [ rdfs:label "es" ] .<video.ogv#xywh=percent:70,70,90,90> a ma:MediaFragment ;ma:hasLanguage [ rdfs:label "bfi" ] .](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-209-2048.jpg&f=jpg&w=240)











![“semantic web”and not“semanticweb”[C. Welty, ISWC 2007]“a lightweight ontologyallows us to dolightweight reasoning”[J. Hendler, ISWC 2007]](/image.pl?url=https%3a%2f%2fimage.slidesharecdn.com%2fwww2014tutorialwebsemv2-140408040534-phpapp02%2f75%2fAn-introduction-to-Semantic-Web-and-Linked-Data-221-2048.jpg&f=jpg&w=240)






