Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Berendt: Advanced databases, 1ste semester 2010/2011, 1 Advanced databases – The Semantic Web (1) Bettina.

Similar presentations


Presentation on theme: "1 Berendt: Advanced databases, 1ste semester 2010/2011, 1 Advanced databases – The Semantic Web (1) Bettina."— Presentation transcript:

1 1 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 1 Advanced databases – The Semantic Web (1) Bettina Berendt Katholieke Universiteit Leuven, Department of Computer Science http://www.cs.kuleuven.be/~berendt/teaching/ Last update: 8 October 2010

2 2 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 2 Agenda The Semantic Web: Motivation and overview Very brief recap of XML (& why it’s not semantic) RDF and RDFS RDF+RDFS+OWL explained using FOAF

3 3 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 3 The original vision The entertainment system was belting out the Beatles' "We Can Work It Out" when the phone rang. When Pete answered, his phone turned the sound down by sending a message to all the other local devices that had a volume control. His sister, Lucy, was on the line from the doctor's office: "Mom needs to see a specialist and then has to have a series of physical therapy sessions. Biweekly or something. I'm going to have my agent set up the appointments." Pete immediately agreed to share the chauffeuring. At the doctor's office, Lucy instructed her Semantic Web agent through her handheld Web browser. The agent promptly retrieved information about Mom's prescribed treatment from the doctor's agent, looked up several lists of providers, and checked for the ones in-plan for Mom's insurance within a 20-mile radius of her home and with a rating of excellent or very good on trusted rating services. It then began trying to find a match between available appointment times (supplied by the agents of individual providers through their Web sites) and Pete's and Lucy's busy schedules. (The emphasized keywords indicate terms whose semantics, or meaning, were defined for the agent through the Semantic Web.) Tim Berners-Lee, James Hendler and Ora Lassila (2001). The Semantic Web. A new form of Web content that is meaningful to computers will unleash a revolution of new possibilities. Scientific American. http://www.sciam.com/article.cfm?articleID=00048144-10D2-1C70- 84A9809EC588EF21http://www.sciam.com/article.cfm?articleID=00048144-10D2-1C70- 84A9809EC588EF21

4 4 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 4 Questions 1. [concrete] What (meta-)data & procedures would be needed to solve this problem? 2. [general] What do you find works poorly on the Web today when you look for information?

5 5 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 5 Your answers [green: this problem is one of the motivations of the Semantic Web, and we will discuss its solution approaches; purple: other remarks] #1: n meta-data: l word + category ("medication")  need to go beyond natural language & individual data schemas l Geographic map + certification ("a reliable map provider")  trust n user authentification [  we won’t treat that here] #2: n A search query is often “not enough”: l too many irrelevant search results  want autonomous query expansion that respects my context l an overly specific query may yield zero results  want autonomous query generalisation that respects my context l  need background knowledge, including knowledge about users’ contexts and about concepts and how to generalise them: –Such background knowledge must exist –Such background knowledge must be machine-processable n Information is often spread over several pages l & even if one keeps clicking, the information may still not be there [  if the info really is not on the Web, we can’t do anything about that as computer scientists; if it just hasn’t been found, we need to build better search engines  more about this later] n old information is often ranked (too) high [  we’ll talk about that later]

6 6 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 6 The Semantic Web: overview n The semantic web is an evolving extension of the World Wide Web in which web content can be expressed not only in natural language, but also in a format that can be read and used by software agents, thus permitting them to find, share and integrate information more easily.World Wide Web web contentnatural languagereadsoftware agentsintegrate n It derives from W3C director Sir Tim Berners-Lee's vision of the Web as a universal medium for data, information, and knowledge exchange.W3CSir Tim Berners-Leedatainformationknowledge n At its core, the semantic web comprises a philosophy, a set of design principles, collaborative working groups, and a variety of enabling technologies.working groups n Some elements of the semantic web are expressed as prospective future possibilities that have yet to be implemented or realized. n Other elements of the semantic web are expressed in formal specifications. n Some of these include Resource Description Framework (RDF), a variety of data interchange formats (e.g. RDF/XML, N3, Turtle, N-Triples), and notations such as RDF Schema (RDFS) and the Web Ontology Language (OWL), all of which are intended to provide a formal description of concepts, terms, and relationships within a given knowledge domain.Resource Description FrameworkRDF/XMLN3TurtleN-TriplesRDF SchemaWeb Ontology Languageformal descriptionconcepts termsrelationshipsknowledge domain

