SlideShare une entreprise Scribd logo
1  sur  58
Télécharger pour lire hors ligne
Georg Güntner | Salzburg Research; Herbert Beilschmidt | Oracle Austria GmbH

The Open Semantic Enterprise - Enterprise Data meets Web Data
                               2nd B2B Software Days (TechGate Vienna, 11.04.2013)
Abstract

     The Open Semantic Enterprise.
      Enterprise Data meets Web Data.
      The technologies of the “Web od Data” have reached a degree of maturity and acceptance allowing the
      productive use in enterprises for the support of their business processes. Though the focus is currently on
      the adoption and use of Open (Linked) Data, the underlying principles can also be applied to the closed
      data sources and proprietary data structures usually available in enterprises.
      The workshop outlines the conceptual and architectural approaches to open enterprise data sources and
      interweave them with the Web of Data. It shows concrete application scenarios of an open source
      “semantic toolset” that can be integrated with enterprise information and content management systems to
      open data silos, establish a layer of adaptive integrated views of the enterprise information and support
      decision processes thus paving the way to an “open semantic enterprise”.
      The topical semantic toolset for enterprise content integration includes Apache Stanbol (knowledge
      extraction), Apache Marmotta (Linked Data Platform), the Linked Media Framework (networked
      knowledge) und VIE (interactive knowledge).
      State-of-the-art big data platforms need to process massive quantities of data in batch and in parallel -
      filtering, transforming and sorting it before loading it into an enterprise data warehouse. In order to realize
      an Open Semantic Enterprise, a big data platform has to be optimized for acquiring, organizing, and
      loading unstructured data. Technological approaches such as NoSQL databases and connectors for
      Apache Hadoop complement big data solutions for the open world of a semantic enterprise.

     Georg Güntner, Salzburg Research



©              11.04.2013         "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)          2
Salzburg Research

     Salzburg Research was founded in 1996 as the research organisation of the
      Province of Salzburg (www.salzburgresearch.at)
     Salzburg Research is located at Techno-Z Salzburg and conducts applied research
      and development in the area of information and communication technologies (ICT)
     Salzburg Research employs about 70 researchers and has a turnover of about 5,5
      million €
     Research areas
         Knowledge and media technologies
         Computational logistics
         Spatial-temporal data mining,
          quality aspects in the area of geographic
          information (GI), GI software technologies
         Research and consulting in early phases of
          innovation management
         IT- security and QoS networks
         Salzburg NewMediaLab – The Next
          Generation (COMET)
     The core activities comprise applied research, technological and methodological
      support, co-ordination and networking, know how transfer and scientific studies.



©              11.04.2013      "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   3
Guide through the presentation

                                      • Linked Data Principles
    The Web of Data                   • Foundations (RDF, RDFS, OWL, SPARQL, …)
                                      • Vocabularies (DC, SKOS, SIOC, FOAF, …)


     Open Semantic                    • Open World Mindset
                                      • Data Outlets
       Enterprise                     • Data Inlets


                                      • Case studies
        Solutions                     • Applications
                                      • Conceptual approaches


                                      • Knowledge Extraction
      Technologies                    • Networked Knowledge
                                      • Knowledge Interaction


      The Big Data                    • Linked Open Data Cloud
                                      • Scalability
       Challenge                      • Query, Analysis



©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   4
Definition: „Web of Data“




                                                                      The Open Semantic Enterprise
                                                                     Enterprise Data meets Web Data

©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   5
The „Web of Data“: Foundations

     There is a wealth of information on the Web.
     It is aimed mostly towards consumption by
      humans as end-users:
      Recognize the meaning behind
       content and draw conclusions,
      Infer new knowledge using
       context and
      Understand background
       information.



                                                                                                      by


©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)        6
The „Web of Data“: Foundations

     Billions of diverse documents online, but it is not easily
      possible to automatically:
       Retrieve relevant documents.
       Extract information.
       Combine information in a meaningful way.
     Idea:
       Also publish machine processable data on the web.
       Formulate questions in terms understandable for a machine.
       Do this in a standardized way so machines can interoperate.
     The Web becomes a Web of Data
       This provides a common framework to share knowledge
        on the Web across application boundaries.
                                                        by


©           11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   7
The „Web of Data“: Evolution




                                                                                                      by


©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)        8
The Evolution of the Web




                                               Attribution:


©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   9
The „Web of Data“: Foundations

     Uniform Resource Identifier (URI)
      Compact sequence of characters that identifies an abstract or
       physical resource.

     Examples
     ldap://[2001:db8::7]/c=GB?objectClass?one
     mailto:John.Doe@example.com
     news:comp.infosystems.www.servers.unix tel:+1-816-555-1212
     telnet://192.0.2.16:80/
     urn:oasis:names:specification:docbook:dtd:xml:4.1.2
     http://dbpedia.org/resource/Karlsruhe




                                                                                                      by


©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)        10
The „Web of Data“: Foundations

     Vocabularies
      Collections of defined relationships and classes of resources.
      Classes group together similar resources.
     Terms from well-known vocabularies should be reused
      wherever possible.
     New terms should be define only if you can not find
      required terms in existing vocabularies.
     e.g. FOAF, DC, SIOC, SKOS



                                                                                                       by


©          11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)        11
The „Web of Data“: Foundations

     A set of well-known vocabularies has evolved in the
      Semantic Web community. Some of them are:
      Friend-of-a-Friend (FOAF): Vocabulary for describing people.
      Dublin Core (DC): Defines general metadata attributes.
      Semantically-Interlinked Online Communities (SIOC): Vocabulary
       for representing online communities.
      Simple Knowledge Organization System (SKOS):
       Vocabulary for representing taxonomies
       and loosely structured knowledge.




                                                                                                      by


©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)        12
The „Web of Data“: Linked Data Principles

     Set of best practices for publishing data on the Web.
     Data from different knowledge domains, self-described,
      linked and accessible.
     Follows 4 simple principles…
     1. Use URIs as names for things.
     2. Use HTTP URIs so that users can look up those names.
     3. When someone looks up a URI, provide useful information,
        using the standards (RDF*, SPARQL).
     4. Include links to other URIs, so that users can discover more
        things.

                                                                                                      by


©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)        13
The „Web of Data“: Linked Data Rating



                       Data is available on the Web.

                       Data is available as machine-readable structured data.

                       Non-proprietary formats are used.

                       Individual data identified with open standards.

                       Data is linked to other data provider.




©         11.04.2013    "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   14
Vision: The Open Semantic Enterprise




                                                                      The Open Semantic Enterprise
                                                                     Enterprise Data meets Web Data

©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   15
Motivation

                                                                                                  Enterprise data and
                                                                                                   media assets are often
                                                                                                   locked away in content
                                                                                                   silos (usually
                                                                                                   proprietary platforms
                                                                                                   and systems)

                                                                                                  This results in
                                                                                                   redundancy of content
                                                                                                   and metadata, efforts
                                                                                                   and costs




©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)                         16
Motivation

                                                                                                  Given
                                                                                                   heterogeneous,
                                                                                                   incomplete datasets with
                                                                                                   different formats and
                                                                                                   data models

                                                                                                  Required
                                                                                                   unified data
                                                                                                   representation with
                                                                                                   connected datasets,
                                                                                                   with context information
                                                                                                   from the domain and
                                                                                                   with additional
                                                                                                   information from the
                                                                                                   Web




©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)                           17
Motivation

                                                                                                  Solution
                                                                                                   „Integration“ on several
                                                                                                   layers (e.g. content,
                                                                                                   metadata, user
                                                                                                   interfaces/ portals,
                                                                                                   services, applications)

                                                                                                  Results
                                                                                                   Positive effects on the
                                                                                                   efforts and costs for the
                                                                                                   creation, preservation,
                                                                                                   interaction,
                                                                                                   enhancement,
                                                                                                   personalisation.




©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)                            18
Foundations of Smart Enterprises

     Seven pillars for Smart Enterprises
      (cf. „Open Semantic Enterprise“, Michael K. Bergman)


      1. Graph-based data model (RDF)
      2. (Open) Linked Data technologies
      3. Adaptive ontologies
      4. Ontology-driven applications
      5. Web-oriented architecture
         (from linked documents
         to linked data)
      6. Layered approach
      7. Open World Mindset


       … moreover, …. people (!)

                          See www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise


©            11.04.2013         "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   19
The Open Semantic Enterprise: Layered Approach




                       See www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise


©         11.04.2013         "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   20
The „Open Semantic Enterprise“: Evolution or Revolution?

     Does this mean open data or open source ? NO, but …
       They are suitable for these purposes with many open source tools available.
       They can equivalently be applied to internal, closed, proprietary data and
        structures.
       The techniques can themselves be used as a basis for bringing external
        information into the enterprise.
     Is there a requirement replacing current systems and assets? NO, …
       The practices can be applied equally to public or proprietary information.
       They can be tested and deployed incrementally at low risk and cost.
       Learn-as-you-go approach and active and agile adaptation.
       Accomplished with minimal disruption
     Change Management
       Embracing the open semantic enterprise is fundamentally a people process.
       Leadership and vision is necessary to begin the process.

                          See www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise


