SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Presented to –                     Presented by-
Mr. Shreyaskar Gaur                Pallavi Srivastava
Assistant Professor                B.Tech(C.S.E)
Department of Computer Science &   Semester-6
Technology
                                   Roll no.- 0928210035
JPIET
Contents



           W3C

       Semantic web

   Semantic web themes

      Technology map

        Applications

Advantages and disadvantages

        Future scope

     Imaginative aspect
W3C
International consortium directed by Tim Berners-Lee
Mission: “Lead the Web to its full potential”
Hosts: MIT, ERCIM, Keio University
Defines Web Standards
   HTML, CSS, XML, Security
   Web Accessibility Initiative (WAI)
   Web Services (SOAP, WSDL, etc.)
   Semantic Web
Method
 Technical specifications developed with Working Groups and
  extensive public review
 Advanced Development to chart long term architectural
  directions
W3C track record: building infrastructure to address
technical and social needs of the Web
Need of semantic web
Semantic web
   “The Semantic Web is a major research initiative of the World Wide
Web Consortium (W3C) to create a metadata-rich Web of resources
that can describe themselves not only by how they should be
displayed (HTML) or syntactically (XML), but also by the meaning of the
metadata.”
                        From W3C Semantic Web Activity Page


    “The Semantic Web is an extension of the current web in which
information is given well-defined meaning, better enabling computers
and people to work in cooperation.”

                         Tim Berners-Lee, James Hendler, Ora Lassila,
                         The Semantic Web, Scientific American, May 2001
Semantic Web

Data Integration at Web Scale
Web of data
  framework for integrating multiple sources
  to draw new conclusions
  architecture for describing all kinds of things
  (items, collections, services, processes, etc.)
