Cover page images (keys)

Semantic Web @ W3C: Activities, Recommendations and State of Adoption

Athens, GA, USA, 2006-11-09

Ivan Herman, W3C

RDF(S), tools

RDF(S), tools (cont.)

RDF(S), tools (cont.)

Large datasets are accumulating

Ontologies: OWL

Ontologies

Vocabularies

Ontologies, vocabularies

Querying RDF: SPARQL

Some words of warning on SPARQL…

Of course, not everything is so rosy…

How to get RDF data?

Data may be around already…

Data may be extracted (a.k.a. “scraped”)

RDF from XML/XHTML: GRDDL

RDF from XML/XHTML: RDFa

GRDDL & RDFa example

See my public page (marked up both with RDFa and microformats)

SPARQL-ing such data

SELECT DISTINCT ?name ?home ?orgRole ?orgName ?orgHome
# RDFa-ing my home page:
FROM <http://torrez.us/services/rdfa/http://www.w3.org/People/Ivan/>
# GRDDL-ing http://www.w3.org/Member/Mail:
FROM <…online_xslt/xslt?…rdf-in-xhtml-processor&xmlfile=…%2FMember%2FMail%2F…>
WHERE {
    ?foafPerson foaf:mbox ?mail; 
        foaf:homepage ?home.
    ?individual contact:mailbox ?mail; 
        contact:fullName ?name.
    ?orgUnit ?orgRole ?individual; 
         org:name ?orgName; 
         contact:homePage ?orgHome.
}

SPARQL as a unifying point?

diagram showing a sparql that can be connected to an rdf datafile, a document via grddl, and to a database via an sparql/sql bridge

Missing pieces of the SW puzzle…

Rules

Some typical use cases

In an ideal World…

In the real World…

In the real World…

Issues floating around for RDF(S), OWL…

All on the “radar screen” of W3C…

A major problem: messaging

Improve messaging: SWEO

Semantic Web adoption

The “corporate” landscape is moving

Adoption may start with special communities

Some RDF deployment areas (cont)

Some typical adoption problems

Applications are not always very complex…

The Active Semantic Doc picture: a doctor's file with annotations

A major adoption area: data integration

There has been lots of R&D in the area

MuseoSuomi Application dump Traditional Chinese medicine example dump

Not only data integration: eg, portals

Vodafone screen dump

Improved search via ontology: GoPubMed

GoPubMed Application dump

Conclusions

 

Thank you for your attention!

These slides are publicly available on:

http://www.w3.org/2006/Talks/1109-Athens-IH/

in XHTML and PDF formats; the XHTML version has active links that you can follow