7
Semantic Web Overview Open Data Group – 23 rd Feb 2011 @ianibbo This work is licensed under a Creative Commons Attribution 3.0 Unported License.

Gist od2-feb-2011

  • Upload
    ianibbo

  • View
    257

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Gist od2-feb-2011

Semantic Web Overview

Open Data Group – 23rd Feb 2011@ianibbo

This work is licensed under a Creative Commons Attribution 3.0 Unported License.

Page 2: Gist od2-feb-2011

Overview

Scene Setting

Questions you should be able to answer at the end

Major Aspects

Conceptual Model and VisionThe (Distributed) Graph Model

ImplementationDescriptions & Descriptive Bindings - RDF

RDFXML, RDFa, n3, turtle, ntriples

Storage

Retrieval

Page 3: Gist od2-feb-2011

Scene Setting

Semantic Web

Whats it good for?Anyone can say anything – about anything (And thats a

good thing?)

Ability to describe unforseen classes

Whats it not good for?Tabular Data actually not so bad

Updating Tabular Data more of an issue

Frequent/atomic/isolated Updates (anecdotally)

Transactional Capabilities

Modern Search Capabilities – Spatial, Text, other.

Page 4: Gist od2-feb-2011

Conceptual Model - Examples

<ThisPresentation> <DeliveredBy> <Ian>

<Ian> <MemberOf> <GistFoundation>

<GistOpenDataMeetup2> <Date> '23-Feb-2011#date'

<Ian> <FavoriteDrink> <Moonshine>

<GISTLab> <MaxCapacity> '70#int'

<GISTLab> <Hosted> <GistOpenDataMeetup1>

<GISTLab> <Hosted> <GistOpenDataMeetup2>

<GISTLab> <Hosted> <GistOpenDataMeetup3>

Page 5: Gist od2-feb-2011

Conceptual Model - Principles

URI, URI, URI, URI

ISBN's, ISSNs - urn:issn:1535-3613

The description and the thing described are not the same thing

Well known strategies for modelling.<ian> == http://ianibbo.me

<ian> == http://ianibbo.me#me

<Subject> <Predicate> <Object>

<URI> <URI> <URI|Literal>

Page 6: Gist od2-feb-2011

Conceptual Model

URI, URI, URI, URI

The description and the thing described are not the same thing

Well known strategies for modelling.

<Subject> <Predicate> <Object>

Page 7: Gist od2-feb-2011

Notes

http://www.w3.org/2002/12/rdf-identifiers/