Increase the utility of information by
connecting it to its definitions and its
context
  effective management and reuse of data at
  various scales (personal, group, enterprise,
  community, web
Today, the W3C positions the Semantic Web into a number
  of areas:
Semantic web themes
Linked data
 Data on the Web should be available in a standard format.
 Relationships among data should be made available, too, to create a Web of Data .
 Collection of interrelated datasets on the Web.
Vocabulary-
 Concepts and relationships (also referred to as “terms”) used to describe and
 represent an area of concern.
 Used to-
    Classify the terms that can be used in a particular application.
    Characterize possible relationships.
    Define possible constraints on using those terms.
 The role are to help data integration.
 E.g. a:author same as f:auteur
Query
 Programmatic mechanisms to retrieve all the data.
Semantic web themes
Inference
* Automatic procedures can generate new
  relationships.
* Used for data integration on the Web, by-
    * discovering new relationships
    * automatically analyzing the content of the
       data
    * managing knowledge on the Web .
Vertical applications
  Used to explore how Semantic Web technologies
  can help improve operations, efficiencies, and
  provide better user experiences.
  The two most prominent areas for Semantic
  Web adoption are
     Health Care/Life Sciences
     e-Government    sectors
Data Integration in Semantic web

 1. Map the various data onto an abstract data representation
       make the data independent of its internal representation
 2. Merge the resulting representations
 3. Start making queries on the whole!
       queries that could not have been done on the individual data
       sets
Technology map
RDF
 RDF(Resource Description Framework) is the first and the fundamental technology of
 semantic web.
 It describes Resources through a series of Statements.
 RDF has following important concepts
•    Resource : The resources being described by RDF are anything that can be named via a
     URI.
•    Property : A property is also a resource that has a name, for instance Author or Title.
•    Statement : A statement consists of the combination of a Resource, a Property, and
     an associated value.
 Each statement is a Property and Value that is about a Resource.
  An RDF Triple (s,p,o) is such that:
  “s”, “p” are URI-s, ie, resources on the Web; “o” is a URI or a literal
  “s”, “p”, and “o” stand for “subject”, “property”, and “object
Resources can use any URI, e.g.:
   http://www.example.org/file.xml#element(home)
   http://www.example.org/file2.xml#xpath1(//q[@a=b])
URI-s can also denote non Web entities:
 http://www.ivan-herman.net/me is me
 not my home page, not my publication list, but me
RDF & RDFS
    Another significant part of RDF is it’s
    Schema language. RDF Schema allows for
    greater specification of semantics for
    information models.
    RDFS defines resources and classes:
      everything in RDF is a “resource”
         “classes” are also resources, but…
         …they are also a collection of possible
         resources (i.e., “individuals”)
              “fiction”, “novel”
    Relationships are defined among classes             <rdf:Description
     and resources:                                      rdf:about="http://…/isbn/202038
                                                         6682">
         “typing”: an individual belongs to a specific       <f:titre xml:lang="fr">Le
         class                                           palais des mirroirs</f:titre>
              “«The Glass Palace» is a novel”                <f:original
              to be more precise:                        rdf:resource="http://…/isbn/000
              “«http://.../000651409X» is a novel”       651409X"/>
         “sub classing”: all instances of one are also   </rdf:Description>
         the instances of the other (“every novel is a
         fiction”)
            RDFS formalizes these notions in RDF
RDF example

                             Has road
                                        Garden st.     In Suburb
              Intersection


In location                  Has road
                                                     Central
                                                      ave
                                                               In Suburb
   Traffic                         Sydney
  accident                                                          Eveleigh

                                          In city
OWL

 Declarative knowledge representation
language for the Semantic Web with
formally defined meaning for creating
ontologies.
It is a ‘Monotonic’ language.
Collection of basic “pieces of knowledge.”
 Statements that are made in an ontology are
called axioms in OWL.
 The ontology asserts that its axioms are true.
 OWL denotes:
• objects as individuals,
• categories as classes, and
• relations as properties.
SPARQL

SPARQL query language and the accompanying
semantics and protocols makes possible to send                PREFIX ns: <http://road.com/>
queries and receive results .                                    SELECT ?name
                                                                 WHERE
SPARQL queries are similar in syntax to SQL
                                                                 {
   based on the RDF triple models                                  ?road ns:inSuburb “Eveleigh”
   provide patterns against such relationships in which       .
   some resource references are variables.
                                                                   ?road ns:hasName ?name .
A SPARQL engine would return the resources that                  }
match these patterns for all triples.
Under current development          are a                      The results would be:
   SPARQL Update language                                         Name
   SPARQL HTTP bindings                                           “Garden St”
   discovery mechanism for describing the capabilities of a       “Central Ave”
   SPARQL endpoint.
GRDDL & POWDER
GRDDL
* GRDDL is a mechanism for Gleaning Resource Descriptions from Dialects of Languages.
* introduces markup based on existing standards for:
   *   declaring that an XML document includes data compatible with the RDF
   *   linking to algorithms (typically represented in XSLT),
   *   extracting this data from the document.

POWDER ( Protocol for Web Description Resources )
  Supports
       the provision of description resources
       way to apply them to groups of online resources
       the authentication   of those descriptions .
  There are two versions of POWDER:
       one simple version expressed in XML.
       the other that harnesses the Semantic         Web    languages (POWDER-S).

SKOS
  An area of work developing specifications and standards to support the use of knowledge
  organization systems (KOS) such as thesauri, classification schemes, subject heading lists and
  taxonomies within the framework of the Semantic Web
Rule Interchange Format

 Family of specifications which focuses on exchange rather
  than a single one-fits-all rule language but even rule
  exchange alone is a complex and daunting area.
 Rule systems fall into three categories;
   first-order
   logic-programming
   action rules
 Family of languages, called dialects.
 Core idea : Different rule systems will provide syntactic
  mappings from their native languages to RIF dialects and back.
 Mappings are required to be preserve their original
  semantics
Tools

                 Categories
                                            The following Semantic Web tools
                                              have been recently released:
                 Inference
Triple Stores                  Converters      AceWiki (Version 0.5.3, 19
                  engines
                                              January 2012)
                                              LDIF (Version 0.4, 16 January
  Search                                      2012)
                Middleware       CMS
  engines                                     AllegroGraph (Version 4.4.0.1, 12
                                              January 2012)
 Semantic                                      Semantic MediaWiki (Version
                Development    Semantic       1.7.0.1, 9 January 2012)
   Web
                environments     Wikis
 browsers                                      Bigdata (Version 1.1.0, 20
                                              December 2011)
Advantages
Disadvantages
Current news
Based in Los Angeles, Cognition Technologies has
developed innovative Semantic Natural Language
Processing (NLP) technology .
A leading biopharmaceutical company has chosen
Semantelli’s CoProtect software to manage its online
and social media reputation.
Semantic advertising web service ADmantX has
announced a partnership with adBrite, “the largest
independent ad exchange, to offer brand safety,
greater ad engagement and page-level, cookie-less
targeting to advertisers and publishers.
CitizenNet is using semantic analysis and natural
language processing to provide customers with
automatic social media promotion
Future Aspect
The semantic web is driving the evolution of current web by
enabling users to find ,share & combine information more easily.
The US government has propelled the adoption of semantic web
in governmental agencies.
More than 2,70,000 data sets are available for public viewing with
the help of Data Gov project.
At present , semantic web witnesses funding inflow for product
development.
In future, the investments are likely to be made in projects where
focus is on enhancing the existing ecosystems on internet
especially in :
    Social computing
    Search engines enhancements
    Advertising
    Analytical tools
Semantic innovations relevant to thriving ecosystems such as
Facebook & twitter stand better chance of attracting funds from
venture capalists & other funding agencies.
Clarabridge,which delivers highly customized enterprise
processing solutions had acquired $4.33 million for marketing &
sales expansion.
Semantic web is about an individual.
Searches: With semantic search engines we can receive
right information/content at the right time from
anywhere.
Once the Semantic Web exists, it can provide the ability
to tag all content on the Web, describe what each piece
of information is about and give semantic meaning to
the content item.
Thus, search engines become more effective than they
are now, and users can find the precise information
they are hunting.
E-commerce : “We believe this is what you are looking”
Online ad: “Personalized ad display based on user
preferences, community and other characteristics”.
References:

www.w3.org>W3C
www.readwriteweb.com
Semantic Web - Wikipedia, the free encyclopedia
en.wikipedia.org/wiki/Semantic Web
Tutorial ppt W3C
http://www.w3.org/2001/sw/grddl-wg/
Queries…
Semantic web

Weitere ähnliche Inhalte

Was ist angesagt?

Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
An introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked DataAn introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked DataFabien Gandon
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFSNilesh Wagmare
 
Ontology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical StudyOntology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical StudyDebashisnaskar
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)Ameer Sameer
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 
The Semantic Web #6 - RDF Schema
The Semantic Web #6 - RDF SchemaThe Semantic Web #6 - RDF Schema
The Semantic Web #6 - RDF SchemaMyungjin Lee
 
