SlideShare a Scribd company logo
1 of 63
Download to read offline
1




     What is new in W3C land?

2009 Semantic Technology Conference
      San Jose, California, USA
           June 15, 2009

         Ivan Herman, W3C
            ivan@w3.org
2




•   Lots of things are happening at W3C:
    •   technology work
         •   POWDER, OWL 2, RIF, SPARQL, RDFa, SKOS, media
             (primarily video) annotations, Linked Open Data community
    •   thematic Interest Groups (acting or planned)
         •   Health Care and Life Sciences, XBRL, eGovernment
    •   incubator groups
         •   Semantic Sensor Webs, Social Spaces, Product Modelling
3


                    What I will do…
•   Highlight some technologies that have been under
    development
•   … and may not have received all the attention they
    deserve (yet!)
•   Unfortunately, there is no time to go into the details
    of what the thematic groups do
4




•   Some of the topics are part of the conference
    program directly:
    •   RDFa (Tuesday morning, Mark Birbeck)
    •   Linked Data (Tuesday morning, Paul Miller et al)
    •   OWL 2 (Tuesday afternoon panel, Mike Smith et al.)
    •   XBRL (Tuesday afternoon, Dianne Mueller and Dave
        Raggett)
    •   RDF Redux (Tuesday afternoon, Pat Hayes)
    •   OWL 2 RL Reasoning (Thursday afternoon, Chris Matheus)
•   Many of the technologies will be addressed, some
    way or other, in most of the talks, too
But first: do you remember this image from
                                             5




                  last year?
6




•   The Semantic Web has many facets, many
    different communities, many possible emphasis
•   I will take a particular route to link things together
•   But this is not a “canonical” one, there might be
    many different ways of looking at the family of
    technologies
7




A thread that binds lots of of the issues
               together…
8


               Linking Open Data Project
•   I am cheating here a bit…
    •   W3C was, sort of, a midwife assisting at the birth of the LOD
        project
         • it was initiated as a “Community Project” by the SWEO IG
    •   but the child has grown since, became successful, and is
        running fairly independently of W3C
•   That being said…
9


                  Linking Open Data Project
•   Goal:
    •   “expose” open datasets via RDF
    •   set RDF links among the data items from different datasets
         •   a typical example is to set an owl:sameAs between two items in
             different datasets that refer to the same “thing”
    •   set up query endpoints (usually SPARQL)
•   Altogether billions of triples, millions of links…
•   The “seed” for a general Web of Data
10


The LOD “cloud”, March 2008
11


The LOD “cloud”, September 2008
12


The LOD “cloud”, March 2009
13


Applications using the cloud begin to emerge
•   Bookmarking systems, exploration of social
    graphs, financial reporting
•   LOD nodes (eg, DBPedia) provide a set of
    referenceable URI-s for many things
•   Worth looking at the proceedings of the latest
    workshop, for example
    •   April 2009, at WWW2009
    •   http://events.linkeddata.org/ldow2009
14


          Example: integration of “social” data

•   Internal usage of wikis, blogs, RSS, etc, at EDF
      •   goal is to manage the flow of information better
•   Items are integrated via
      •   RDF as a unifying format
      •   simple vocabularies like SIOC, FOAF, MOAT (all public)
      •   internal data is combined with linked open data like
          Geonames
      •   SPARQL is used for internal queries
•   Details are hidden from end users (via plugins,
    extra layers, etc)


Courtesy of A. Passant, EDF R&D and LaLIC, UniversitĂŠ Paris-Sorbonne, (SWEO Case Study)
15


          Example: integration of “social” data




Courtesy of A. Passant, EDF R&D and LaLIC, UniversitĂŠ Paris-Sorbonne, (SWEO Case Study)
16


          Example: integration of “social” data




Courtesy of A. Passant, EDF R&D and LaLIC, UniversitĂŠ Paris-Sorbonne, (SWEO Case Study)
17


Application areas add their own “sub-cloud”
•   Some “bio” related blobs were added by W3C’s
    HCLS IG
•   The eGovernment IG plans to do the same
18




Challenge: get the data out there!
19


                  How to access a database
•   Many of the LOD blobs come from relational
    databases
•   Issue: how to “map” a relational database content
    to RDF
    •   different tools exist (Virtuoso’s RDF view, D2RQ, Triplify,
        R2O, Dartgrid toolkit, Asio, RDBToOnto)
    •   the W3C RDB2RDF Incubator Group published a survey:
         •   http://www.w3.org/2005/Incubator/rdb2rdf/RDB2RDF_SurveyR
             eport.pdf
20


           How to access a database (cont.)
•   A new RDB2RDF Working Group is planned
•   Goal:
    •   “standardize a language for mapping relational data and
        relational database schemas into RDF and OWL”
    •   how to assign public identifiers to database entries
    •   group should start in July/August, watch the news and join!
21


                   Data in other formats
•   But many data are in XML, HTML and not in
    databases
•   Fortunately, GRDDL and RDFa are already around
    to easily produce (RDF) data
    •   the usual tools begin to adopt GRDDL and RDFa to retrieve
        RDF automatically
•   These data can be added to the cloud easily
22



Publication of data: SlideShare
23



Publication of data: SlideShare
24

Publication of SVG metadata:
   RDF/XML and/or RDFa
25

Publication of SVG metadata:
   RDF/XML and/or RDFa
How to “assign” RDF data to a collection of
                                                                         26




                   resources?
•   Instead of spelling out information for each
    resource, is it possible to “generate” those?
•   Some examples:
     •   copyright information for all of your photographs
     •   is a Web page collection usable on a mobile phone and how?
     •   bibliographical data for a series of publications
     •   provenance data for a collection of resources
     •   annotation of the data resulting from a scientific experiment
     •   etc
How to “assign” RDF data to a collection of
                                                                         27




                   resources?
•   The issue:
     •   given the URI of the resource (photograph, publication, etc),
         how do I find the relevant RDF data?