©            11.04.2013         "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   21
Implementation of the Vision in Enterprises


                           Institutional “Content Silos”                                                                                                                                                                                                                                                                                        Trusted Content Providers
                               Media- and document archives                                                                                                                                                                                                                                                                                                Partner organisations
                                  Web content (Wikis, Blogs)                                                                                                                                                                                                                                                                                             Syndication, RSS-Feeds
                                        Newsgroups, eMails                                                                                                                                                                                                                                                                                                              Agencies
                                                                                                                                                                                                                                                                                                                                                                    Web Content
                                                                                                                                                                             Suche mir Angabe            Suche mit
                                                                                                                                                      Kategorien                                                                                                                     Suche über
                                                                                                                                                                              der Materialart            Stichw orten
                                                                                                                                                       brow sen                                                                                  «extend»                            Texteingabe

                                                                                                                                                                                                                              «extend»         Suche über v om
                                                                                                                                                                                                                                                   System
                                                                                                                                                                                                                  Suche über
                                                                                                                                                                                                                                                v ordefinierte
                                                                                                                                                                                                                 geografischen
                                                                                                                                                                                                                                                   Begriffe
                                                                                                                                                                                                                     Raum
                                                                                                                                           Suche über Zeit
                                                                                                                                                                          Suche {abstract}
                                                                                                                                                                                                                                                                  Trefferliste mit
                                                                                                                                                                                                                                                                    Keyframes
                                                                                                                                                                                                                                                                     anzeigen
                                                                                                                                                                                                           Suche über
                                                                                                                                                                                                        Anw endungsgebiet

                                                                                                                                                                                                                                                                        Trefferliste ohne
                                                                                                                                                                                                                            Trefferliste mit                               Keyframes
                                                                                                                                                                                       «include»                         Kurzbeschreibungen                                 anzeigen
                                                                                                                                                                                                                               ansehen



                                                                                                                                                                                                                                                                        Neueste Beiträge
                                                                                                                                               Home User                                                                                                                anzeigen lassen
                                                                                                                                                                                             Suche v erfeinern                                            «extend»
                                                                                                                                                                                                                   «extend»      Suche einengen


                                                                                                                                                                                                                                                      «extend»
                                                                                                                                                                                                                                                                        Am meisten
                                                                                                                                                                                                         «extend»                                                    gesehene Beiträge
                                                                                                                                                                                                                                                                         anzeigen
                                                                                                                                                                                                                                               «extend»
                                                                                                                                                                                                             Suche erw eitern



                                                                                                                                                                                                                                  «extend»
                                                                                                                                                                                                                                               Beiträge aus
                                                                                                                                                                    Details zu                                                                   anderen
                                                                                                                                                                                                                      «extend»
                                                                                                                                                                   Einzelbeitrag                                                                Kategorien
                                                                                                                                                                     ansehen                                                                     ansehen
                                                                                                                                                                                                                          Beiträge
                                                                                                                                                                                                                         derselben
                                                                                                                                                                                                                     Kategorie ansehen


                                                                                                                                                                                                         «extend»


                                                                                                                                            Metadaten zu
                                                                                                                                           Beitrag ansehen                                Videosummaries                                     Andere verwandte
                                                                                                                                                                       Einzelne              in Low -res
                                                                                                                                          (Dauer, Format,...)                                                                                Beiträge anzeigen




                                                                                                                                                                                                                                                                                                                                                              Closed/Private
                                                                                                                                                                      Ausschnitte             ansehen                                         lassen {abstract}




    Closed/Private
                                                                                                                                                                       ansehen
                                                                                                                                                                                                                                                                                     Push Serv ice




                                                                                                                                                                                                                                 New sletter
                                                                                                                                                                                       Interessensgebiete                         bestellen
                                                                                                                                                                                             festlegen       «include»




    Open/Public                                                                                                                                                                                                                                                                                                                                                 Open/Public


                                                                    Suche mir Angabe           Suche mit
                                                Kategorien                                                                                                                          Suche über
                                                                     der Materialart           Stichw orten
                                                 brow sen                                                                                «extend»                                   Texteingabe

                                                                                                                     «extend»         Suche über v om
                                                                                                                                          System
                                                                                                         Suche über
                                                                                                                                       v ordefinierte
                                                                                                        geografischen
                                                                                                                                          Begriffe
                                                                                                            Raum
                                     Suche über Zeit
                                                                 Suche {abstract}
                                                                                                                                                           Trefferliste mit
                                                                                                                                                             Keyframes
                                                                                                                                                              anzeigen
                                                                                                 Suche über
                                                                                              Anw endungsgebiet

                                                                                                                                                                   Trefferliste ohne
                                                                                                                  Trefferliste mit                                    Keyframes
                                                                             «include»                         Kurzbeschreibungen                                      anzeigen
                                                                                                                     ansehen



                                                                                                                                                                   Neueste Beiträge
                                         Home User                                                                                                                 anzeigen lassen
                                                                                    Suche v erfeinern                                            «extend»
                                                                                                          «extend»      Suche einengen


                                                                                                                                               «extend»
                                                                                                                                                                   Am meisten
                                                                                                «extend»                                                        gesehene Beiträge
                                                                                                                                                                    anzeigen
                                                                                                                                      «extend»
                                                                                                    Suche erw eitern



                                                                                                                         «extend»
                                                                                                                                       Beiträge aus
                                                           Details zu                                                                    anderen
                                                                                                             «extend»
                                                          Einzelbeitrag                                                                 Kategorien
                                                            ansehen                                                                      ansehen
                                                                                                                 Beiträge
                                                                                                                derselben                                                      Suche mir Angabe                   Suche mit
                                                                                                                                                    Kategorien                                                                                                                                          Suche über
                                                                                                            Kategorie ansehen                                                   der Materialart                   Stichw orten
                                                                                                                                                     brow sen                                                                                                    «extend»                               Texteingabe

                                                                                                «extend»                                                                                                                                  «extend»            Suche über v om
                                                                                                                                                                                                                                                                  System
                                                                                                                                                                                                                         Suche über
                                                                                                                                                                                                                                                               v ordefinierte
                                      Metadaten zu                                                                                                                                                                      geografischen
                                                                                                                                                                                                                                                                  Begriffe
                                     Beitrag ansehen                            Videosummaries                                      Andere verwandte                                                                        Raum
                                                              Einzelne             in Low -res                                         Suche über Zeit
                                    (Dauer, Format,...)      Ausschnitte                                                            Beiträge anzeigen                      Suche {abstract}
                                                                                    ansehen                                          lassen {abstract}                                                                                                                               Trefferliste mit
                                                              ansehen                                                                                                                                                                                                                  Keyframes
                                                                                                                                                                                   Push Serv ice
                                                                                                                                                                                                                                                                                        anzeigen
                                                                                                                                                                                                                    Suche über
                                                                                                                                                                                                                 Anw endungsgebiet

                                                                                                                                                                                                                                                                                            Trefferliste ohne
                                                                                                                        New sletter                                                                                                                                                            Keyframes
                                                                                                                                                                                                                                       Trefferliste mit
                                                                            Interessensgebiete                           bestellen                                                        «include»                                                                                             anzeigen
                                                                                                    «include»                                                                                                                       Kurzbeschreibungen
                                                                                  festlegen                                                                                                                                               ansehen



                                                                                                                                                                                                                                                                                            Neueste Beiträge
                                                                                                                                           Home User                                                                                                                                        anzeigen lassen
                                                                                                                                                                                                   Suche v erfeinern                                                      «extend»
                                                                                                                                                                                                                           «extend»          Suche einengen


                                                                                                                                                                                                                                                                        «extend»
                                                                                                                                                                                                                                                                                          Am meisten
                                                                                                                                                                                                                  «extend»                                                             gesehene Beiträge
                                                                                                                                                                                                                                                                                           anzeigen
                                                                                                                                                                                                                                                              «extend»
                                                                                                                                                                                                                        Suche erw eitern



                                                                                                                                                                                                                                                «extend»
                                                                                                                                                                                                                                                              Beiträge aus
                                                                                                                                                                   Details zu                                                                                   anderen
                                                                                                                                                                                                                                 «extend»
                                                                                                                                                                  Einzelbeitrag                                                                                Kategorien
                                                                                                                                                                    ansehen                                                                                     ansehen
                                                                                                                                                                                                                                   Beiträge
                                                                                                                                                                                                                                  derselben
                                                                                                                                                                                                                              Kategorie ansehen


                                                                                                                                                                                                                   «extend»


                                                                                                                                        Metadaten zu
                                                                                                                                       Beitrag ansehen                                         Videosummaries                                                Andere verwandte
                                                                                                                                                                       Einzelne                   in Low -res
                                                                                                                                      (Dauer, Format,...)             Ausschnitte                                                                            Beiträge anzeigen
                                                                                                                                                                                                   ansehen                                                    lassen {abstract}
                                                                                                                                                                       ansehen
                                                                                                                                                                                                                                                                                                        Push Serv ice




                                                                                                                                                                                                                                               New sletter
                                                                                                                                                                                          Interessensgebiete                                    bestellen
                                                                                                                                                                                                festlegen               «include»




                                                                                                                                                                                               Knowledge Space                                                                                                          Communities, Social Networks
                                                                                                                                                                        Linked Data, Open Data,                                                                                                                         Customers, subscribers, employees, prosumers
                                                                                                                                                                                     Taxonomies



©             11.04.2013                                      "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)                                                                                                                                                                                                                                         22
Toolset to implement an Open Semantic Enterprise




                                                                      The Open Semantic Enterprise
                                                                     Enterprise Data meets Web Data