Metadata harvesting
Metadata harvestingMetadata harvesting
Metadata harvestingAndrewLIS688
 
The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - OverviewMyungjin Lee
 
Semantic web
Semantic webSemantic web
Semantic webRehithaP
 
An Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAn Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAnkur Biswas
 
Web 3.0 & IoT (English)
Web 3.0 & IoT (English)Web 3.0 & IoT (English)
Web 3.0 & IoT (English)Peter Waher
 
Introduction to RDF & SPARQL
Introduction to RDF & SPARQLIntroduction to RDF & SPARQL
Introduction to RDF & SPARQLOpen Data Support
 
ONTOLOGY BASED DATA ACCESS
ONTOLOGY BASED DATA ACCESSONTOLOGY BASED DATA ACCESS
ONTOLOGY BASED DATA ACCESSKishan Patel
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic WebHatem Mahmoud
 
IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...
IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...
IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...Kai Wähner
 

Was ist angesagt? (20)

Semantic web
Semantic webSemantic web
Semantic web
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
An introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked DataAn introduction to Semantic Web and Linked Data
An introduction to Semantic Web and Linked Data
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Introduction To RDF and RDFS
Introduction To RDF and RDFSIntroduction To RDF and RDFS
Introduction To RDF and RDFS
 
Ontology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical StudyOntology and Ontology Libraries: a Critical Study
Ontology and Ontology Libraries: a Critical Study
 