7 7 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 7 The Semantic Web layer cake (T. Berners-Lee talk at XML 2000) RDF: W3C Rec. 2004 OWL: W3C Rec. 2004 OWL2: W3C Rec. 2009

8 8 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 8 BTW: Semantic non-interoperability has real consequences...

9 9 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 9 Working example: People and their relations

10 10 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 10 Approach 1: Centralised

11 11 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 11 Approach 2: Decentralised / open

12 12 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 12 FOAF (Friend of a Friend) n a machine-readable ontology describing persons, their activities and their relations to other people and objects.machine-readableontologypersons n Anyone can use FOAF to describe him or herself. n FOAF is an extension to RDF and is defined using OWL.RDFOWL n Computers may use these FOAF profiles to find, for example, all people living in Europe, or to list all people both you and a friend of you know. n This is accomplished by defining relationships between people. n Each profile has a unique identifier (such as the person's e-mail addresses, a Jabber ID, or a URI of the homepage or weblog of the person), which is used when defining these relationships.e-mail addressesJabberURI n The FOAF project, which defines and extends the vocabulary of a FOAF profile, was started in 2000 by Libby Miller and Dan Brickley.2000Libby MillerDan Brickley l http://www.foaf-project.org http://www.foaf-project.org n „possibly the single most prevalent use of Semantic Web technologies so far“ – blog software exporting FOAF + RSS (Paolillo et al., 2005)

13 13 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 13 FOAF example (1) <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> Jimmy Wales Jimbo

14 14 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 14 FOAF example (2) Angela Beesley Social-web inferences

15 15 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 15 FOAF extensions (1) <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rel="http://www.perceive.net/schemas/relationship/"> Spiderman Green Goblin

16 16 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 16 FOAF extensions (2) Peter Parker Harry Osborn Norman Osborn

17 17 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 17 FOAF multimedia (1) <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:dc="http://purl.org/dc/elements/1.1/"> Peter Parker Spiderman

18 18 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 18 FOAF multimedia (2) Green Goblin Battle on the Statue Of Liberty

19 19 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 19 What inferences? Ex.: A social-network analysis of LiveJournal FOAF entries (Paolillo et al., 2005) n Interests over time remain similar n Friends over time remain similar n But: the manner in which people elect friends and interests in their LiveJournal profiles is sharply different.... [These differences] represent fundamentally different social behaviors. n What does this mean for recommender systems?

20 20 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 20 Agenda The Semantic Web: Motivation and overview Very brief recap of XML (& why it’s not semantic) RDF and RDFS RDF+RDFS+OWL explained using FOAF

21 21 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 21 You have data … How should you structure it? medium-altitude, long-endurance unmanned aerial vehicle 14.7 meters 512 kilograms 70 knots Here's some data about an aircraft: 400 nautical miles

22 22 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 22 The XML approach is to "wrap" each data item in start/end tags 14.8 meters 512 kilograms 70 knots 400 nautical miles medium-altitude, long-endurance unmanned aerial vehicle RQ-1.xml and define this data schema, e.g. in a DTD

23 23 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 23 XML Terminology 14.8 meters Start tag End tag Data Element

24 24 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 24 Why use XML? n It is a universally accepted standard way of structuring data (syntax). n It is a W3C recommendation (W3C = World Wide Web Consortium) n The marketplace supports it with a lot of free/inexpensive tools. n The alternative to using XML is to define your own proprietary data syntax, and then build your own proprietary tools to support the proprietary syntax (Not a very appealing idea).

25 25 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 25 But: What is this XML snippet talking about, i.e., what are the semantics? … What is a Predator?

26 26 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 26 Predator - which one? n Predator: a medium-altitude, long-endurance unmanned aerial vehicle system. n Predator : one that victimizes, plunders, or destroys, especially for one's own gain. n Predator : an organism that lives by preying on other organisms. n Predator: a company which specializes in camouflage attire. n Predator: a video game. n Predator: software for machine networking. n Predator: a chain of paintball stores.

27 27 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 27 A little more flexibility through namespaces <myThings xmlns:h=http://www.mySchemas.org/TR/aircraft/ xmlns:f="http://www.yourSchemas.com/animals"> OL231-b 14.8 metres Panthera antelopes

28 28 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 28... But this doesn‘t solve the fundamental problems 1. What does nesting mean? 2. What do syntactical variations mean? 3. What do linguistic variations mean? 4. How can we extend our knowledge?

29 29 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 29 1. What does nesting mean? Schema 1 allows for expressions like: Peter Parker...  name being an XML-element of Person means: the person HAS-A... Schema 2 allows for expressions like: Comic-book hero...  type being an XML-element of Person means: the person IS-A... Problems: a) we don‘t know what nesting means, b) even if we do know, we can‘t express this in a machine-readable way (at most build it into an application that uses these XML statements, but that would bury meaning in procedures!)