©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   23
Toolset for Open Semantic Enterprises (1)

     The „Toolset“ for Smart Enterprises comprises Open Source tools and
      frameworks, that can easily be integrated into existing applications
      without replacing them

     Knowledge Extraction (Enhancement)
         Natural language processing (NLP)
         Entity linking und disambiguation
         Content classification
         Metadata extraction
     Networked Knowledge (Linked Media Platform)
         Implementing the Read-/Write-Webs
          based on the Linked Data Principles
         Linked Data Platform (Apache Marmotta)
         Data Federation
         Caching
         Versioning
         Reasoning




©             11.04.2013      "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   24
Architecture of the Linked Data Platform




©         11.04.2013       "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   25
Toolset for Open Semantic Enterprises (2)

     The „Toolset“ for Smart Enterprises comprises Open Source tools
      and frameworks, that can easily be integrated into existing
      applications without replacing them

     Knowledge (Inter-)Activation
       Decoupling of the CMS and the semantic interaction
       Semantic content editing
       Knowledge based navigation
       Semantic search

     Open Source: Apache License 2.0 (permissive)




©            11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   26
Solutions




                                                                      The Open Semantic Enterprise
                                                                     Enterprise Data meets Web Data

©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   27
Applications and Use Cases




©         11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   28
Case Studies: Semantic Technologies in the Enterprise

     Various applications (not restricted to enterprise sector)
      are listed, e.g. in the directory of „Semantic Web Case
      Studies and Use Cases” at
      http://www.w3.org/2001/sw/sweo/public/UseCases/
     Sectors:
       automotive (2), broadcasting (2), energy (3), IT industry (5), oil & gas (3),
        publishing (4), telecommunications (4), utilities (1) (out of totally 46 entries
        as of Sep. 2012)
     Some examples:
       Contextual Search for Volkswagen and the Automotive Industry (Link)
       How Ontologies and Rules Help to Advance Automobile Development
        (use case at AUDI) (Link)
       Semantic Web Technologies in Automotive Repair and Diagnostic (use
        case at Renault) (Link)
       Active Knowledge Management for Integrated Operations (use case at
        Statoil) (Link)
       B2B Integration with Semantic Mediation (use case at BT Research) (Link)
       WEASEL: Corporate Semantic Web (use case by Vodafone R&D) (Link)


©             11.04.2013       "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   29
Case Studies: Salzburg NewMediaLab

     Exploitation scenarios in “Salzburg NewMediaLab – The
      Next Generation” (SNML-TNG), a centre of excellent
      technologies in the COMET programme
      (www.newmedialabn.at, labs.newmedialab.at)
     Some examples:
       Concept based annotation in the ORF media
       Semantic search and annotation of media fragments
        in the Red Bull Content Pool
       Search and recommendation in a heterogeneous content pool at
        Salzburger Nachrichten
       Enterprise search at Salzburg AG
       Search and recommendation in a job portal at derStandard.at




©            11.04.2013    "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   30
Scenario: „Wings for the Red Bull Content Pool“

     Search and display of semantically enhanced video fragments




    Data and Information Sources                                     Technologies and concepts
     Information from various enterprise                             Resource Description Framework (RDF)
      data sources                                                    Ontology for Media Resources
     Additionally Web of Data                                        Media Fragments URI
                                                                      SPARQL 1.1 Query Language
                                                                      HTML 5


©             11.04.2013     "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)     31
Scenario: „Wings for the Red Bull Content Pool“

     Source material: videos and text transcripts
      (terminology „concepts“ are manually marked in the screenshot below)




©             11.04.2013      "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   32
Scenario: „Wings for the Red Bull Content Pool“

     Content Enhancement with Apache Stanbol




©           11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   33
Scenario: „Wings for the Red Bull Content Pool“

     Structured metadata in the LMF
     Semantic search and navigation




©           11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   34
Scenario: „Wings for the Red Bull Content Pool“

     HTML5-Player for video fragments (temporal, spacial)
     Time code synchronized visualisation of concepts („catamaran“)




©            11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   35
Scenario: „Wings for the Red Bull Content Pool“

     Annotation with concepts from the „Web of Data“ (DBpedia)
     Interactive extension of the „knowledge base“




©            11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   36
The Big Data Challenge




                                                        The Open Semantic Enterprise
                                                       Enterprise Data meets Web Data

©
11.04.2013                        "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   37
Linked Data is Big Data




                    Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/


©
Linked Data is Big Data

     Linked Data volume by domain (as of Sep. 2011)

                              Number of
     Domain                                      Triples        %        (Out-)Links            %
                               datasets
     Media                       25        1,841,852,061    5.82 %       50,440,705    10.01 %

     Geographic                  31        6,145,532,484   19.43 %       35,812,328     7.11 %

     Government                  49       13,315,009,400   42.09 %       19,343,519     3.84 %

     Publications                87        2,950,720,693    9.33 %      139,925,218    27.76 %

     Cross-domain                41        4,184,635,715   13.23 %       63,183,065    12.54 %

     Life sciences               41        3,036,336,004    9.60 %      191,844,090    38.06 %

     User-generated content      20         134,127,413     0.42 %        3,449,143     0.68 %

                                 295      31,634,213,770                503,998,829

                                                              cf. http://lod-cloud.net/state/



©
Linked Data is Big Data

     State-of-the-art big data platforms need to process massive
      quantities of data in batch and in parallel - filtering, transforming and
      sorting it before loading it into an enterprise data warehouse. In order
      to realize an Open Semantic Enterprise, a big data platform has to
      be optimized for acquiring, organizing, and loading unstructured
      data. Technological approaches such as NoSQL databases and
      connectors for Apache Hadoop complement big data solutions for the
      open world of a semantic enterprise.




©           11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   40
Oracle Spatial and Graph option
          Graph Features
      Network Data Model graph
               – Manages logical / spatial networks in database
               – Persists link/node structure, connectivity and
                 direction
               – Supports constraints at link and node level
               – Logically partitioning network graphs for scalability


      RDF Semantic graph
            – Enterprise class RDF Graph Database
             – Scales to petabytes of triples – by exploiting Exadata,
                 RAC, SQL*Loader , Parallelism, Label Security
               – W3C standards: RDFS, OWL2 RL, OWL2 EL,
                 SPARQL 1.1, RDB2RDF, RDFa, SKOS
               – SQL, PL/SQL APIs and Java APIs (Jena/Sesame)




41   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
RDF for Enterprise Integration


Access & Presentation Layer




                                                                                                                                                                 Index
RDF metadata layer
(integrated graph metadata)




Data Servers


                                                                               Event Server   Big Data Appliance      Content Mgmt         BI Server     Data Warehouse




Data Sources / Types

                                                                                                               Human Sourced
                                                                   Machine Generated Data     Social Media         Information       Subscription Services   Transaction Systems




   42   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Merging Customer Application Tables




                                    Table 1                                 Table 2



43   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Red Application has existing data model




44   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Blue Application has existing data model




              But, users need to integrate Red & Blue models


45   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Merging RDF models



            Step 1: Merge RDF
            Same nodes (URIs) join automatically




46   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Enriching your model with Relationships and
              Rules


            Step 2: Add relationships and rules
            (Relationships are also RDF)




47   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Flexible metadata model for new app
               requirements
 Step 3: Define Green model
 (Making use of Red
 & Blue models)




 48   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Ease of data integration – no change to
             legacy apps!


          What the Blue app sees:
                    – No difference!




49   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Supporting Breadth of Enterprise Data
                End-user and Developer Environments
                                          Developers                                                  Data Scientists                                     Business Users

                        Data Integration                  JDeveloper                      Discovery          Statistics        Mining         Business Intelligence   Dashboards




                                                                                  Semantic Metadata Layer
                                                                    Data Services


                 Big Data Sources                                                                Text               Graph                                                   Applications
                                                                             Statistics                                                 Spatial
                                                                                               Analytics           Analytics
                                            Streaming
                      Structured            Services                                                                                                App Services
                         Data                                                                Natural Lang.         Sound and
                                                                            Data Mining                                                 Images
                                                                                              Processing             Video                              Web-log
                                                                                                                                                      Sessionizatio
                                                  Event
                    Unstructured                                                                                                                         n and               Vertical
                                                Processin           Data Management
                       Data                                                                     ODBC              JDBC                                 Enrichment          Applications
                                                    g

                                                                             NoSQL                    Hadoop                     Relational
                    Social Media                                                                                                                        Sentiment
                                                                                                                                                         Analysis
                                                                                                                                                                            Horizontal
                                                                                                                                                                           Applications


                                                                                                                                                        Reference
                                                                                                                                                       Architecture


                                                                            Compression           Security & Encryption




50   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Use Case: Aligning Unstructured Content

                               Oracle Big Data Appliance                                              Oracle RDF          Oracle Advanced
                                    (Entity extract and annotate as RDF)                            Semantic Graph           Analytics




                                                                                                                    InfiniBand
                                                                                       InfiniBand




                                                                                  Bulk Load
                                                                                  RDF triples          RDF Models
                                           Unstructured Documents



            Stream                                Acquire                   Organize                  Analyze & Visualize



51   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Enterprise Collaboration – Social Collaboration
                Graph                   I                                                        nfo
                                                                                                                      Communities
                                                                               People


                                                                                            RDF Store
Semantic
GRAPH
(Metadata)


                                                                                          Social Graph




                                        e.g. “product catalog”,                                                                     e.g. “job roles”,
                                                                                        e.g. ”web content”, “wiki
                                        “Directory”                                                                                 “customer accounts”
                                                                                        topics”, “expertise”
Extenders /
                                        Enterprise Vocabulary                                                                   Entity and Property