Web ontology language (owl)
Web ontology language (owl)Web ontology language (owl)
Web ontology language (owl)
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
The Semantic Web #6 - RDF Schema
The Semantic Web #6 - RDF SchemaThe Semantic Web #6 - RDF Schema
The Semantic Web #6 - RDF Schema
 
Metadata harvesting
Metadata harvestingMetadata harvesting
Metadata harvesting
 
The Semantic Web #1 - Overview
The Semantic Web #1 - OverviewThe Semantic Web #1 - Overview
The Semantic Web #1 - Overview
 
Semantic web
Semantic webSemantic web
Semantic web
 
An Introduction to Semantic Web Technology
An Introduction to Semantic Web TechnologyAn Introduction to Semantic Web Technology
An Introduction to Semantic Web Technology
 
Web 3.0 & IoT (English)
Web 3.0 & IoT (English)Web 3.0 & IoT (English)
Web 3.0 & IoT (English)
 
Introduction to RDF & SPARQL
Introduction to RDF & SPARQLIntroduction to RDF & SPARQL
Introduction to RDF & SPARQL
 
ONTOLOGY BASED DATA ACCESS
ONTOLOGY BASED DATA ACCESSONTOLOGY BASED DATA ACCESS
ONTOLOGY BASED DATA ACCESS
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Web 3.0 The Semantic Web
Web 3.0 The Semantic WebWeb 3.0 The Semantic Web
Web 3.0 The Semantic Web
 
IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...
IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...
IoT Open Source Integration Comparison (Kura, Node-RED, Flogo, Apache Nifi, S...
 
Web 3.0 Intro
Web 3.0 IntroWeb 3.0 Intro
Web 3.0 Intro
 

Ähnlich wie Semantic web

Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...dannyijwest
 
Semantic web
Semantic webSemantic web
Semantic webtariq1352
 
Understanding RDF: the Resource Description Framework in Context (1999)
Understanding RDF: the Resource Description Framework in Context  (1999)Understanding RDF: the Resource Description Framework in Context  (1999)
Understanding RDF: the Resource Description Framework in Context (1999)Dan Brickley
 
RDFa Semantic Web
RDFa Semantic WebRDFa Semantic Web
RDFa Semantic WebRob Paok
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Jenel Farrell
 
Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Sebastian Ryszard Kruk
 
Semantic Annotation: The Mainstay of Semantic Web
Semantic Annotation: The Mainstay of Semantic WebSemantic Annotation: The Mainstay of Semantic Web
Semantic Annotation: The Mainstay of Semantic WebEditor IJCATR
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Researchadameq
 
CSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialCSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialLeeFeigenbaum
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsRinke Hoekstra
 
Services semantic technology_terminology
Services semantic technology_terminologyServices semantic technology_terminology
Services semantic technology_terminologyTenforce
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015Cason Snow
 

Ähnlich wie Semantic web (20)

Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
Semantic - Based Querying Using Ontology in Relational Database of Library Ma...
 
Semantic web
Semantic webSemantic web
Semantic web
 
Understanding RDF: the Resource Description Framework in Context (1999)
Understanding RDF: the Resource Description Framework in Context  (1999)Understanding RDF: the Resource Description Framework in Context  (1999)
Understanding RDF: the Resource Description Framework in Context (1999)
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Jpl presentation
Jpl presentationJpl presentation
Jpl presentation
 
Semantics
SemanticsSemantics
Semantics
 
SNSW CO3.pptx
SNSW CO3.pptxSNSW CO3.pptx
SNSW CO3.pptx
 
RDFa Semantic Web
RDFa Semantic WebRDFa Semantic Web
RDFa Semantic Web
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2Lodlam saa 2011_jenelfarrell_2
Lodlam saa 2011_jenelfarrell_2
 
Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)
 