30 30 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 30 2. What do syntactical variations mean? Schema 1 allows for expressions like: Peter Parker 1932-04-12... Schema 2 allows for expressions like: Comic-book hero... Problems: a) what does it mean for some information to be an XML- element vs. an XML-attribute? b) even if we do know that they are the same, we can‘t express this in a machine-readable way, for example to combine the information from the two sources (same remark about applications as in 1.)

31 31 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 31 3. What do linguistic variations mean? Schema 1 allows for expressions like: Peter Parker... Schema 2 allows for expressions like: Peter Parker... Problems: a) we do not know whether elements from different data sources that differ by, e.g. natural, language, are the same or not b) even if we do know that they are the same, we can‘t express this in a machine-readable way, for example to combine the information from the two sources (same remark about applications as in 1.)

32 32 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 32 4. How can we extend our knowledge? Schema 1 allows for expressions like: Picture http://www.example.org/Pictures/myPic.png Peter Parker... Schema 2 allows for expressions like: http://www.example.org/Pictures/myPic.png CreativeCommons... Problems: a) we cannot refine our schema information by that provided by another source b) even if we can be sure about principal linkability (here: via the URL), we can‘t express this in a machine-readable way, for example to combine the information from the two sources (same remark about applications as in 1.)

33 33 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 33 Summary: XML not well-suited for conceptual modelling and therefore not suited for truly semantic markup XML makes no commitment on:  Domain-specific ontological vocabulary  Ontological modeling primitives Requires pre-arranged agreement on  &  Only feasible for closed collaboration n agents in a small & stable community n pages on a small & stable intranet Not suited for sharing Web-resources