Connectors                                                                              User Entered Tags
                                        Import                                                                                  Extraction
                                                                                         Import



Physical Data                                Structured Data
                                                                                                                             Transactional
                                                                                                                              Applications
                                                                                               Content Repositories



   52   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Oracle Capabilities


            Scalability: Persistent storage scales to hundreds of billion triples
                     – Leading competitors are in-memory DBs
                     – Parallelism, compression, Exadata
            Security: Label Security on triples
            Native inferencing capability
            Supports combined query of graph, relational, text, spatial data
            Query: SQL, SPARQL or combined query
            Platforms: SQL and NoSQL storage
            Built-in analysis tools: Advanced Analytics
            Growing ecosystem of 3rd party tools partner




53   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Application Areas for Semantic Graph

  Intelligence, Law Enforcement
           – Threat analysis, asset tracking, integrated justice
  Health Care and Bio-Informatics
           – Integrated patient records, bio-surveillance, genomics
  Finance
           – Fraud detection, Compliance Management
  Web and Social Network Solutions
           – Recommender, Social Network Analysis, Activity Analysis
  Media, Games, Content Management
           – Media metadata, content re-purposing




54   Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Conclusions and Questions




                                                        The Open Semantic Enterprise
                                                       Enterprise Data meets Web Data

©
11.04.2013                        "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   55
Summary

                                     • Linked Data Principles
    The Web of Data                  • Foundations (RDF, RDFS, OWL, SPARQL, …)
                                     • Vocabularies (DC, SKOS, SIOC, FOAF, …)


     Open Semantic                   • Open World Mindset
                                     • Data Outlets
       Enterprise                    • Data Inlets


                                     • Case studies
       Solutions                     • Applications
                                     • Conceptual approaches


                                     • Knowledge Extraction
     Technologies                    • Networked Knowledge
                                     • Knowledge Interaction


     The Big Data                    • Linked Open Data Cloud
                                     • Scalability
      Challenge                      • Query, Analysis



©        11.04.2013   "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   56
References

       IKS-Projekt (EU FP7 – Integrated Project)
             Website: www.iks-project.eu
             Demos: www.iks-project.eu/Demos
       Salzburg NewMediaLab – The Next Generation (K-Projekt)
             Website: www.newmedialab.at
             Labs (Demo-Bereich): labs.newmedialab.at
       Apache Stanbol
             Project Repository: stanbol.apache.org
             Demos: www.iks-project.eu/Demos
       Apache Marmotta
             Project Repository: marmotta.incubator.apache.org
       Apache Lucine/Solr
             Project Repository : lucene.apache.org/solr/
       Linked Media Framework
             Linked Media Principles: www.newmewdialab.at/LinkedMediaPrinciples
             Google Code-Repository: www.newmewdialab.at/LMF, code.google.com/p/LMF
       VIE
             Project Repository: viejs.org
             Demos: www.iks-project.eu/Demos
       Weitere Technologien
             PoolParty: www.poolparty.biz
             LD-Path: www.newmedialab.at/LDPath, code.google.com/p/ldpath/
       Weitere Information
             Open Semantic Enterprise: www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise




©                    11.04.2013             "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner)   57
DI Herbert Beilschmidt
    Principal Sales Consultant
    Oracle Austria GmbH
    Wagramer Straße 19 | 1223 Wien, Austria
    Tel. +43 1 33777 0 | Fax +43 1 33777 33
    herbert.beilschmidt@oracle.com




                                                                        This work is licensed under a
                                                                                  Creative Commons
    DI Georg Güntner                                                       Attribution-ShareAlike 3.0
    Head of Salzburg NewMediaLab – The Next Generation                             Unported License.

    Salzburg Research Forschungsgesellschaft m.b.H.
    Jakob-Haringer-Straße 5/3 | Salzburg, Austria         The Open Semantic Enterprise
    Tel. +43 662 2288-401 | Fax +43 662 2288-222         Enterprise Data meets Web Data
    georg.guentner@salzburgresearch.at

©

Contenu connexe

Tendances

The Knowledge Discovery Quest
The Knowledge Discovery Quest The Knowledge Discovery Quest
The Knowledge Discovery Quest Ontotext
 
Semantic Web Landscape 2009
Semantic Web Landscape 2009Semantic Web Landscape 2009
Semantic Web Landscape 2009LeeFeigenbaum
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataSören Auer
 
Linked Data: opportunities and challenges
Linked Data: opportunities and challengesLinked Data: opportunities and challenges
Linked Data: opportunities and challengesMichael Hausenblas
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationSören Auer
 
Introduction To The Semantic Web
Introduction To The Semantic  WebIntroduction To The Semantic  Web
Introduction To The Semantic Webguest262aaa
 
From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...
From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...
From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...Edward Curry
 
A distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics AmsterdamA distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics AmsterdamEnno Meijers
 
Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...Mathieu d'Aquin
 
Towards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA projectTowards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA projectPRELIDA Project
 
Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Stefan Dietze
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic TechnolgyTalat Fakhri
 
Semantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning EnvironmentsSemantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning EnvironmentsRobin Khanna
 
Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012Marko Grobelnik
 
Toward universal information access on the digital object cloud
Toward universal information access on the digital object cloudToward universal information access on the digital object cloud
Toward universal information access on the digital object cloudNational Institute of Informatics
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesOpen Data Support
 
Overview of Open Data, Linked Data and Web Science
Overview of Open Data, Linked Data and Web ScienceOverview of Open Data, Linked Data and Web Science
Overview of Open Data, Linked Data and Web ScienceHaklae Kim
 

Tendances (19)

The Knowledge Discovery Quest
The Knowledge Discovery Quest The Knowledge Discovery Quest
The Knowledge Discovery Quest
 
Semantic Web Landscape 2009
Semantic Web Landscape 2009Semantic Web Landscape 2009
Semantic Web Landscape 2009
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
 
Linked Data: opportunities and challenges
Linked Data: opportunities and challengesLinked Data: opportunities and challenges
Linked Data: opportunities and challenges
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data Integration
 
Introduction To The Semantic Web
Introduction To The Semantic  WebIntroduction To The Semantic  Web
Introduction To The Semantic Web
 
From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...
From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...
From Data Platforms to Dataspaces: Enabling Data Ecosystems for Intelligent S...
 
A distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics AmsterdamA distributed network of digital heritage information - Semantics Amsterdam
A distributed network of digital heritage information - Semantics Amsterdam
 
Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...Why should semantic technologies pay more attention to privacy... and vice-ve...
Why should semantic technologies pay more attention to privacy... and vice-ve...
 
Towards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA projectTowards long-term preservation of linked data - the PRELIDA project
Towards long-term preservation of linked data - the PRELIDA project
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 
Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic Technolgy
 
Semantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning EnvironmentsSemantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning Environments
 
Linking Open Data
Linking Open DataLinking Open Data
Linking Open Data
 
Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012
 
Toward universal information access on the digital object cloud
Toward universal information access on the digital object cloudToward universal information access on the digital object cloud
Toward universal information access on the digital object cloud
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
 
Overview of Open Data, Linked Data and Web Science
Overview of Open Data, Linked Data and Web ScienceOverview of Open Data, Linked Data and Web Science
Overview of Open Data, Linked Data and Web Science
 

En vedette

Alternative input methods in Fiori | sitNL 2016
Alternative input methods in Fiori | sitNL 2016Alternative input methods in Fiori | sitNL 2016
Alternative input methods in Fiori | sitNL 2016Twan van den Broek
 
The James Family At Sea
The James Family At SeaThe James Family At Sea
The James Family At Seajohn dorman
 
Our Wedding Presentation
Our Wedding PresentationOur Wedding Presentation
Our Wedding Presentationjohn dorman
 
Surviving through Networking
Surviving through NetworkingSurviving through Networking
Surviving through NetworkingCalin Fusu
 
Sailing With Sophia
Sailing With SophiaSailing With Sophia
Sailing With Sophiajohn dorman
 
Digiforum Presentation draft2
Digiforum Presentation draft2Digiforum Presentation draft2
Digiforum Presentation draft2Calin Fusu
 
Ppt asexual vs sexual #3 1
Ppt asexual vs sexual #3  1Ppt asexual vs sexual #3  1
Ppt asexual vs sexual #3 1pfinnegan
 
Drugs and alcohol
Drugs and alcoholDrugs and alcohol
Drugs and alcoholwilsonrdb
 
Engineer Crew Performance
Engineer Crew PerformanceEngineer Crew Performance
Engineer Crew Performancekcarleton
 
John dorman and family cruise vacation sept 2011
John dorman and family cruise vacation sept 2011John dorman and family cruise vacation sept 2011
John dorman and family cruise vacation sept 2011john dorman
 
Brighton Mini Maker Faire Case Study
Brighton Mini Maker Faire Case StudyBrighton Mini Maker Faire Case Study
Brighton Mini Maker Faire Case StudyBeyond
 
Happy Birthday To Ida Miller
Happy Birthday To Ida MillerHappy Birthday To Ida Miller
Happy Birthday To Ida Millerjohn dorman
 
How To Make A Great Pbj
How To Make A Great PbjHow To Make A Great Pbj
How To Make A Great Pbjguest37d54
 

En vedette (20)

A1dyq3
A1dyq3A1dyq3
A1dyq3
 
Alternative input methods in Fiori | sitNL 2016
Alternative input methods in Fiori | sitNL 2016Alternative input methods in Fiori | sitNL 2016
Alternative input methods in Fiori | sitNL 2016
 