Semantic Annotation: The Mainstay of Semantic Web
Semantic Annotation: The Mainstay of Semantic WebSemantic Annotation: The Mainstay of Semantic Web
Semantic Annotation: The Mainstay of Semantic Web
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
CSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialCSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web Tutorial
 
semanticweb
semanticwebsemanticweb
semanticweb
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
Services semantic technology_terminology
Services semantic technology_terminologyServices semantic technology_terminology
Services semantic technology_terminology
 
Linked Data MLA 2015
Linked Data MLA 2015Linked Data MLA 2015
Linked Data MLA 2015
 

Mehr von Pallavi Srivastava

Various Types of Vendors that Exist in the Software Ecosystem
Various Types of Vendors that Exist in the Software EcosystemVarious Types of Vendors that Exist in the Software Ecosystem
Various Types of Vendors that Exist in the Software EcosystemPallavi Srivastava
 
ISR Project - Education to underprivileged
ISR Project - Education to underprivilegedISR Project - Education to underprivileged
ISR Project - Education to underprivilegedPallavi Srivastava
 
Mongoose getting started-Mongo Db with Node js
Mongoose getting started-Mongo Db with Node jsMongoose getting started-Mongo Db with Node js
Mongoose getting started-Mongo Db with Node jsPallavi Srivastava
 
Summer Training report at TATA CMC
Summer Training report at TATA CMCSummer Training report at TATA CMC
Summer Training report at TATA CMCPallavi Srivastava
 

Mehr von Pallavi Srivastava (8)

Various Types of Vendors that Exist in the Software Ecosystem
Various Types of Vendors that Exist in the Software EcosystemVarious Types of Vendors that Exist in the Software Ecosystem
Various Types of Vendors that Exist in the Software Ecosystem
 
ISR Project - Education to underprivileged
ISR Project - Education to underprivilegedISR Project - Education to underprivileged
ISR Project - Education to underprivileged
 
We like project
We like projectWe like project
We like project
 
Java Docs
Java DocsJava Docs
Java Docs
 
Node js getting started
Node js getting startedNode js getting started
Node js getting started
 
Mongoose getting started-Mongo Db with Node js
Mongoose getting started-Mongo Db with Node jsMongoose getting started-Mongo Db with Node js
Mongoose getting started-Mongo Db with Node js
 
Smart dust
Smart dustSmart dust
Smart dust
 
Summer Training report at TATA CMC
Summer Training report at TATA CMCSummer Training report at TATA CMC
Summer Training report at TATA CMC
 