POWDER
                                                   28




    (Protocol for Web Description Resources)
•   Lets you define predicates that can be
    automatically assigned to a set of resources
29


POWDER scenario: copyright for photos
30


                     The technical details…
•    The “description resource” is an XML file:
    <powder xmlns="http://www.w3.org/2007/05/powder#"
             xmlns:cc="http://creativecommons.org/ns#">
     <attribution>
       <issuedby src="http://www.ivan-herman.net/me"/>
     </attribution>
     <dr>
       <iriset>
          <includehosts>www.ex2.org</includehost>
          <includepathstartswith>/img/</includepathstartswith>
       </iriset>
       <descriptorset>
          <cc:license rdf:resource="http://cp:..."/>
       </descriptorset>
     </dr>
31


                     The technical details…
•   Powder processors may then return
    •   direct RDF triples, eg:
•
<http://www.ex2.org/img/imgXXX.jpg> cc:license <http://cp:...>.
    •

    •   or can transform this XML file into an OWL for more generic
        processors
         •   a canonical processing of the XML file is defined by the
             POWDER specification
32


                         POWDER Service
•   Online POWDER service can also be set up:
    •   a Web service with
         •   submit a URI and a resource description file
         •   return the RDF statements for that URI
    •   such service should be set up, eg, at W3C
33




Challenge: get the data organized
34




•   Just getting the data out there is not enough
•   Some sort of organization, categorization of data is
    necessary
•   Ie, the LOD needs various sorts of vocabularies to
    rely on
SKOS
                                                                             35




    (Simple Knowledge Organization System)
•   Represent and share classifications, glossaries,
    thesauri, etc
    •   for example:
         •   Dewey Decimal Classification, Art and Architecture Thesaurus,
             ACM classification of keywords and terms…
         •   classification of Web 2.0 type tags
•   Define classes and properties to add those
    structures to an RDF universe
    •   allow for a quick port of this traditional data, combine it with
        other data
36


                             SKOS
•   SKOS is based on a simple structure
    •   the central concept is, well, a “SKOS concept”
    •   concepts can have preferred and alternate labels
    •   a concept may be narrower or broader then another one
    •   concepts may be related to one another
    •   concepts can be collected in “concept schemes”
    •   and that is it (well, almost...)
•   Other resources can then refer to these concepts
    as, eg, their subject
37



Typical example: LC Subject Headings
38



Typical example: LC Subject Headings




                   skos:prefLabel



                       skos:broader
39



Typical example: LC Subject Headings
40




Using the LCSH terms…
41


               Using the LCSH terms…

<http://…/isbn/000651409X>
    dc:title "The Glass Palace"@en;
    dc:subject <http://id.loc.gov/authorities/sh85061165#concept>;
    ...

<http://id.loc.gov/authorities/sh85061165#concept>
    a    skos:Concept;
    skos:prefLabel "Historical Fiction"@en;
    dc:created "2000-08-21T00:00:00-04:00"^^xsd:dateTime;
    skos:broader <http://id.loc.gov/authorities/sh85048050#concept>;
    ...

<http://id.loc.gov/authorities/sh85048050#concept>
    a skos:Concept;
    skos:prefLabel "Literature"@en;
    skos:narrower <http://id.loc.gov/authorities/sh85061165#concept>;
    ...
42



                     Another Thesaurus example




Courtesy of Timo Borst and Joachim Neubert, German Nat. Libr. of Economics, (SWEO Case Study)
43


    Vocabularies on the LOD (and elsewhere)
•   The LOD blobs include a number of vocabularies
    •   UMBEL, OpenCyc, Yago, …
•   The level of formality may be different
    •   in some cases a simple structure is way enough
    •   in some cases a much more formal system is necessary
44


                        SKOS and OWL
•   SKOS is geared towards specific (though large)
    use cases, like
    •   taxonomies, glossaries, …
    •   annotations of complex structures (including ontologies)
•   SKOS is a based on a very simple usage of OWL
    •   using some simple OWL Full constructions
    •   the emphasis is on organization and not on logical inferences
•   “OWL is a Harley-Davison, SKOS is a mountain
    bike” — (Tom Baker, co-chair of the relevant WG)
45


          But, of course, there is also OWL
•   The LOD does create new challenges due to the
    amount of data
    •   running a full and complete OWL DL inference might be a
        challenge, to say the least...
•   OWL 2 introduces “profiles” that might be better fit
    for many applications
    •   restrictions on which OWL term can be used in under what
        circumstances
46


                        OWL 2 profiles
•   Three profiles have been defined
    •   Classification and instance queries in polynomial time: OWL-
        EL
    •   Implementable on top of conventional relational database
        engines: OWL-QL
    •   Implementable on top of traditional rule engines: OWL-RL
•   Come to the OWL 2 panel if you want to hear
    more…
47


                              Rules
•   OWL 2 RL shows the importance of rule engines
•   W3C's Rule work (RIF) is getting to completion
    •   b.t.w., OWL 2 RL can be expressed in RIF
•   I have no time to go into details here...
48




Query the data
49


               Querying the data: SPARQL
•   Is a W3C Standard since January 2008
    •   it has already become one of the absolutely essential
        technologies on the SW
    •   all LOD blobs offer a “SPARQL endpoint”
    •   there is even a SPARQL endpoint for the whole LOD
50


SPARQL as a unifying point!
51


             New SPARQL WG: Goals
•   To define a small set of extensions to SPARQL
•   No complex change, backward compatibility
•   Listen to user and implementation experiences of
    the past few years
•   Group started in February 2009
52


                        Planned features
•   Update, ie, ability to change the RDF store
•   Service description framework
    •   what type of extensions, inference possibilities, etc, are
        available at the endpoint
•   Addition to the query language
    •   aggregate functions
    •   subqueries
    •   negation
    •   project expressions
53


                      Planned features
                (tentative syntax examples)