The James Family At Sea
The James Family At SeaThe James Family At Sea
The James Family At Sea
 
Our Wedding Presentation
Our Wedding PresentationOur Wedding Presentation
Our Wedding Presentation
 
Surviving through Networking
Surviving through NetworkingSurviving through Networking
Surviving through Networking
 
Sailing With Sophia
Sailing With SophiaSailing With Sophia
Sailing With Sophia
 
Sns Game Marketing
Sns Game MarketingSns Game Marketing
Sns Game Marketing
 
Digiforum Presentation draft2
Digiforum Presentation draft2Digiforum Presentation draft2
Digiforum Presentation draft2
 
Ppt asexual vs sexual #3 1
Ppt asexual vs sexual #3  1Ppt asexual vs sexual #3  1
Ppt asexual vs sexual #3 1
 
A1 ongu3
A1 ongu3A1 ongu3
A1 ongu3
 
Weather Adaptado
Weather AdaptadoWeather Adaptado
Weather Adaptado
 
Patrick
PatrickPatrick
Patrick
 
Drugs and alcohol
Drugs and alcoholDrugs and alcohol
Drugs and alcohol
 
Engineer Crew Performance
Engineer Crew PerformanceEngineer Crew Performance
Engineer Crew Performance
 
John dorman and family cruise vacation sept 2011
John dorman and family cruise vacation sept 2011John dorman and family cruise vacation sept 2011
John dorman and family cruise vacation sept 2011
 
sitNL 2014 welcome
sitNL 2014 welcome sitNL 2014 welcome
sitNL 2014 welcome
 
Brighton Mini Maker Faire Case Study
Brighton Mini Maker Faire Case StudyBrighton Mini Maker Faire Case Study
Brighton Mini Maker Faire Case Study
 
Happy Birthday To Ida Miller
Happy Birthday To Ida MillerHappy Birthday To Ida Miller
Happy Birthday To Ida Miller
 
How To Make A Great Pbj
How To Make A Great PbjHow To Make A Great Pbj
How To Make A Great Pbj
 
Escanet
EscanetEscanet
Escanet
 

Similaire à The open semantic enterprise enterprise data meets web data

Hello Open World - Semtech 2009
Hello Open World - Semtech 2009Hello Open World - Semtech 2009
Hello Open World - Semtech 2009Alexandre Passant
 
FAIR data: LOUD for all audiences
FAIR data: LOUD for all audiencesFAIR data: LOUD for all audiences
FAIR data: LOUD for all audiencesAlessandro Adamou
 
Big Data on the Web – What We Will Do
Big Data on the Web – What We Will Do Big Data on the Web – What We Will Do
Big Data on the Web – What We Will Do Haklae Kim
 
Open Data - Where can it take us?
Open Data - Where can it take us? Open Data - Where can it take us?
Open Data - Where can it take us? Derilinx
 
Semantic Search: We're Living in a Golden Age for Information
Semantic Search: We're Living in a Golden Age for InformationSemantic Search: We're Living in a Golden Age for Information
Semantic Search: We're Living in a Golden Age for Information3 Round Stones
 
Open Data for Transportation Agencies
Open Data for Transportation AgenciesOpen Data for Transportation Agencies
Open Data for Transportation AgenciesNovavia Solutions
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
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
 
On demand access to Big Data through Semantic Technologies
 On demand access to Big Data through Semantic Technologies On demand access to Big Data through Semantic Technologies
On demand access to Big Data through Semantic TechnologiesPeter Haase
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutionsOpen Data Support
 
Ontologies for Emergency & Disaster Management
Ontologies for Emergency & Disaster Management Ontologies for Emergency & Disaster Management
Ontologies for Emergency & Disaster Management Stephane Fellah
 
Bigdatacooltools
BigdatacooltoolsBigdatacooltools
Bigdatacooltoolssuresh sood
 
Linked Building (Energy) Data
Linked Building (Energy) DataLinked Building (Energy) Data
Linked Building (Energy) DataEdward Curry
 
2013 01-14 ops-dataset_descriptions
2013 01-14 ops-dataset_descriptions2013 01-14 ops-dataset_descriptions
2013 01-14 ops-dataset_descriptionsAlasdair Gray
 
20120718 linkedopendataandnextgenerationsciencemcguinnessesip final
20120718 linkedopendataandnextgenerationsciencemcguinnessesip final20120718 linkedopendataandnextgenerationsciencemcguinnessesip final
20120718 linkedopendataandnextgenerationsciencemcguinnessesip finalDeborah McGuinness
 
Business_Analytics_Presentation_Luke_Caratan
Business_Analytics_Presentation_Luke_CaratanBusiness_Analytics_Presentation_Luke_Caratan
Business_Analytics_Presentation_Luke_CaratanLuke Caratan
 
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open DataBernadette Hyland-Wood
 
Brief on Linked Data at U.S. EPA to Chief Data Scientist
Brief on Linked Data at U.S. EPA to Chief Data ScientistBrief on Linked Data at U.S. EPA to Chief Data Scientist
Brief on Linked Data at U.S. EPA to Chief Data ScientistBernadette Hyland-Wood
 

Similaire à The open semantic enterprise enterprise data meets web data (20)

Hello Open World - Semtech 2009
Hello Open World - Semtech 2009Hello Open World - Semtech 2009
Hello Open World - Semtech 2009
 
FAIR data: LOUD for all audiences
FAIR data: LOUD for all audiencesFAIR data: LOUD for all audiences
FAIR data: LOUD for all audiences
 
Big Data on the Web – What We Will Do
Big Data on the Web – What We Will Do Big Data on the Web – What We Will Do
Big Data on the Web – What We Will Do
 
Open Data - Where can it take us?
Open Data - Where can it take us? Open Data - Where can it take us?
Open Data - Where can it take us?
 
Semantic Search: We're Living in a Golden Age for Information
Semantic Search: We're Living in a Golden Age for InformationSemantic Search: We're Living in a Golden Age for Information
Semantic Search: We're Living in a Golden Age for Information
 
Ss eb29
Ss eb29Ss eb29
Ss eb29
 
Open Data for Transportation Agencies
Open Data for Transportation AgenciesOpen Data for Transportation Agencies
Open Data for Transportation Agencies
 
BrightTALK - Semantic AI
BrightTALK - Semantic AI BrightTALK - Semantic AI
BrightTALK - Semantic AI
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
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
 
On demand access to Big Data through Semantic Technologies
 On demand access to Big Data through Semantic Technologies On demand access to Big Data through Semantic Technologies
On demand access to Big Data through Semantic Technologies
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
 
Ontologies for Emergency & Disaster Management
Ontologies for Emergency & Disaster Management Ontologies for Emergency & Disaster Management
Ontologies for Emergency & Disaster Management
 
Bigdatacooltools
BigdatacooltoolsBigdatacooltools
Bigdatacooltools
 
Linked Building (Energy) Data
Linked Building (Energy) DataLinked Building (Energy) Data
Linked Building (Energy) Data
 
2013 01-14 ops-dataset_descriptions
2013 01-14 ops-dataset_descriptions2013 01-14 ops-dataset_descriptions
2013 01-14 ops-dataset_descriptions
 
20120718 linkedopendataandnextgenerationsciencemcguinnessesip final
20120718 linkedopendataandnextgenerationsciencemcguinnessesip final20120718 linkedopendataandnextgenerationsciencemcguinnessesip final
20120718 linkedopendataandnextgenerationsciencemcguinnessesip final
 
Business_Analytics_Presentation_Luke_Caratan
Business_Analytics_Presentation_Luke_CaratanBusiness_Analytics_Presentation_Luke_Caratan
Business_Analytics_Presentation_Luke_Caratan
 
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
3 Round Stones Briefing to U.S. EPA's Chief Data Scientist on Open Data
 
Brief on Linked Data at U.S. EPA to Chief Data Scientist
Brief on Linked Data at U.S. EPA to Chief Data ScientistBrief on Linked Data at U.S. EPA to Chief Data Scientist
Brief on Linked Data at U.S. EPA to Chief Data Scientist
 

Plus de Georg Guentner

Semantic Integration Patterns for Industry 4.0
Semantic Integration Patterns for Industry 4.0Semantic Integration Patterns for Industry 4.0
Semantic Integration Patterns for Industry 4.0Georg Guentner
 
Digitale Kommunikation in Fertigungsnetzwerken neu gedacht
Digitale Kommunikation in Fertigungsnetzwerken neu gedachtDigitale Kommunikation in Fertigungsnetzwerken neu gedacht
Digitale Kommunikation in Fertigungsnetzwerken neu gedachtGeorg Guentner
 
Das geheime Leben einer Störmeldung
Das geheime Leben einer StörmeldungDas geheime Leben einer Störmeldung
Das geheime Leben einer StörmeldungGeorg Guentner
 
Instand halten ohne Digital Twin?
Instand halten ohne Digital Twin?Instand halten ohne Digital Twin?
Instand halten ohne Digital Twin?Georg Guentner
 
Digital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-LebenszyklusDigital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-LebenszyklusGeorg Guentner
 
Digital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-LebenszyklusDigital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-LebenszyklusGeorg Guentner
 
Die digitale transformation der instandhaltung" (Whitepaper)
Die digitale transformation der instandhaltung" (Whitepaper)Die digitale transformation der instandhaltung" (Whitepaper)
Die digitale transformation der instandhaltung" (Whitepaper)Georg Guentner
 
Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...
Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...
Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...Georg Guentner
 
Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung
Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung
Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung Georg Guentner
 