34 34 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 34 Solution approach of the „higher levels“ of the Semantic Web 1. Break down information into atomic statements: subject-predicate-object 2. Define (in a formal-semantics way) what each component of each statement means a. Give it a URI (uniform resource identifier) to enable uniform meaning specification b. Define languages to say more about (specify) the meaning (by relating it to other units of meaning – cf. a dictionary in which each word is explained by other words) c. (exception: some components may be literals / strings – these are not defined further) 3. The languages mentioned in 2.b. each add more expressivity: 1. RDF: subject-predicate-object statements (in RDF terminology: a resource has a property with a certain value. 2. RDFS: simple ontology building blocks: class, subclass-of relation, use RDF‘s type to denote that (e.g.) an individual is a instance of a class (= make it possible to define a schema and its instances),... 3. OWL: more advanced ontology building blocks: a class (= concept) is disjoint with another one, is the same as another one; a property is functional, symmetric, the inverse of another one;...

35 35 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 35 Semantic Web vs. Database Advantages of using RDF/RDFS/OWL to define an Ontology: n Extensible: much easier to add new properties. Contrast with a database - adding a new column may break a lot of applications n Portable: much easier to move an OWL document than to move a database. Advantages of using a Database to define an Ontology: n Mature: the database technology has been around a long time and is very mature.

36 36 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 36 Agenda The Semantic Web: Motivation and overview Very brief recap of XML (& why it’s not semantic) RDF and RDFS RDF+RDFS+OWL explained using FOAF

37 37 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 37 What is RDF ? RDF is a data model l the model is domain-neutral, application-neutral l the model can be viewed as directed, labeled graphs or as an object-oriented model (object/attribute/value) RDF data model is an abstract, conceptual layer independent of XML l consequently, XML is a transfer syntax for RDF, not a component of RDF l RDF data might never occur in XML form

38 38 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 38 RDF model RDF “statements” consist of resources (= nodes) which have properties which have values (= nodes,strings) http://www.w3.org/TR/REC-rdf-syntax/ “Ora Lassila” author = subject = predicate = object “http://www.w3.org/TR/REC-rdf-syntax/ has the author Ora Lassila” resource value property

39 39 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 39 RDF Model Example http://www.w3.org/TR/REC-rdf-syntax/ “Ora Lassila” dc:Creator “1999-02-22” dc:Date “W3C” dc:Publisher

40 40 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 40 Complex values So far, values of properties have been strings A graph node (corresponding to a resource) also can be the value of a property n arbitrarily complex tree and graph structures are possible n syntactically, values can be embedded (i.e. lexically in-line) or referenced (linked) Example: http://www.w3.org/TR/REC-rdf-syntax/ “Ora Lassila” dc:Creator “ora.lassila@nokia.com” p:EMail p:Name

41 41 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 41 Complex values (continued) Corresponding triples { “http://www.w3.org/TR/PR-rdf-syntax/”, dc:Creator, x } { x, p:Name, “Ora Lassila” } { x, p:EMail, “ora.lassila@nokia.com” } http://www.w3.org/TR/REC-rdf-syntax/ “Ora Lassila” dc:Creator “ora.lassila@nokia.com” p:EMail p:Name

42 42 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 42 Containers Containers are collections n they allow grouping of resources (or literal values) It is possible to make statements about the container (as a whole) or about its members individually Different types of containers exist n bag - unordered collection n seq - ordered collection (= “sequence”) n alt - represents alternatives It is also possible to create collections based on URI patterns n for example, all files in a particular web site Duplicate values are permitted n there is no mechanism to enforce unique value constraints

43 43 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 43 Containers (continued) http://www.w3.org/TR/REC-rdf-syntax “Ora Lassila” rdf:_1 rdf:Seq dc:Creator rdf:Type “Ralph Swick” rdf:_2

44 44 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 44 Higher-order statements One can make RDF statements about other RDF statements n example: “Ralph believes that the web contains one billion documents” Higher-order statements n allow us to express beliefs (and other modalities) n are important for trust models, digital signatures,etc. n also: metadata about metadata n are represented by modeling RDF in RDF itself

45 45 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 45 Reification n RDF is not really second-order n But it does provide a built-in predicate vocabulary for reification http://www.w3.org/TR/REC-rdf-syntax“Ora Lassila” dc:Creator “Library of Congress” dc:Creator The dotted box corresponds to the following statements { x, rdf:predicate, “dc:creator” } { x, rdf:subject, “http://www.w3.org/TR/RED-rdf-syntax } { x, rdf:object, “Ora Lassila” } { x, rdf:type, “rdf:statement” }

46 46 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 46 Reification pers05 ISBN... Author-of NYT claims ISBN... Any statement can be an object graphs can be nested - reification

47 47 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 47 RDF Schema Defines small vocabulary for RDF: Class, subClassOf, type Property, subPropertyOf domain, range Vocabulary can be used to define other vocabularies for your application domain Person StudentResearcher subClassOf Jeen type hasSuperVisor domain range Frank type hasSuperVisor

48 48 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 48 RDF Schema syntax in XML

49 49 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 49 Ontologies and concepts n An ontology is a conceptual model. n An Ontology is the collection of semantic definitions for a domain. n Example: an Aircraft Ontology is the set of semantic definitions for the Aircraft domain, e.g., Predator is a subClassOf Aircraft. sensorID is a FunctionalProperty. Platform is an equivalentClass to Aircraft. n Predator, Aircraft etc. are concepts.

50 50 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 50 Basic idea of conceptual modelling (not only in SW): The semiotic triangle

51 51 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 51 What is an ontology? (A commonly accepted informal definition and one formal definition) An ontology is „an explicit specification of a shared conceptualisation.“ (Gruber, 1993)

52 52 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 52 Ontologies, decentralization, and bottom-up engineering Communities of users (application builders,...) can n Re-use existing ontologies l Established domain-specific ontologies (e.g., real-estate, medicine, bioinformatics) l All kinds: see the Semantic Web search engine http://swoogle.umbc.edu/ http://swoogle.umbc.edu/ l „The big one“: Cyc, see www.cyc.comwww.cyc.com n Link to existing ontologies (  Ontology matching / alignment) n Extend existing ontologies

53 53 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 53 Ontologies as conceptual models / schemas; or: Database (knowledge base) = Ontology + Instances My Life and Times Illusions First and Last Freedom Paul McCartney Richard Bach J. Krishnamurti June, 1998 1972 1974 title author date BookCatalogue My Life and Times Paul McCartney June, 1998

54 54 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 54 Agenda The Semantic Web: Motivation and overview Very brief recap of XML (& why it’s not semantic) RDF and RDFS RDF+RDFS+OWL explained using FOAF

55 55 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 55 The FOAF specification Textual form: http://xmlns.com/foaf/spec/http://xmlns.com/foaf/spec/ RDF: http://xmlns.com/foaf/spec/index.rdfhttp://xmlns.com/foaf/spec/index.rdf An older version that integrated the WordNet ontology: n Tabular: http://www.schemaweb.info/schema/SchemaInfo.aspx?id=29 http://www.schemaweb.info/schema/SchemaInfo.aspx?id=29 n as RDF: http://www.schemaweb.info/webservices/rest/GetRDFByID.aspx?id=29 http://www.schemaweb.info/webservices/rest/GetRDFByID.aspx?id=29

56 56 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 56 OWL: more details Not that new, but excellent tutorial: Roger L. Costello & David B. Jacobs (2003). OWL Web Ontology Language. http://www.racai.ro/EUROLAN-2003/html/presentations/JamesHendler/owl/OWL.ppt (please note: the other tutorials referenced on slide 3 of that slide set are not available) (please spot the French-language typos ;-) )

57 57 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 57 Agenda The Semantic Web: Motivation and overview Very brief recap of XML (& why it’s not semantic) RDF and RDFS RDF+RDFS+OWL explained using FOAF The Semantic Web (2): Linked Data

58 58 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 58 Used sources (From or based on): p. 6: http://en.wikipedia.org/wiki/Semantic_Webhttp://en.wikipedia.org/wiki/Semantic_Web pp. 21-26, 49: Costello, R.L. & Jacobs, D.B. (2003). A Two Minute Intro to XML. www.daml.org/meetings/2003/05/SWMU/briefings/07_1045_Essential_Building_Blocks.ppt www.daml.org/meetings/2003/05/SWMU/briefings/07_1045_Essential_Building_Blocks.ppt p. 33, pp. 37-48: Unnamed (no date). RDF and XML tutorial. http://lsdis.cs.uga.edu/SemWebCourse/RDF.ppt http://lsdis.cs.uga.edu/SemWebCourse/RDF.ppt p. 35, 53: Costello, R.L. & Jacobs, D.B. (2003). OWL Web Ontology Language. http://www.racai.ro/EUROLAN-2003/html/presentations/JamesHendler/owl/OWL.ppt http://www.racai.ro/EUROLAN-2003/html/presentations/JamesHendler/owl/OWL.ppt pp. 12-14: http://en.wikipedia.org/wiki/FOAF_(software)http://en.wikipedia.org/wiki/FOAF_(software) pp. 15-18: Dodds, L. (2004). An Introduction to FOAF. http://www.xml.com/pub/a/2004/02/04/foaf.html http://www.xml.com/pub/a/2004/02/04/foaf.html Picture credits: see PPT „comments“ field

59 59 Berendt: Advanced databases, 1ste semester 2010/2011, http://www.cs.kuleuven.be/~berendt/teaching/ 59 Further references, background reading; acknowledgements J. C. Paolillo, S. Mercure, and E. Wright. (2005). The social semantics of Livejournal FOAF: Structure and change from 2004 to 2005. In G. Stumme, B. Hoser, C. Schmitz, and H. Alani, editors, Proceedings of the 1st Workshop on Semantic Network Analysis at the ISWC 2005 Conference, pages 69 – 80. http://www.blogninja.com/paolillo-mercure-wright.final.pdf http://www.blogninja.com/paolillo-mercure-wright.final.pdf Specifications: RDF: http://www.w3.org/RDF/, http://www.w3.org/TR/rdf-primerhttp://www.w3.org/RDF/http://www.w3.org/TR/rdf-primer OWL: http://www.w3.org/TR/owl-featureshttp://www.w3.org/TR/owl-features OWL2: http://www.w3.org/TR/owl2-overview/http://www.w3.org/TR/owl2-overview/ FOAF: http://xmlns.com/foaf/spechttp://xmlns.com/foaf/spec


Download ppt "1 Berendt: Advanced databases, 1ste semester 2010/2011, 1 Advanced databases – The Semantic Web (1) Bettina."

Similar presentations


Ads by Google