•    Aggregate functions and project expressions:
•
 SELECT AVG(?age) AS average_age WHERE { .... }
•SELECT (?age < 18) AS minor WHERE { ... }


•    Subqueries:
•
    SELECT ?person (SELECT ?n WHERE { ?person foaf:name ?n } LIMIT 1)
    WHERE• { <http://www.ivan-herman.net/me> foaf:knows ?person. }



•    Negation:
    SELECT *
    WHERE { ?x :p ?v. UNSAID { ?x :q ?v. } }
54


           Possible features (time permitting)
•   Definition of “entailment regimes”
    •   RDFS, OWL Profiles, RIF
•   Property paths
•   Commonly used functions (eg, string manipulation)
•   Basic control for federated queries
•   Additional query language syntax
    •   commas in select lists, some operators in filters
55




Are we done?
56


                        Certainly not…
•   There are a number of issues, problems
    •   missing functionalities, unsolved problems
    •   misconceptions, messaging problems
    •   need for more applications, deployment, acceptance
    •   we need more experts
    •   etc
57


        Number of issues raised by the LOD…
•   Description of datasets
•   Semi-automatic generation of links among
    datasets
    •   it is a bit like ontology alignment but on instances
•   The “ID Jungle”
    •   what to do when the same concept (like a specific person)
        has a large number of URI-s
    •   owl:sameAs may not be the best choice in all cases
58


                             Other items…
•   Security, trust, provenance
        •   combining cryptographic techniques with the RDF model,
            sign a portion of the graph, etc
        •   trust models
•   What does reasoning mean on billions of triples?
    •       incomplete reasoning: “give me what you can in 2 minutes,
            even if it is not complete”
59


            Some future items: uncertainty
•   Fuzzy logic
    •   look at alternatives of DL based on fuzzy logic
    •   alternatively, extend RDF(S) with fuzzy notions
•   Probabilistic statements
    •   have an OWL class membership with a specific probability
    •   combine reasoners with Bayesian networks
•   A W3C Incubator Group issued a report on the
    current status, possibilities, directions, etc
    •   report published in April 2008
60


           Revision of the RDF model?
•   Some restrictions in RDF may be unnecessary
    (bNodes as predicates, literals as subject, …)
•   Semantics of bNodes
•   Named graphs
•   Syntax issues in RDF/XML
•   …
61


                      Conclusions
•   Many things are happening at W3C to evolve the
    Semantic Web
•   Many more issues are still to be done…
•   So join the club! After all, this is really a community
    effort…
62


           Just some announcements…
•   POWDER Proposed Recommendation published
    on June 5
•   SKOS Proposed Recommendation published…
    today
•   OWL 2 Candidate Recommendation published…
    today
•
    RIF 2nd Last Call published later this week
63




       Thank you for your attention!

          And enjoy the conference!


These slides are also available on the Web:

  http://www.w3.org/2009/Talks/0615-SanJose-talk-IH/

More Related Content

What's hot

A Big Picture in Research Data Management
A Big Picture in Research Data ManagementA Big Picture in Research Data Management
A Big Picture in Research Data ManagementCarole Goble
 
Using the Semantic Web Stack to Make Big Data Smarter
Using the Semantic Web Stack to Make  Big Data SmarterUsing the Semantic Web Stack to Make  Big Data Smarter
Using the Semantic Web Stack to Make Big Data SmarterMatheus Mota
 
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingTaxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingSemantic Web Company
 
Semantics for Big Data Integration and Analysis
Semantics for Big Data Integration and AnalysisSemantics for Big Data Integration and Analysis
Semantics for Big Data Integration and AnalysisCraig Knoblock
 
Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Gautier Poupeau
 
How Semantics Solves Big Data Challenges
How Semantics Solves Big Data ChallengesHow Semantics Solves Big Data Challenges
How Semantics Solves Big Data ChallengesDATAVERSITY
 
Managing Metadata for Science and Technology Studies: the RISIS case
Managing Metadata for Science and Technology Studies: the RISIS caseManaging Metadata for Science and Technology Studies: the RISIS case
Managing Metadata for Science and Technology Studies: the RISIS caseRinke Hoekstra
 
Creating knowledge out of interlinked data
Creating knowledge out of interlinked dataCreating knowledge out of interlinked data
Creating knowledge out of interlinked dataSĂśren Auer
 
Linked data introduction w exempel
Linked data introduction w exempelLinked data introduction w exempel
Linked data introduction w exempelKerstin Forsberg
 
Big Data and the Semantic Web: Challenges and Opportunities
Big Data and the Semantic Web: Challenges and OpportunitiesBig Data and the Semantic Web: Challenges and Opportunities
Big Data and the Semantic Web: Challenges and OpportunitiesSrinath Srinivasa
 
What's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked DatasetsWhat's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked DatasetsStefan Dietze
 
Provenance and Reuse of Open Data (PILOD 2.0 June 2014)
Provenance and Reuse of Open Data (PILOD 2.0 June 2014)Provenance and Reuse of Open Data (PILOD 2.0 June 2014)
Provenance and Reuse of Open Data (PILOD 2.0 June 2014)Rinke Hoekstra
 
DCMI Keynote: Bridging the Semantic Gaps and Interoperability
DCMI Keynote: Bridging the Semantic Gaps and InteroperabilityDCMI Keynote: Bridging the Semantic Gaps and Interoperability
DCMI Keynote: Bridging the Semantic Gaps and InteroperabilityMike Bergman
 
Metadata Provenance Tutorial at SWIB 13, Part 1
Metadata Provenance Tutorial at SWIB 13, Part 1Metadata Provenance Tutorial at SWIB 13, Part 1
Metadata Provenance Tutorial at SWIB 13, Part 1Kai Eckert
 
Prov-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance VisualizationProv-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance VisualizationRinke Hoekstra
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsCarole Goble
 
Data Communities - reusable data in and outside your organization.
Data Communities - reusable data in and outside your organization.Data Communities - reusable data in and outside your organization.
Data Communities - reusable data in and outside your organization.Paul Groth
 
Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...
Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...
Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...Cataldo Musto
 

What's hot (20)

A Big Picture in Research Data Management
A Big Picture in Research Data ManagementA Big Picture in Research Data Management
A Big Picture in Research Data Management
 
Using the Semantic Web Stack to Make Big Data Smarter
Using the Semantic Web Stack to Make  Big Data SmarterUsing the Semantic Web Stack to Make  Big Data Smarter
Using the Semantic Web Stack to Make Big Data Smarter
 
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge ModellingTaxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
Taxonomies and Ontologies – The Yin and Yang of Knowledge Modelling
 
Semantics for Big Data Integration and Analysis
Semantics for Big Data Integration and AnalysisSemantics for Big Data Integration and Analysis
Semantics for Big Data Integration and Analysis
 
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
 
Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...
 
How Semantics Solves Big Data Challenges
How Semantics Solves Big Data ChallengesHow Semantics Solves Big Data Challenges
How Semantics Solves Big Data Challenges
 
Managing Metadata for Science and Technology Studies: the RISIS case
Managing Metadata for Science and Technology Studies: the RISIS caseManaging Metadata for Science and Technology Studies: the RISIS case
Managing Metadata for Science and Technology Studies: the RISIS case
 
Creating knowledge out of interlinked data
Creating knowledge out of interlinked dataCreating knowledge out of interlinked data
Creating knowledge out of interlinked data
 
Linked data introduction w exempel
Linked data introduction w exempelLinked data introduction w exempel
Linked data introduction w exempel
 
Big Data and the Semantic Web: Challenges and Opportunities
Big Data and the Semantic Web: Challenges and OpportunitiesBig Data and the Semantic Web: Challenges and Opportunities
Big Data and the Semantic Web: Challenges and Opportunities
 
What's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked DatasetsWhat's all the data about? - Linking and Profiling of Linked Datasets
What's all the data about? - Linking and Profiling of Linked Datasets
 
Provenance and Reuse of Open Data (PILOD 2.0 June 2014)
Provenance and Reuse of Open Data (PILOD 2.0 June 2014)Provenance and Reuse of Open Data (PILOD 2.0 June 2014)
Provenance and Reuse of Open Data (PILOD 2.0 June 2014)
 
DCMI Keynote: Bridging the Semantic Gaps and Interoperability
DCMI Keynote: Bridging the Semantic Gaps and InteroperabilityDCMI Keynote: Bridging the Semantic Gaps and Interoperability
DCMI Keynote: Bridging the Semantic Gaps and Interoperability
 
Metadata Provenance Tutorial at SWIB 13, Part 1
Metadata Provenance Tutorial at SWIB 13, Part 1Metadata Provenance Tutorial at SWIB 13, Part 1
Metadata Provenance Tutorial at SWIB 13, Part 1
 
Prov-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance VisualizationProv-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance Visualization
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research Objects
 
Hadoop
HadoopHadoop
Hadoop
 
Data Communities - reusable data in and outside your organization.
Data Communities - reusable data in and outside your organization.Data Communities - reusable data in and outside your organization.
Data Communities - reusable data in and outside your organization.
 
Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...
Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...
Tuning Personalized PageRank for Semantics-aware Recommendations based on Lin...
 

Viewers also liked

Of Cataloging & Context
Of Cataloging & ContextOf Cataloging & Context
Of Cataloging & Contextcharper
 
20091210 Best Portal Leibniz Meeting
20091210 Best Portal Leibniz Meeting20091210 Best Portal Leibniz Meeting
20091210 Best Portal Leibniz MeetingRinke Hoekstra
 
On Monetizing Bragging Rights and Pride of Place
On Monetizing Bragging Rights and Pride of PlaceOn Monetizing Bragging Rights and Pride of Place
On Monetizing Bragging Rights and Pride of PlaceWyatt Boyd
 
Content Markup / Plazi
Content Markup / PlaziContent Markup / Plazi
Content Markup / Plazivbrant
 
Ai Planning For Semantic Web Service Composition
Ai Planning For Semantic Web Service CompositionAi Planning For Semantic Web Service Composition
Ai Planning For Semantic Web Service Compositionahmad bassiouny
 
el cinemascope de la web social a travĂŠs de un kaleidoscopio
el cinemascope de la web social a travĂŠs de un kaleidoscopioel cinemascope de la web social a travĂŠs de un kaleidoscopio
el cinemascope de la web social a travĂŠs de un kaleidoscopioCarlos Correa
 
BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2
BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2
BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2Rinke Hoekstra
 
Linked Data and Images: Building Blocks for Cultural Heritage
Linked Data and Images: Building Blocks for Cultural HeritageLinked Data and Images: Building Blocks for Cultural Heritage
Linked Data and Images: Building Blocks for Cultural HeritageRobert Sanderson
 

Viewers also liked (18)

Of Cataloging & Context
Of Cataloging & ContextOf Cataloging & Context
Of Cataloging & Context
 
Mobile Web
Mobile WebMobile Web
Mobile Web
 
20091210 Best Portal Leibniz Meeting
20091210 Best Portal Leibniz Meeting20091210 Best Portal Leibniz Meeting
20091210 Best Portal Leibniz Meeting
 
On Monetizing Bragging Rights and Pride of Place
On Monetizing Bragging Rights and Pride of PlaceOn Monetizing Bragging Rights and Pride of Place
On Monetizing Bragging Rights and Pride of Place
 
Content Markup / Plazi
Content Markup / PlaziContent Markup / Plazi
Content Markup / Plazi
 
Ai Planning For Semantic Web Service Composition
Ai Planning For Semantic Web Service CompositionAi Planning For Semantic Web Service Composition
Ai Planning For Semantic Web Service Composition
 
el cinemascope de la web social a travĂŠs de un kaleidoscopio
el cinemascope de la web social a travĂŠs de un kaleidoscopioel cinemascope de la web social a travĂŠs de un kaleidoscopio
el cinemascope de la web social a travĂŠs de un kaleidoscopio
 
BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2
BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2
BestMap: Context-Aware SKOS Vocabulary Mappings in OWL 2
 
NISO/DCMI Webinar: Metadata Harmonization: Making Standards Work Together
NISO/DCMI Webinar: Metadata Harmonization: Making Standards Work TogetherNISO/DCMI Webinar: Metadata Harmonization: Making Standards Work Together
NISO/DCMI Webinar: Metadata Harmonization: Making Standards Work Together
 
Linked Data and Images: Building Blocks for Cultural Heritage
Linked Data and Images: Building Blocks for Cultural HeritageLinked Data and Images: Building Blocks for Cultural Heritage
Linked Data and Images: Building Blocks for Cultural Heritage
 
Bulock Collection Management for OA Resources
Bulock Collection Management for OA ResourcesBulock Collection Management for OA Resources
Bulock Collection Management for OA Resources
 
Rodriguez No Free Lunch Sept 7
Rodriguez No Free Lunch Sept 7Rodriguez No Free Lunch Sept 7
Rodriguez No Free Lunch Sept 7
 
Baker - Evolution of Data Products and Designated Audiences
Baker - Evolution of Data Products and Designated AudiencesBaker - Evolution of Data Products and Designated Audiences
Baker - Evolution of Data Products and Designated Audiences
 
Briney - Leveling Up Data Management - With Notes
Briney - Leveling Up Data Management - With NotesBriney - Leveling Up Data Management - With Notes
Briney - Leveling Up Data Management - With Notes
 
Muilenburg - Know Your Audience - Sept 8
Muilenburg - Know Your Audience - Sept 8Muilenburg - Know Your Audience - Sept 8
Muilenburg - Know Your Audience - Sept 8
 
Smith - Developing Campus Stakeholders' Collaborations - Sept 8
Smith - Developing Campus Stakeholders' Collaborations - Sept 8Smith - Developing Campus Stakeholders' Collaborations - Sept 8
Smith - Developing Campus Stakeholders' Collaborations - Sept 8
 
Emery - Buying Openly - NISO Sept 7
Emery - Buying Openly - NISO Sept 7Emery - Buying Openly - NISO Sept 7
Emery - Buying Openly - NISO Sept 7
 
Briney - Leveling Up Data Management - Sept 8
Briney - Leveling Up Data Management - Sept 8Briney - Leveling Up Data Management - Sept 8
Briney - Leveling Up Data Management - Sept 8
 

Similar to What is New in W3C land?

Vila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxLIS EPI Meeting
 
Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
Breaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsBreaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsJohn Breslin
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareIMC Technologies
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Cory Lampert
 
Charper.lawdi.20120601
Charper.lawdi.20120601Charper.lawdi.20120601
Charper.lawdi.20120601charper
 
MARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archivesMARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archivesDorothea Salo
 
IASSIT Kansa Presentation
IASSIT Kansa PresentationIASSIT Kansa Presentation
IASSIT Kansa Presentationekansa
 
ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2Martin Hepp
 
GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2guestecacad2
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto GarcĂ­a
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataMinerva Lin
 
Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.Jon Voss
 

Similar to What is New in W3C land? (20)

Vila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-redux
 
Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & Museums
 
Breaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsBreaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social Semantics
 
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
 
Linked Data
Linked DataLinked Data
Linked Data
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & Museums
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 
Charper.lawdi.20120601
Charper.lawdi.20120601Charper.lawdi.20120601
Charper.lawdi.20120601
 
MARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archivesMARC and BIBFRAME; Linking libraries and archives
MARC and BIBFRAME; Linking libraries and archives
 
IASSIT Kansa Presentation
IASSIT Kansa PresentationIASSIT Kansa Presentation
IASSIT Kansa Presentation
 
ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2
 
GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
NISO Webinar: Library Linked Data: From Vision to Reality
NISO Webinar: Library Linked Data: From Vision to RealityNISO Webinar: Library Linked Data: From Vision to Reality
NISO Webinar: Library Linked Data: From Vision to Reality
 
Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural data
 
Publishing Linked Data from RDB
Publishing Linked Data from RDBPublishing Linked Data from RDB
Publishing Linked Data from RDB
 
Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.Intro to Linked Open Data in Libraries Archives & Museums.
Intro to Linked Open Data in Libraries Archives & Museums.
 
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
 

More from Ivan Herman

The convergence of Publishing and the Web
The convergence of Publishing and the WebThe convergence of Publishing and the Web
The convergence of Publishing and the WebIvan Herman
 
Livres NumĂŠriques / Web : Construire la Convergence
Livres NumĂŠriques / Web : Construire la ConvergenceLivres NumĂŠriques / Web : Construire la Convergence
Livres NumĂŠriques / Web : Construire la ConvergenceIvan Herman
 
W3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateW3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateIvan Herman
 
Bridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEBBridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEBIvan Herman
 
W3C and Digital Publishing
W3C and Digital PublishingW3C and Digital Publishing
W3C and Digital PublishingIvan Herman
 
W3C et les publications numĂŠriques
W3C et les publications numĂŠriquesW3C et les publications numĂŠriques
W3C et les publications numĂŠriquesIvan Herman
 
Digital Publishing and the Open Web Platform
Digital Publishing and the Open Web PlatformDigital Publishing and the Open Web Platform
Digital Publishing and the Open Web PlatformIvan Herman
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open DataIvan Herman
 
The W3C Prov Vocabulary
The W3C Prov VocabularyThe W3C Prov Vocabulary
The W3C Prov VocabularyIvan Herman
 
Semantic Web and Related Work at W3C
Semantic Web and Related Work at W3CSemantic Web and Related Work at W3C
Semantic Web and Related Work at W3CIvan Herman
 
On scholarly communication (report of a Dagstuhl workshop)
On scholarly communication (report of a Dagstuhl workshop)On scholarly communication (report of a Dagstuhl workshop)
On scholarly communication (report of a Dagstuhl workshop)Ivan Herman
 
Introduction to RDFa
Introduction to RDFaIntroduction to RDFa
Introduction to RDFaIvan Herman
 
RDFa Tutorial
RDFa TutorialRDFa Tutorial
RDFa TutorialIvan Herman
 
Introduction to Semantic Web Technologies
Introduction to Semantic Web TechnologiesIntroduction to Semantic Web Technologies
Introduction to Semantic Web TechnologiesIvan Herman
 
A year on the Semantic Web @ W3C
A year on the Semantic Web @ W3CA year on the Semantic Web @ W3C
A year on the Semantic Web @ W3CIvan Herman
 
Introduction to Semantic Web
Introduction to Semantic WebIntroduction to Semantic Web
Introduction to Semantic WebIvan Herman
 
What is the Semantic Web
What is the Semantic WebWhat is the Semantic Web
What is the Semantic WebIvan Herman
 
Some news about the SW
Some news about the SWSome news about the SW
Some news about the SWIvan Herman
 
What is the Semantic Web (in 15 minutes...)
What is the Semantic Web (in 15 minutes...)What is the Semantic Web (in 15 minutes...)
What is the Semantic Web (in 15 minutes...)Ivan Herman
 
Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008
Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008
Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008Ivan Herman
 

More from Ivan Herman (20)

The convergence of Publishing and the Web
The convergence of Publishing and the WebThe convergence of Publishing and the Web
The convergence of Publishing and the Web
 
Livres NumĂŠriques / Web : Construire la Convergence
Livres NumĂŠriques / Web : Construire la ConvergenceLivres NumĂŠriques / Web : Construire la Convergence
Livres NumĂŠriques / Web : Construire la Convergence
 
W3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateW3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group Update
 
Bridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEBBridging the Web and Digital Publishing: EPUBWEB
Bridging the Web and Digital Publishing: EPUBWEB
 
W3C and Digital Publishing
W3C and Digital PublishingW3C and Digital Publishing
W3C and Digital Publishing
 
W3C et les publications numĂŠriques
W3C et les publications numĂŠriquesW3C et les publications numĂŠriques
W3C et les publications numĂŠriques
 
Digital Publishing and the Open Web Platform
Digital Publishing and the Open Web PlatformDigital Publishing and the Open Web Platform
Digital Publishing and the Open Web Platform
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
 
The W3C Prov Vocabulary
The W3C Prov VocabularyThe W3C Prov Vocabulary
The W3C Prov Vocabulary
 
Semantic Web and Related Work at W3C
Semantic Web and Related Work at W3CSemantic Web and Related Work at W3C
Semantic Web and Related Work at W3C
 
On scholarly communication (report of a Dagstuhl workshop)
On scholarly communication (report of a Dagstuhl workshop)On scholarly communication (report of a Dagstuhl workshop)
On scholarly communication (report of a Dagstuhl workshop)
 
Introduction to RDFa
Introduction to RDFaIntroduction to RDFa
Introduction to RDFa
 
RDFa Tutorial
RDFa TutorialRDFa Tutorial
RDFa Tutorial
 
Introduction to Semantic Web Technologies
Introduction to Semantic Web TechnologiesIntroduction to Semantic Web Technologies
Introduction to Semantic Web Technologies
 
A year on the Semantic Web @ W3C
A year on the Semantic Web @ W3CA year on the Semantic Web @ W3C
A year on the Semantic Web @ W3C
 
Introduction to Semantic Web
Introduction to Semantic WebIntroduction to Semantic Web
Introduction to Semantic Web
 
What is the Semantic Web
What is the Semantic WebWhat is the Semantic Web
What is the Semantic Web
 
Some news about the SW
Some news about the SWSome news about the SW
Some news about the SW
 
What is the Semantic Web (in 15 minutes...)
What is the Semantic Web (in 15 minutes...)What is the Semantic Web (in 15 minutes...)
What is the Semantic Web (in 15 minutes...)
 
Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008
Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008
Semantic Web Tutorial at ESTC2008, Vienna, on September 24, 2008
 

Recently uploaded

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Christopher Logan Kennedy
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 

Recently uploaded (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

What is New in W3C land?

  • 1. 1 What is new in W3C land? 2009 Semantic Technology Conference San Jose, California, USA June 15, 2009 Ivan Herman, W3C ivan@w3.org
  • 2. 2 • Lots of things are happening at W3C: • technology work • POWDER, OWL 2, RIF, SPARQL, RDFa, SKOS, media (primarily video) annotations, Linked Open Data community • thematic Interest Groups (acting or planned) • Health Care and Life Sciences, XBRL, eGovernment • incubator groups • Semantic Sensor Webs, Social Spaces, Product Modelling
  • 3. 3 What I will do… • Highlight some technologies that have been under development • … and may not have received all the attention they deserve (yet!) • Unfortunately, there is no time to go into the details of what the thematic groups do
  • 4. 4 • Some of the topics are part of the conference program directly: • RDFa (Tuesday morning, Mark Birbeck) • Linked Data (Tuesday morning, Paul Miller et al) • OWL 2 (Tuesday afternoon panel, Mike Smith et al.) • XBRL (Tuesday afternoon, Dianne Mueller and Dave Raggett) • RDF Redux (Tuesday afternoon, Pat Hayes) • OWL 2 RL Reasoning (Thursday afternoon, Chris Matheus) • Many of the technologies will be addressed, some way or other, in most of the talks, too
  • 5. But first: do you remember this image from 5 last year?
  • 6. 6 • The Semantic Web has many facets, many different communities, many possible emphasis • I will take a particular route to link things together • But this is not a “canonical” one, there might be many different ways of looking at the family of technologies
  • 7. 7 A thread that binds lots of of the issues together…
  • 8. 8 Linking Open Data Project • I am cheating here a bit… • W3C was, sort of, a midwife assisting at the birth of the LOD project • it was initiated as a “Community Project” by the SWEO IG • but the child has grown since, became successful, and is running fairly independently of W3C • That being said…
  • 9. 9 Linking Open Data Project • Goal: • “expose” open datasets via RDF • set RDF links among the data items from different datasets • a typical example is to set an owl:sameAs between two items in different datasets that refer to the same “thing” • set up query endpoints (usually SPARQL) • Altogether billions of triples, millions of links… • The “seed” for a general Web of Data
  • 13. 13 Applications using the cloud begin to emerge • Bookmarking systems, exploration of social graphs, financial reporting • LOD nodes (eg, DBPedia) provide a set of referenceable URI-s for many things • Worth looking at the proceedings of the latest workshop, for example • April 2009, at WWW2009 • http://events.linkeddata.org/ldow2009
  • 14. 14 Example: integration of “social” data • Internal usage of wikis, blogs, RSS, etc, at EDF • goal is to manage the flow of information better • Items are integrated via • RDF as a unifying format • simple vocabularies like SIOC, FOAF, MOAT (all public) • internal data is combined with linked open data like Geonames • SPARQL is used for internal queries • Details are hidden from end users (via plugins, extra layers, etc) Courtesy of A. Passant, EDF R&D and LaLIC, UniversitĂŠ Paris-Sorbonne, (SWEO Case Study)
  • 15. 15 Example: integration of “social” data Courtesy of A. Passant, EDF R&D and LaLIC, UniversitĂŠ Paris-Sorbonne, (SWEO Case Study)
  • 16. 16 Example: integration of “social” data Courtesy of A. Passant, EDF R&D and LaLIC, UniversitĂŠ Paris-Sorbonne, (SWEO Case Study)
  • 17. 17 Application areas add their own “sub-cloud” • Some “bio” related blobs were added by W3C’s HCLS IG • The eGovernment IG plans to do the same
  • 18. 18 Challenge: get the data out there!
  • 19. 19 How to access a database • Many of the LOD blobs come from relational databases • Issue: how to “map” a relational database content to RDF • different tools exist (Virtuoso’s RDF view, D2RQ, Triplify, R2O, Dartgrid toolkit, Asio, RDBToOnto) • the W3C RDB2RDF Incubator Group published a survey: • http://www.w3.org/2005/Incubator/rdb2rdf/RDB2RDF_SurveyR eport.pdf
  • 20. 20 How to access a database (cont.) • A new RDB2RDF Working Group is planned • Goal: • “standardize a language for mapping relational data and relational database schemas into RDF and OWL” • how to assign public identifiers to database entries • group should start in July/August, watch the news and join!
  • 21. 21 Data in other formats • But many data are in XML, HTML and not in databases • Fortunately, GRDDL and RDFa are already around to easily produce (RDF) data • the usual tools begin to adopt GRDDL and RDFa to retrieve RDF automatically • These data can be added to the cloud easily
  • 24. 24 Publication of SVG metadata: RDF/XML and/or RDFa
  • 25. 25 Publication of SVG metadata: RDF/XML and/or RDFa
  • 26. How to “assign” RDF data to a collection of 26 resources? • Instead of spelling out information for each resource, is it possible to “generate” those? • Some examples: • copyright information for all of your photographs • is a Web page collection usable on a mobile phone and how? • bibliographical data for a series of publications • provenance data for a collection of resources • annotation of the data resulting from a scientific experiment • etc
  • 27. How to “assign” RDF data to a collection of 27 resources? • The issue: • given the URI of the resource (photograph, publication, etc), how do I find the relevant RDF data?
  • 28. POWDER 28 (Protocol for Web Description Resources) • Lets you define predicates that can be automatically assigned to a set of resources
  • 30. 30 The technical details… • The “description resource” is an XML file: <powder xmlns="http://www.w3.org/2007/05/powder#" xmlns:cc="http://creativecommons.org/ns#"> <attribution> <issuedby src="http://www.ivan-herman.net/me"/> </attribution> <dr> <iriset> <includehosts>www.ex2.org</includehost> <includepathstartswith>/img/</includepathstartswith> </iriset> <descriptorset> <cc:license rdf:resource="http://cp:..."/> </descriptorset> </dr>
  • 31. 31 The technical details… • Powder processors may then return • direct RDF triples, eg: • <http://www.ex2.org/img/imgXXX.jpg> cc:license <http://cp:...>. • • or can transform this XML file into an OWL for more generic processors • a canonical processing of the XML file is defined by the POWDER specification
  • 32. 32 POWDER Service • Online POWDER service can also be set up: • a Web service with • submit a URI and a resource description file • return the RDF statements for that URI • such service should be set up, eg, at W3C
  • 33. 33 Challenge: get the data organized
  • 34. 34 • Just getting the data out there is not enough • Some sort of organization, categorization of data is necessary • Ie, the LOD needs various sorts of vocabularies to rely on
  • 35. SKOS 35 (Simple Knowledge Organization System) • Represent and share classifications, glossaries, thesauri, etc • for example: • Dewey Decimal Classification, Art and Architecture Thesaurus, ACM classification of keywords and terms… • classification of Web 2.0 type tags • Define classes and properties to add those structures to an RDF universe • allow for a quick port of this traditional data, combine it with other data
  • 36. 36 SKOS • SKOS is based on a simple structure • the central concept is, well, a “SKOS concept” • concepts can have preferred and alternate labels • a concept may be narrower or broader then another one • concepts may be related to one another • concepts can be collected in “concept schemes” • and that is it (well, almost...) • Other resources can then refer to these concepts as, eg, their subject
  • 37. 37 Typical example: LC Subject Headings
  • 38. 38 Typical example: LC Subject Headings skos:prefLabel skos:broader
  • 39. 39 Typical example: LC Subject Headings
  • 40. 40 Using the LCSH terms…
  • 41. 41 Using the LCSH terms… <http://…/isbn/000651409X> dc:title "The Glass Palace"@en; dc:subject <http://id.loc.gov/authorities/sh85061165#concept>; ... <http://id.loc.gov/authorities/sh85061165#concept> a skos:Concept; skos:prefLabel "Historical Fiction"@en; dc:created "2000-08-21T00:00:00-04:00"^^xsd:dateTime; skos:broader <http://id.loc.gov/authorities/sh85048050#concept>; ... <http://id.loc.gov/authorities/sh85048050#concept> a skos:Concept; skos:prefLabel "Literature"@en; skos:narrower <http://id.loc.gov/authorities/sh85061165#concept>; ...
  • 42. 42 Another Thesaurus example Courtesy of Timo Borst and Joachim Neubert, German Nat. Libr. of Economics, (SWEO Case Study)
  • 43. 43 Vocabularies on the LOD (and elsewhere) • The LOD blobs include a number of vocabularies • UMBEL, OpenCyc, Yago, … • The level of formality may be different • in some cases a simple structure is way enough • in some cases a much more formal system is necessary
  • 44. 44 SKOS and OWL • SKOS is geared towards specific (though large) use cases, like • taxonomies, glossaries, … • annotations of complex structures (including ontologies) • SKOS is a based on a very simple usage of OWL • using some simple OWL Full constructions • the emphasis is on organization and not on logical inferences • “OWL is a Harley-Davison, SKOS is a mountain bike” — (Tom Baker, co-chair of the relevant WG)
  • 45. 45 But, of course, there is also OWL • The LOD does create new challenges due to the amount of data • running a full and complete OWL DL inference might be a challenge, to say the least... • OWL 2 introduces “profiles” that might be better fit for many applications • restrictions on which OWL term can be used in under what circumstances
  • 46. 46 OWL 2 profiles • Three profiles have been defined • Classification and instance queries in polynomial time: OWL- EL • Implementable on top of conventional relational database engines: OWL-QL • Implementable on top of traditional rule engines: OWL-RL • Come to the OWL 2 panel if you want to hear more…
  • 47. 47 Rules • OWL 2 RL shows the importance of rule engines • W3C's Rule work (RIF) is getting to completion • b.t.w., OWL 2 RL can be expressed in RIF • I have no time to go into details here...
  • 49. 49 Querying the data: SPARQL • Is a W3C Standard since January 2008 • it has already become one of the absolutely essential technologies on the SW • all LOD blobs offer a “SPARQL endpoint” • there is even a SPARQL endpoint for the whole LOD
  • 50. 50 SPARQL as a unifying point!
  • 51. 51 New SPARQL WG: Goals • To define a small set of extensions to SPARQL • No complex change, backward compatibility • Listen to user and implementation experiences of the past few years • Group started in February 2009
  • 52. 52 Planned features • Update, ie, ability to change the RDF store • Service description framework • what type of extensions, inference possibilities, etc, are available at the endpoint • Addition to the query language • aggregate functions • subqueries • negation • project expressions
  • 53. 53 Planned features (tentative syntax examples) • Aggregate functions and project expressions: • SELECT AVG(?age) AS average_age WHERE { .... } •SELECT (?age < 18) AS minor WHERE { ... } • Subqueries: • SELECT ?person (SELECT ?n WHERE { ?person foaf:name ?n } LIMIT 1) WHERE• { <http://www.ivan-herman.net/me> foaf:knows ?person. } • Negation: SELECT * WHERE { ?x :p ?v. UNSAID { ?x :q ?v. } }
  • 54. 54 Possible features (time permitting) • Definition of “entailment regimes” • RDFS, OWL Profiles, RIF • Property paths • Commonly used functions (eg, string manipulation) • Basic control for federated queries • Additional query language syntax • commas in select lists, some operators in filters
  • 56. 56 Certainly not… • There are a number of issues, problems • missing functionalities, unsolved problems • misconceptions, messaging problems • need for more applications, deployment, acceptance • we need more experts • etc
  • 57. 57 Number of issues raised by the LOD… • Description of datasets • Semi-automatic generation of links among datasets • it is a bit like ontology alignment but on instances • The “ID Jungle” • what to do when the same concept (like a specific person) has a large number of URI-s • owl:sameAs may not be the best choice in all cases
  • 58. 58 Other items… • Security, trust, provenance • combining cryptographic techniques with the RDF model, sign a portion of the graph, etc • trust models • What does reasoning mean on billions of triples? • incomplete reasoning: “give me what you can in 2 minutes, even if it is not complete”
  • 59. 59 Some future items: uncertainty • Fuzzy logic • look at alternatives of DL based on fuzzy logic • alternatively, extend RDF(S) with fuzzy notions • Probabilistic statements • have an OWL class membership with a specific probability • combine reasoners with Bayesian networks • A W3C Incubator Group issued a report on the current status, possibilities, directions, etc • report published in April 2008
  • 60. 60 Revision of the RDF model? • Some restrictions in RDF may be unnecessary (bNodes as predicates, literals as subject, …) • Semantics of bNodes • Named graphs • Syntax issues in RDF/XML • …
  • 61. 61 Conclusions • Many things are happening at W3C to evolve the Semantic Web • Many more issues are still to be done… • So join the club! After all, this is really a community effort…
  • 62. 62 Just some announcements… • POWDER Proposed Recommendation published on June 5 • SKOS Proposed Recommendation published… today • OWL 2 Candidate Recommendation published… today • RIF 2nd Last Call published later this week
  • 63. 63 Thank you for your attention! And enjoy the conference! These slides are also available on the Web: http://www.w3.org/2009/Talks/0615-SanJose-talk-IH/