Ist IoT smarter? Von Smart Factories, Smart Products und Smart Services
Ist IoT smarter? Von Smart Factories, Smart Products und Smart ServicesIst IoT smarter? Von Smart Factories, Smart Products und Smart Services
Ist IoT smarter? Von Smart Factories, Smart Products und Smart ServicesGeorg Guentner
 
Meilensteine der Instandhaltung 4.0
Meilensteine der Instandhaltung 4.0Meilensteine der Instandhaltung 4.0
Meilensteine der Instandhaltung 4.0Georg Guentner
 
Roadmap der Instandhaltung 4.0
Roadmap der Instandhaltung 4.0Roadmap der Instandhaltung 4.0
Roadmap der Instandhaltung 4.0Georg Guentner
 
Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0
Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0
Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0Georg Guentner
 
Maintenance 4.0: Maintenance meets IoT
Maintenance 4.0: Maintenance meets IoTMaintenance 4.0: Maintenance meets IoT
Maintenance 4.0: Maintenance meets IoTGeorg Guentner
 
Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0
Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0
Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0Georg Guentner
 
The Love Life of the Cockchafers
The Love Life of the CockchafersThe Love Life of the Cockchafers
The Love Life of the CockchafersGeorg Guentner
 
Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...
Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...
Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...Georg Guentner
 
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)Georg Guentner
 
Smart Archives - the Brave New Semantic World
Smart Archives - the Brave New Semantic WorldSmart Archives - the Brave New Semantic World
Smart Archives - the Brave New Semantic WorldGeorg Guentner
 

Plus de Georg Guentner (20)

Semantic Integration Patterns for Industry 4.0
Semantic Integration Patterns for Industry 4.0Semantic Integration Patterns for Industry 4.0
Semantic Integration Patterns for Industry 4.0
 
Digitale Kommunikation in Fertigungsnetzwerken neu gedacht
Digitale Kommunikation in Fertigungsnetzwerken neu gedachtDigitale Kommunikation in Fertigungsnetzwerken neu gedacht
Digitale Kommunikation in Fertigungsnetzwerken neu gedacht
 
Das geheime Leben einer Störmeldung
Das geheime Leben einer StörmeldungDas geheime Leben einer Störmeldung
Das geheime Leben einer Störmeldung
 
Instand halten ohne Digital Twin?
Instand halten ohne Digital Twin?Instand halten ohne Digital Twin?
Instand halten ohne Digital Twin?
 
Digital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-LebenszyklusDigital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-Lebenszyklus
 
Digital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-LebenszyklusDigital Twins im Anlagen-Lebenszyklus
Digital Twins im Anlagen-Lebenszyklus
 
Die digitale transformation der instandhaltung" (Whitepaper)
Die digitale transformation der instandhaltung" (Whitepaper)Die digitale transformation der instandhaltung" (Whitepaper)
Die digitale transformation der instandhaltung" (Whitepaper)
 
Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...
Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...
Haben Sie schon einen digitalen Zwilling? Grundlagen und industrielle Anwendu...
 
Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung
Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung
Haben Sie schon einen Zwilling? Digital Twins in der Instandhaltung
 
Ist IoT smarter? Von Smart Factories, Smart Products und Smart Services
Ist IoT smarter? Von Smart Factories, Smart Products und Smart ServicesIst IoT smarter? Von Smart Factories, Smart Products und Smart Services
Ist IoT smarter? Von Smart Factories, Smart Products und Smart Services
 
Meilensteine der Instandhaltung 4.0
Meilensteine der Instandhaltung 4.0Meilensteine der Instandhaltung 4.0
Meilensteine der Instandhaltung 4.0
 
Roadmap der Instandhaltung 4.0
Roadmap der Instandhaltung 4.0Roadmap der Instandhaltung 4.0
Roadmap der Instandhaltung 4.0
 
Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0
Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0
Entwicklungsszenarien und Handlungsempfehlungen in der Instandhaltung 4.0
 
Maintenance 4.0: Maintenance meets IoT
Maintenance 4.0: Maintenance meets IoTMaintenance 4.0: Maintenance meets IoT
Maintenance 4.0: Maintenance meets IoT
 
Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0
Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0
Bedürfnisse, Anforderungen und Trends in der Instandhaltung 4.0
 