Kürzlich hochgeladen

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Semantic web

  • 1.
  • 2. Presented to – Presented by- Mr. Shreyaskar Gaur Pallavi Srivastava Assistant Professor B.Tech(C.S.E) Department of Computer Science & Semester-6 Technology Roll no.- 0928210035 JPIET
  • 3. Contents W3C Semantic web Semantic web themes Technology map Applications Advantages and disadvantages Future scope Imaginative aspect
  • 4. W3C International consortium directed by Tim Berners-Lee Mission: “Lead the Web to its full potential” Hosts: MIT, ERCIM, Keio University Defines Web Standards  HTML, CSS, XML, Security  Web Accessibility Initiative (WAI)  Web Services (SOAP, WSDL, etc.)  Semantic Web Method  Technical specifications developed with Working Groups and extensive public review  Advanced Development to chart long term architectural directions W3C track record: building infrastructure to address technical and social needs of the Web
  • 6. Semantic web “The Semantic Web is a major research initiative of the World Wide Web Consortium (W3C) to create a metadata-rich Web of resources that can describe themselves not only by how they should be displayed (HTML) or syntactically (XML), but also by the meaning of the metadata.” From W3C Semantic Web Activity Page “The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation.” Tim Berners-Lee, James Hendler, Ora Lassila, The Semantic Web, Scientific American, May 2001
  • 7. Semantic Web Data Integration at Web Scale Web of data framework for integrating multiple sources to draw new conclusions architecture for describing all kinds of things (items, collections, services, processes, etc.) Increase the utility of information by connecting it to its definitions and its context effective management and reuse of data at various scales (personal, group, enterprise, community, web
  • 8. Today, the W3C positions the Semantic Web into a number of areas:
  • 9. Semantic web themes Linked data Data on the Web should be available in a standard format. Relationships among data should be made available, too, to create a Web of Data . Collection of interrelated datasets on the Web. Vocabulary- Concepts and relationships (also referred to as “terms”) used to describe and represent an area of concern. Used to- Classify the terms that can be used in a particular application. Characterize possible relationships. Define possible constraints on using those terms. The role are to help data integration. E.g. a:author same as f:auteur Query Programmatic mechanisms to retrieve all the data.
  • 10. Semantic web themes Inference * Automatic procedures can generate new relationships. * Used for data integration on the Web, by- * discovering new relationships * automatically analyzing the content of the data * managing knowledge on the Web . Vertical applications Used to explore how Semantic Web technologies can help improve operations, efficiencies, and provide better user experiences. The two most prominent areas for Semantic Web adoption are Health Care/Life Sciences e-Government sectors
  • 11. Data Integration in Semantic web 1. Map the various data onto an abstract data representation make the data independent of its internal representation 2. Merge the resulting representations 3. Start making queries on the whole! queries that could not have been done on the individual data sets
  • 12.
  • 13.
  • 15. RDF RDF(Resource Description Framework) is the first and the fundamental technology of semantic web. It describes Resources through a series of Statements. RDF has following important concepts • Resource : The resources being described by RDF are anything that can be named via a URI. • Property : A property is also a resource that has a name, for instance Author or Title. • Statement : A statement consists of the combination of a Resource, a Property, and an associated value. Each statement is a Property and Value that is about a Resource. An RDF Triple (s,p,o) is such that: “s”, “p” are URI-s, ie, resources on the Web; “o” is a URI or a literal “s”, “p”, and “o” stand for “subject”, “property”, and “object Resources can use any URI, e.g.: http://www.example.org/file.xml#element(home) http://www.example.org/file2.xml#xpath1(//q[@a=b]) URI-s can also denote non Web entities: http://www.ivan-herman.net/me is me not my home page, not my publication list, but me
  • 16. RDF & RDFS Another significant part of RDF is it’s Schema language. RDF Schema allows for greater specification of semantics for information models. RDFS defines resources and classes:  everything in RDF is a “resource” “classes” are also resources, but… …they are also a collection of possible resources (i.e., “individuals”) “fiction”, “novel”  Relationships are defined among classes <rdf:Description and resources: rdf:about="http://…/isbn/202038 6682"> “typing”: an individual belongs to a specific <f:titre xml:lang="fr">Le class palais des mirroirs</f:titre> “«The Glass Palace» is a novel” <f:original to be more precise: rdf:resource="http://…/isbn/000 “«http://.../000651409X» is a novel” 651409X"/> “sub classing”: all instances of one are also </rdf:Description> the instances of the other (“every novel is a fiction”) RDFS formalizes these notions in RDF
  • 17. RDF example Has road Garden st. In Suburb Intersection In location Has road Central ave In Suburb Traffic Sydney accident Eveleigh In city
  • 18. OWL Declarative knowledge representation language for the Semantic Web with formally defined meaning for creating ontologies. It is a ‘Monotonic’ language. Collection of basic “pieces of knowledge.” Statements that are made in an ontology are called axioms in OWL. The ontology asserts that its axioms are true. OWL denotes: • objects as individuals, • categories as classes, and • relations as properties.
  • 19. SPARQL SPARQL query language and the accompanying semantics and protocols makes possible to send PREFIX ns: <http://road.com/> queries and receive results . SELECT ?name WHERE SPARQL queries are similar in syntax to SQL { based on the RDF triple models ?road ns:inSuburb “Eveleigh” provide patterns against such relationships in which . some resource references are variables. ?road ns:hasName ?name . A SPARQL engine would return the resources that } match these patterns for all triples. Under current development are a The results would be: SPARQL Update language Name SPARQL HTTP bindings “Garden St” discovery mechanism for describing the capabilities of a “Central Ave” SPARQL endpoint.
  • 20. GRDDL & POWDER GRDDL * GRDDL is a mechanism for Gleaning Resource Descriptions from Dialects of Languages. * introduces markup based on existing standards for: * declaring that an XML document includes data compatible with the RDF * linking to algorithms (typically represented in XSLT), * extracting this data from the document. POWDER ( Protocol for Web Description Resources ) Supports the provision of description resources way to apply them to groups of online resources the authentication of those descriptions . There are two versions of POWDER: one simple version expressed in XML. the other that harnesses the Semantic Web languages (POWDER-S). SKOS An area of work developing specifications and standards to support the use of knowledge organization systems (KOS) such as thesauri, classification schemes, subject heading lists and taxonomies within the framework of the Semantic Web
  • 21.
  • 22. Rule Interchange Format  Family of specifications which focuses on exchange rather than a single one-fits-all rule language but even rule exchange alone is a complex and daunting area.  Rule systems fall into three categories;  first-order  logic-programming  action rules  Family of languages, called dialects.  Core idea : Different rule systems will provide syntactic mappings from their native languages to RIF dialects and back.  Mappings are required to be preserve their original semantics
  • 23. Tools Categories The following Semantic Web tools have been recently released: Inference Triple Stores Converters AceWiki (Version 0.5.3, 19 engines January 2012) LDIF (Version 0.4, 16 January Search 2012) Middleware CMS engines AllegroGraph (Version 4.4.0.1, 12 January 2012) Semantic Semantic MediaWiki (Version Development Semantic 1.7.0.1, 9 January 2012) Web environments Wikis browsers Bigdata (Version 1.1.0, 20 December 2011)
  • 24.
  • 25.
  • 26.
  • 27.
  • 30. Current news Based in Los Angeles, Cognition Technologies has developed innovative Semantic Natural Language Processing (NLP) technology . A leading biopharmaceutical company has chosen Semantelli’s CoProtect software to manage its online and social media reputation. Semantic advertising web service ADmantX has announced a partnership with adBrite, “the largest independent ad exchange, to offer brand safety, greater ad engagement and page-level, cookie-less targeting to advertisers and publishers. CitizenNet is using semantic analysis and natural language processing to provide customers with automatic social media promotion
  • 31. Future Aspect The semantic web is driving the evolution of current web by enabling users to find ,share & combine information more easily. The US government has propelled the adoption of semantic web in governmental agencies. More than 2,70,000 data sets are available for public viewing with the help of Data Gov project. At present , semantic web witnesses funding inflow for product development. In future, the investments are likely to be made in projects where focus is on enhancing the existing ecosystems on internet especially in : Social computing Search engines enhancements Advertising Analytical tools Semantic innovations relevant to thriving ecosystems such as Facebook & twitter stand better chance of attracting funds from venture capalists & other funding agencies. Clarabridge,which delivers highly customized enterprise processing solutions had acquired $4.33 million for marketing & sales expansion.
  • 32. Semantic web is about an individual. Searches: With semantic search engines we can receive right information/content at the right time from anywhere. Once the Semantic Web exists, it can provide the ability to tag all content on the Web, describe what each piece of information is about and give semantic meaning to the content item. Thus, search engines become more effective than they are now, and users can find the precise information they are hunting. E-commerce : “We believe this is what you are looking” Online ad: “Personalized ad display based on user preferences, community and other characteristics”.
  • 33. References: www.w3.org>W3C www.readwriteweb.com Semantic Web - Wikipedia, the free encyclopedia en.wikipedia.org/wiki/Semantic Web Tutorial ppt W3C http://www.w3.org/2001/sw/grddl-wg/

Hinweis der Redaktion

  1. PREFIX ns: &lt;http://road.com/&gt; SELECT ?name WHERE { ?road ns:inSuburb “Eveleigh” . ?road ns:hasName ?name . } The results would be: “Garden St” “Central Ave”