The Love Life of the Cockchafers
The Love Life of the CockchafersThe Love Life of the Cockchafers
The Love Life of the Cockchafers
 
Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...
Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...
Industrie 4.0 und die Auswirkungen auf die Instandhaltung (Vortrag auf den In...
 
Smart Enterprises
Smart EnterprisesSmart Enterprises
Smart Enterprises
 
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
Utilizing Semantics in the Production of iTV Shows (ESWC 2009)
 
Smart Archives - the Brave New Semantic World
Smart Archives - the Brave New Semantic WorldSmart Archives - the Brave New Semantic World
Smart Archives - the Brave New Semantic World
 

Dernier

Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.Aaiza Hassan
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...amitlee9823
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 

Dernier (20)

Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
M.C Lodges -- Guest House in Jhang.
M.C Lodges --  Guest House in Jhang.M.C Lodges --  Guest House in Jhang.
M.C Lodges -- Guest House in Jhang.
 
Forklift Operations: Safety through Cartoons
Forklift Operations: Safety through CartoonsForklift Operations: Safety through Cartoons
Forklift Operations: Safety through Cartoons
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 

The open semantic enterprise enterprise data meets web data

  • 1. Georg Güntner | Salzburg Research; Herbert Beilschmidt | Oracle Austria GmbH The Open Semantic Enterprise - Enterprise Data meets Web Data 2nd B2B Software Days (TechGate Vienna, 11.04.2013)
  • 2. Abstract  The Open Semantic Enterprise. Enterprise Data meets Web Data. The technologies of the “Web od Data” have reached a degree of maturity and acceptance allowing the productive use in enterprises for the support of their business processes. Though the focus is currently on the adoption and use of Open (Linked) Data, the underlying principles can also be applied to the closed data sources and proprietary data structures usually available in enterprises. The workshop outlines the conceptual and architectural approaches to open enterprise data sources and interweave them with the Web of Data. It shows concrete application scenarios of an open source “semantic toolset” that can be integrated with enterprise information and content management systems to open data silos, establish a layer of adaptive integrated views of the enterprise information and support decision processes thus paving the way to an “open semantic enterprise”. The topical semantic toolset for enterprise content integration includes Apache Stanbol (knowledge extraction), Apache Marmotta (Linked Data Platform), the Linked Media Framework (networked knowledge) und VIE (interactive knowledge). State-of-the-art big data platforms need to process massive quantities of data in batch and in parallel - filtering, transforming and sorting it before loading it into an enterprise data warehouse. In order to realize an Open Semantic Enterprise, a big data platform has to be optimized for acquiring, organizing, and loading unstructured data. Technological approaches such as NoSQL databases and connectors for Apache Hadoop complement big data solutions for the open world of a semantic enterprise.  Georg Güntner, Salzburg Research © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 2
  • 3. Salzburg Research  Salzburg Research was founded in 1996 as the research organisation of the Province of Salzburg (www.salzburgresearch.at)  Salzburg Research is located at Techno-Z Salzburg and conducts applied research and development in the area of information and communication technologies (ICT)  Salzburg Research employs about 70 researchers and has a turnover of about 5,5 million €  Research areas  Knowledge and media technologies  Computational logistics  Spatial-temporal data mining, quality aspects in the area of geographic information (GI), GI software technologies  Research and consulting in early phases of innovation management  IT- security and QoS networks  Salzburg NewMediaLab – The Next Generation (COMET)  The core activities comprise applied research, technological and methodological support, co-ordination and networking, know how transfer and scientific studies. © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 3
  • 4. Guide through the presentation • Linked Data Principles The Web of Data • Foundations (RDF, RDFS, OWL, SPARQL, …) • Vocabularies (DC, SKOS, SIOC, FOAF, …) Open Semantic • Open World Mindset • Data Outlets Enterprise • Data Inlets • Case studies Solutions • Applications • Conceptual approaches • Knowledge Extraction Technologies • Networked Knowledge • Knowledge Interaction The Big Data • Linked Open Data Cloud • Scalability Challenge • Query, Analysis © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 4
  • 5. Definition: „Web of Data“ The Open Semantic Enterprise Enterprise Data meets Web Data © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 5
  • 6. The „Web of Data“: Foundations  There is a wealth of information on the Web.  It is aimed mostly towards consumption by humans as end-users:  Recognize the meaning behind content and draw conclusions,  Infer new knowledge using context and  Understand background information. by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 6
  • 7. The „Web of Data“: Foundations  Billions of diverse documents online, but it is not easily possible to automatically:  Retrieve relevant documents.  Extract information.  Combine information in a meaningful way.  Idea:  Also publish machine processable data on the web.  Formulate questions in terms understandable for a machine.  Do this in a standardized way so machines can interoperate.  The Web becomes a Web of Data  This provides a common framework to share knowledge on the Web across application boundaries. by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 7
  • 8. The „Web of Data“: Evolution by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 8
  • 9. The Evolution of the Web Attribution: © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 9
  • 10. The „Web of Data“: Foundations  Uniform Resource Identifier (URI)  Compact sequence of characters that identifies an abstract or physical resource.  Examples ldap://[2001:db8::7]/c=GB?objectClass?one mailto:John.Doe@example.com news:comp.infosystems.www.servers.unix tel:+1-816-555-1212 telnet://192.0.2.16:80/ urn:oasis:names:specification:docbook:dtd:xml:4.1.2 http://dbpedia.org/resource/Karlsruhe by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 10
  • 11. The „Web of Data“: Foundations  Vocabularies  Collections of defined relationships and classes of resources.  Classes group together similar resources.  Terms from well-known vocabularies should be reused wherever possible.  New terms should be define only if you can not find required terms in existing vocabularies.  e.g. FOAF, DC, SIOC, SKOS by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 11
  • 12. The „Web of Data“: Foundations  A set of well-known vocabularies has evolved in the Semantic Web community. Some of them are:  Friend-of-a-Friend (FOAF): Vocabulary for describing people.  Dublin Core (DC): Defines general metadata attributes.  Semantically-Interlinked Online Communities (SIOC): Vocabulary for representing online communities.  Simple Knowledge Organization System (SKOS): Vocabulary for representing taxonomies and loosely structured knowledge. by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 12
  • 13. The „Web of Data“: Linked Data Principles  Set of best practices for publishing data on the Web.  Data from different knowledge domains, self-described, linked and accessible.  Follows 4 simple principles… 1. Use URIs as names for things. 2. Use HTTP URIs so that users can look up those names. 3. When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL). 4. Include links to other URIs, so that users can discover more things. by © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 13
  • 14. The „Web of Data“: Linked Data Rating Data is available on the Web. Data is available as machine-readable structured data. Non-proprietary formats are used. Individual data identified with open standards. Data is linked to other data provider. © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 14
  • 15. Vision: The Open Semantic Enterprise The Open Semantic Enterprise Enterprise Data meets Web Data © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 15
  • 16. Motivation  Enterprise data and media assets are often locked away in content silos (usually proprietary platforms and systems)  This results in redundancy of content and metadata, efforts and costs © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 16
  • 17. Motivation  Given heterogeneous, incomplete datasets with different formats and data models  Required unified data representation with connected datasets, with context information from the domain and with additional information from the Web © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 17
  • 18. Motivation  Solution „Integration“ on several layers (e.g. content, metadata, user interfaces/ portals, services, applications)  Results Positive effects on the efforts and costs for the creation, preservation, interaction, enhancement, personalisation. © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 18
  • 19. Foundations of Smart Enterprises  Seven pillars for Smart Enterprises (cf. „Open Semantic Enterprise“, Michael K. Bergman) 1. Graph-based data model (RDF) 2. (Open) Linked Data technologies 3. Adaptive ontologies 4. Ontology-driven applications 5. Web-oriented architecture (from linked documents to linked data) 6. Layered approach 7. Open World Mindset  … moreover, …. people (!) See www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 19
  • 20. The Open Semantic Enterprise: Layered Approach See www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 20
  • 21. The „Open Semantic Enterprise“: Evolution or Revolution?  Does this mean open data or open source ? NO, but …  They are suitable for these purposes with many open source tools available.  They can equivalently be applied to internal, closed, proprietary data and structures.  The techniques can themselves be used as a basis for bringing external information into the enterprise.  Is there a requirement replacing current systems and assets? NO, …  The practices can be applied equally to public or proprietary information.  They can be tested and deployed incrementally at low risk and cost.  Learn-as-you-go approach and active and agile adaptation.  Accomplished with minimal disruption  Change Management  Embracing the open semantic enterprise is fundamentally a people process.  Leadership and vision is necessary to begin the process. See www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 21
  • 22. Implementation of the Vision in Enterprises Institutional “Content Silos” Trusted Content Providers Media- and document archives Partner organisations Web content (Wikis, Blogs) Syndication, RSS-Feeds Newsgroups, eMails Agencies Web Content Suche mir Angabe Suche mit Kategorien Suche über der Materialart Stichw orten brow sen «extend» Texteingabe «extend» Suche über v om System Suche über v ordefinierte geografischen Begriffe Raum Suche über Zeit Suche {abstract} Trefferliste mit Keyframes anzeigen Suche über Anw endungsgebiet Trefferliste ohne Trefferliste mit Keyframes «include» Kurzbeschreibungen anzeigen ansehen Neueste Beiträge Home User anzeigen lassen Suche v erfeinern «extend» «extend» Suche einengen «extend» Am meisten «extend» gesehene Beiträge anzeigen «extend» Suche erw eitern «extend» Beiträge aus Details zu anderen «extend» Einzelbeitrag Kategorien ansehen ansehen Beiträge derselben Kategorie ansehen «extend» Metadaten zu Beitrag ansehen Videosummaries Andere verwandte Einzelne in Low -res (Dauer, Format,...) Beiträge anzeigen Closed/Private Ausschnitte ansehen lassen {abstract} Closed/Private ansehen Push Serv ice New sletter Interessensgebiete bestellen festlegen «include» Open/Public Open/Public Suche mir Angabe Suche mit Kategorien Suche über der Materialart Stichw orten brow sen «extend» Texteingabe «extend» Suche über v om System Suche über v ordefinierte geografischen Begriffe Raum Suche über Zeit Suche {abstract} Trefferliste mit Keyframes anzeigen Suche über Anw endungsgebiet Trefferliste ohne Trefferliste mit Keyframes «include» Kurzbeschreibungen anzeigen ansehen Neueste Beiträge Home User anzeigen lassen Suche v erfeinern «extend» «extend» Suche einengen «extend» Am meisten «extend» gesehene Beiträge anzeigen «extend» Suche erw eitern «extend» Beiträge aus Details zu anderen «extend» Einzelbeitrag Kategorien ansehen ansehen Beiträge derselben Suche mir Angabe Suche mit Kategorien Suche über Kategorie ansehen der Materialart Stichw orten brow sen «extend» Texteingabe «extend» «extend» Suche über v om System Suche über v ordefinierte Metadaten zu geografischen Begriffe Beitrag ansehen Videosummaries Andere verwandte Raum Einzelne in Low -res Suche über Zeit (Dauer, Format,...) Ausschnitte Beiträge anzeigen Suche {abstract} ansehen lassen {abstract} Trefferliste mit ansehen Keyframes Push Serv ice anzeigen Suche über Anw endungsgebiet Trefferliste ohne New sletter Keyframes Trefferliste mit Interessensgebiete bestellen «include» anzeigen «include» Kurzbeschreibungen festlegen ansehen Neueste Beiträge Home User anzeigen lassen Suche v erfeinern «extend» «extend» Suche einengen «extend» Am meisten «extend» gesehene Beiträge anzeigen «extend» Suche erw eitern «extend» Beiträge aus Details zu anderen «extend» Einzelbeitrag Kategorien ansehen ansehen Beiträge derselben Kategorie ansehen «extend» Metadaten zu Beitrag ansehen Videosummaries Andere verwandte Einzelne in Low -res (Dauer, Format,...) Ausschnitte Beiträge anzeigen ansehen lassen {abstract} ansehen Push Serv ice New sletter Interessensgebiete bestellen festlegen «include» Knowledge Space Communities, Social Networks Linked Data, Open Data, Customers, subscribers, employees, prosumers Taxonomies © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 22
  • 23. Toolset to implement an Open Semantic Enterprise The Open Semantic Enterprise Enterprise Data meets Web Data © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 23
  • 24. Toolset for Open Semantic Enterprises (1)  The „Toolset“ for Smart Enterprises comprises Open Source tools and frameworks, that can easily be integrated into existing applications without replacing them  Knowledge Extraction (Enhancement)  Natural language processing (NLP)  Entity linking und disambiguation  Content classification  Metadata extraction  Networked Knowledge (Linked Media Platform)  Implementing the Read-/Write-Webs based on the Linked Data Principles  Linked Data Platform (Apache Marmotta)  Data Federation  Caching  Versioning  Reasoning © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 24
  • 25. Architecture of the Linked Data Platform © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 25
  • 26. Toolset for Open Semantic Enterprises (2)  The „Toolset“ for Smart Enterprises comprises Open Source tools and frameworks, that can easily be integrated into existing applications without replacing them  Knowledge (Inter-)Activation  Decoupling of the CMS and the semantic interaction  Semantic content editing  Knowledge based navigation  Semantic search  Open Source: Apache License 2.0 (permissive) © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 26
  • 27. Solutions The Open Semantic Enterprise Enterprise Data meets Web Data © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 27
  • 28. Applications and Use Cases © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 28
  • 29. Case Studies: Semantic Technologies in the Enterprise  Various applications (not restricted to enterprise sector) are listed, e.g. in the directory of „Semantic Web Case Studies and Use Cases” at http://www.w3.org/2001/sw/sweo/public/UseCases/  Sectors:  automotive (2), broadcasting (2), energy (3), IT industry (5), oil & gas (3), publishing (4), telecommunications (4), utilities (1) (out of totally 46 entries as of Sep. 2012)  Some examples:  Contextual Search for Volkswagen and the Automotive Industry (Link)  How Ontologies and Rules Help to Advance Automobile Development (use case at AUDI) (Link)  Semantic Web Technologies in Automotive Repair and Diagnostic (use case at Renault) (Link)  Active Knowledge Management for Integrated Operations (use case at Statoil) (Link)  B2B Integration with Semantic Mediation (use case at BT Research) (Link)  WEASEL: Corporate Semantic Web (use case by Vodafone R&D) (Link) © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 29
  • 30. Case Studies: Salzburg NewMediaLab  Exploitation scenarios in “Salzburg NewMediaLab – The Next Generation” (SNML-TNG), a centre of excellent technologies in the COMET programme (www.newmedialabn.at, labs.newmedialab.at)  Some examples:  Concept based annotation in the ORF media  Semantic search and annotation of media fragments in the Red Bull Content Pool  Search and recommendation in a heterogeneous content pool at Salzburger Nachrichten  Enterprise search at Salzburg AG  Search and recommendation in a job portal at derStandard.at © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 30
  • 31. Scenario: „Wings for the Red Bull Content Pool“  Search and display of semantically enhanced video fragments Data and Information Sources Technologies and concepts  Information from various enterprise  Resource Description Framework (RDF) data sources  Ontology for Media Resources  Additionally Web of Data  Media Fragments URI  SPARQL 1.1 Query Language  HTML 5 © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 31
  • 32. Scenario: „Wings for the Red Bull Content Pool“  Source material: videos and text transcripts (terminology „concepts“ are manually marked in the screenshot below) © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 32
  • 33. Scenario: „Wings for the Red Bull Content Pool“  Content Enhancement with Apache Stanbol © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 33
  • 34. Scenario: „Wings for the Red Bull Content Pool“  Structured metadata in the LMF  Semantic search and navigation © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 34
  • 35. Scenario: „Wings for the Red Bull Content Pool“  HTML5-Player for video fragments (temporal, spacial)  Time code synchronized visualisation of concepts („catamaran“) © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 35
  • 36. Scenario: „Wings for the Red Bull Content Pool“  Annotation with concepts from the „Web of Data“ (DBpedia)  Interactive extension of the „knowledge base“ © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 36
  • 37. The Big Data Challenge The Open Semantic Enterprise Enterprise Data meets Web Data © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 37
  • 38. Linked Data is Big Data Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/ ©
  • 39. Linked Data is Big Data  Linked Data volume by domain (as of Sep. 2011) Number of Domain Triples % (Out-)Links % datasets Media 25 1,841,852,061 5.82 % 50,440,705 10.01 % Geographic 31 6,145,532,484 19.43 % 35,812,328 7.11 % Government 49 13,315,009,400 42.09 % 19,343,519 3.84 % Publications 87 2,950,720,693 9.33 % 139,925,218 27.76 % Cross-domain 41 4,184,635,715 13.23 % 63,183,065 12.54 % Life sciences 41 3,036,336,004 9.60 % 191,844,090 38.06 % User-generated content 20 134,127,413 0.42 % 3,449,143 0.68 % 295 31,634,213,770 503,998,829 cf. http://lod-cloud.net/state/ ©
  • 40. Linked Data is Big Data  State-of-the-art big data platforms need to process massive quantities of data in batch and in parallel - filtering, transforming and sorting it before loading it into an enterprise data warehouse. In order to realize an Open Semantic Enterprise, a big data platform has to be optimized for acquiring, organizing, and loading unstructured data. Technological approaches such as NoSQL databases and connectors for Apache Hadoop complement big data solutions for the open world of a semantic enterprise. © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 40
  • 41. Oracle Spatial and Graph option Graph Features  Network Data Model graph – Manages logical / spatial networks in database – Persists link/node structure, connectivity and direction – Supports constraints at link and node level – Logically partitioning network graphs for scalability  RDF Semantic graph – Enterprise class RDF Graph Database – Scales to petabytes of triples – by exploiting Exadata, RAC, SQL*Loader , Parallelism, Label Security – W3C standards: RDFS, OWL2 RL, OWL2 EL, SPARQL 1.1, RDB2RDF, RDFa, SKOS – SQL, PL/SQL APIs and Java APIs (Jena/Sesame) 41 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 42. RDF for Enterprise Integration Access & Presentation Layer Index RDF metadata layer (integrated graph metadata) Data Servers Event Server Big Data Appliance Content Mgmt BI Server Data Warehouse Data Sources / Types Human Sourced Machine Generated Data Social Media Information Subscription Services Transaction Systems 42 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 43. Merging Customer Application Tables Table 1 Table 2 43 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 44. Red Application has existing data model 44 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 45. Blue Application has existing data model But, users need to integrate Red & Blue models 45 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 46. Merging RDF models  Step 1: Merge RDF  Same nodes (URIs) join automatically 46 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 47. Enriching your model with Relationships and Rules  Step 2: Add relationships and rules  (Relationships are also RDF) 47 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 48. Flexible metadata model for new app requirements  Step 3: Define Green model  (Making use of Red & Blue models) 48 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 49. Ease of data integration – no change to legacy apps!  What the Blue app sees: – No difference! 49 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 50. Supporting Breadth of Enterprise Data End-user and Developer Environments Developers Data Scientists Business Users Data Integration JDeveloper Discovery Statistics Mining Business Intelligence Dashboards Semantic Metadata Layer Data Services Big Data Sources Text Graph Applications Statistics Spatial Analytics Analytics Streaming Structured Services App Services Data Natural Lang. Sound and Data Mining Images Processing Video Web-log Sessionizatio Event Unstructured n and Vertical Processin Data Management Data ODBC JDBC Enrichment Applications g NoSQL Hadoop Relational Social Media Sentiment Analysis Horizontal Applications Reference Architecture Compression Security & Encryption 50 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 51. Use Case: Aligning Unstructured Content Oracle Big Data Appliance Oracle RDF Oracle Advanced (Entity extract and annotate as RDF) Semantic Graph Analytics InfiniBand InfiniBand Bulk Load RDF triples RDF Models Unstructured Documents Stream Acquire Organize Analyze & Visualize 51 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 52. Enterprise Collaboration – Social Collaboration Graph I nfo Communities People RDF Store Semantic GRAPH (Metadata) Social Graph e.g. “product catalog”, e.g. “job roles”, e.g. ”web content”, “wiki “Directory” “customer accounts” topics”, “expertise” Extenders / Enterprise Vocabulary Entity and Property Connectors User Entered Tags Import Extraction Import Physical Data Structured Data Transactional Applications Content Repositories 52 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 53. Oracle Capabilities  Scalability: Persistent storage scales to hundreds of billion triples – Leading competitors are in-memory DBs – Parallelism, compression, Exadata  Security: Label Security on triples  Native inferencing capability  Supports combined query of graph, relational, text, spatial data  Query: SQL, SPARQL or combined query  Platforms: SQL and NoSQL storage  Built-in analysis tools: Advanced Analytics  Growing ecosystem of 3rd party tools partner 53 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 54. Application Areas for Semantic Graph  Intelligence, Law Enforcement – Threat analysis, asset tracking, integrated justice  Health Care and Bio-Informatics – Integrated patient records, bio-surveillance, genomics  Finance – Fraud detection, Compliance Management  Web and Social Network Solutions – Recommender, Social Network Analysis, Activity Analysis  Media, Games, Content Management – Media metadata, content re-purposing 54 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
  • 55. Conclusions and Questions The Open Semantic Enterprise Enterprise Data meets Web Data © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 55
  • 56. Summary • Linked Data Principles The Web of Data • Foundations (RDF, RDFS, OWL, SPARQL, …) • Vocabularies (DC, SKOS, SIOC, FOAF, …) Open Semantic • Open World Mindset • Data Outlets Enterprise • Data Inlets • Case studies Solutions • Applications • Conceptual approaches • Knowledge Extraction Technologies • Networked Knowledge • Knowledge Interaction The Big Data • Linked Open Data Cloud • Scalability Challenge • Query, Analysis © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 56
  • 57. References  IKS-Projekt (EU FP7 – Integrated Project)  Website: www.iks-project.eu  Demos: www.iks-project.eu/Demos  Salzburg NewMediaLab – The Next Generation (K-Projekt)  Website: www.newmedialab.at  Labs (Demo-Bereich): labs.newmedialab.at  Apache Stanbol  Project Repository: stanbol.apache.org  Demos: www.iks-project.eu/Demos  Apache Marmotta  Project Repository: marmotta.incubator.apache.org  Apache Lucine/Solr  Project Repository : lucene.apache.org/solr/  Linked Media Framework  Linked Media Principles: www.newmewdialab.at/LinkedMediaPrinciples  Google Code-Repository: www.newmewdialab.at/LMF, code.google.com/p/LMF  VIE  Project Repository: viejs.org  Demos: www.iks-project.eu/Demos  Weitere Technologien  PoolParty: www.poolparty.biz  LD-Path: www.newmedialab.at/LDPath, code.google.com/p/ldpath/  Weitere Information  Open Semantic Enterprise: www.mkbergman.com/859/seven-pillars-of-the-open-semantic-enterprise © 11.04.2013 "The Open Semantic Enterprise - Enterprise Data meets Web Data" (G. Güntner) 57
  • 58. DI Herbert Beilschmidt Principal Sales Consultant Oracle Austria GmbH Wagramer Straße 19 | 1223 Wien, Austria Tel. +43 1 33777 0 | Fax +43 1 33777 33 herbert.beilschmidt@oracle.com This work is licensed under a Creative Commons DI Georg Güntner Attribution-ShareAlike 3.0 Head of Salzburg NewMediaLab – The Next Generation Unported License. Salzburg Research Forschungsgesellschaft m.b.H. Jakob-Haringer-Straße 5/3 | Salzburg, Austria The Open Semantic Enterprise Tel. +43 662 2288-401 | Fax +43 662 2288-222 Enterprise Data meets Web Data georg.guentner@salzburgresearch.at ©