SlideShare a Scribd company logo
Biodiversity Informatics on the
        Semantic Web



                Pete DeVries
              TaxonConcept.org
       http://www.taxonconcept.org/
        Department of Entomology
      University of Wisconsin - Madison
What is the Semantic Web and how
          does it Work?
                   Lets Look at the Traditional Way
                                   Taxon Table




                                 Location Table



This data structure is really only interpretable within the context of this specific database
Data Islands




The result are database islands that contain a lot of redundant data which is independently curated.

                         Each effort benefits little from the other efforts.
Data Sets often Overlap




                               Text




What they don’t have is a common set of field names or ID’s
Each Data set has is own “Vocabulary”

 Different Fields
 Different Names for the Same Fields
 Same Names for Different Fields
 Different ways of Interpreting those Fields

These nuances in meaning are often only understood by the
          designers of each individual data set.

 Consider how differently people interpret the meaning of
     different fields in the various email discussions.
Where the Semantic Web Helps
               Tim Berners-Lee’s 4 Rules

1. Use URIs* as names for things
2. Use HTTP URIs so that people can look up those names.
3. When someone looks up a URI, provide useful information.
4. Include links to other URIs. so that they can discover more things.


           *URI = Uniform Resource Identifier
       http://www.w3.org/DesignIssues/LinkedData.html
Use URIs as Names for Things?



Instead of “Door County” use
http://sws.geonames.org/5250768/
For Humans this URI Dereferences To
For Machines this Dereferences To
Why Would Anyone Think this Made Sense?




 Now, each of these different databases are using an ID with a shared meaning.

         A meaning that can be determined by dereferencing the URI.

        All the data sets that use this vocabulary are now connectable.

 All the data sets that are linked to this URI are now also linked to each other.
As More Data Sets Adopt these Principles




The individual datasets are no longer islands, but are one interconnected knowledge base
Other Benefits

Reduced duplication of effort and a better separation of concerns


   It would be more efficient for me to simply link to a bibliographic
 reference URI on a site that specializes in that then to create my own
                        bibliographic database.


Similarly, it would be more efficient for the bibliographic database to link
to a URI in a nomenclatural database than curates that aspect separately.
What is Linked Open Data?




 Linked Open Data (LOD) and the LOD Cloud are linked open accessible data sets
A diagram of the subset of Linked Open Data that is described at http://ckan.net/
Wikipedia Images linked to my Species Concepts




     TaxonConcept <=> Dbpedia <=> WikiCommons Images
           Virtuoso OpenSource and Microsoft Pivot
             (some images are too large to display)
How do I Mark up my Data?


    Your data set can continue to exist in its current relational
database form, but you need to expose it to the semantic web in a
                          different form
Knowledge as Triples
Statements are represented in a triple structure

        Subject ➜ Predicate ➜ Object

•   An English text version of a triple might look like

•   Ochlerotatus triseriatus expected in La Crosse County, WI
Machine Processable Version
Ochlerotatus triseriatus is expected in La Crosse County, WI

       Now represented as the following triple*


          http://lod.taxonconcept.org/ses/iuCXz#Species

    http://lod.taxonconcept.org/ontology/txn.owl#isExpectedIn

                http://sws.geonames.org/5258961/



        *Not Meant for Human Consumption
Expressing RDF

 RDF = Resource Description Framework

 Ways to Express RDF (Serialization Formats)

                   RDF/XML
      http://www.w3.org/TR/REC-rdf-syntax/
              Notation 3 (N3)
http://www.w3.org/DesignIssues/Notation3.html

                    Subsets of N3
         Turtle (Terse RDF Triple Language)
                      N-Triples
The Same Triple in Different Formats
                                    RDF/XML (.rdf)




                                        N3 (.n3)




                                       Turtle (.ttl)




                      You might find one of these forms easier to create.
     There are various tools that will allow you to convert between one form and another.
If you need RDF/XML, but can create N3; author in N3 then convert those files to RDF/XML.
How do I tell the Semantic Web
      about my Data?

              PingtheSemanticWeb
         http://pingthesemanticweb.com/
               Semantic Sitemaps
   http://sw.deri.org/2007/07/sitemapextension/
PingtheSemanticWeb.com
  Enter the URL for your RDF documents
Semantic SiteMaps




          http://site.example.com/sitemap.xml
        http://site.example.com/sitemap.xml.gz
Refer to the sitemap.xml file in your sites robots.txt file
How can I Find other Potentially Useful
             Data Sets?
CKAN Comprehensive Knowledge Archive Network
               http://ckan.net/
Ask the LOD Cloud




Enter in term or name like “Quercus alba”, to see what entities contain that term or name
LOD Cloud Query Result
How can I set up my own Knowledge Base?
           Virtuoso Open-Source Edition
             http://virtuoso.openlinksw.com/
How can I Query a Knowledge Base?
                              SPARQL
                http://en.wikipedia.org/wiki/SPARQL
              http://www.w3.org/TR/rdf-sparql-query/

                   Query using the Web Interface
           Query using your own script or web application

                              Example




  “Describe those occurrences of the species concept Boloria selene”
iSPARQL Query Example Web Interface
iSPARQL Query Result
What does the Future old for the
Semantic Web and Linked Open Data

Improvements in the quantity and quality of LOD data sets.
           Improved Alignment of Vocabularies
        Improvements in SPARQL and Quadstores
Human and Machine Interpretable Views Merged in RDFa
          Better Visualization and Analysis Tools
One More Thing!
 Now that many people have smartphones that can scan a barcode and load a specific web page,
consider using URI’s to your web accessible database for things like collection drawers, specimen
                                      and species pages.

                 QR Codes are one form of 2D barcode that seem to work well.
                           http://en.wikipedia.org/wiki/QR_Code
          QuckMark seems to make an inexpensive reader for many smart phones.
                            http://www.quickmark.com.tw




                                         =>
Other Resources
             Linked Open Data http://linkeddata.org/
             W3C.org http://esw.w3.org/Main_Page
public-lod email list http://lists.w3.org/Archives/Public/public-lod/
       TaxonConcept.org http://www.taxonconcept.org/


                  Acknowledgments
      Kingsley Idehen http://www.openlinksw.com/blog/~kidehen/
           David “Paddy” Patterson eol.org
              Dmitry Mozzherin eol.org

More Related Content

What's hot (20)

PPTX
Linked Data and Locah, UKSG2011
Jane Stevenson
 
PPT
Lodlam saa 2011_jenelfarrell_2
Jenel Farrell
 
PPT
Linked Data Tutorial
Sören Auer
 
PPTX
Contributing to the Smart City Through Linked Library Data
Marcia Zeng
 
PPTX
Get on the Linked Data Web!
Armin Haller
 
PPTX
Libraries and Linked Data: Looking to the Future (3)
ALATechSource
 
PPTX
Hack U Barcelona 2011
Peter Mika
 
PPTX
Archives Hub - Data in :: Data out
Jane Stevenson
 
PDF
Linked Data Tutorial
Michael Hausenblas
 
PDF
when the link makes sense
Fabien Gandon
 
PPTX
BibBase Linked Data Triplification Challenge 2010 Presentation
Reynold Xin
 
PDF
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
eswcsummerschool
 
PPTX
Development of Semantic Web based Disaster Management System
NIT Durgapur
 
PDF
Linking Folksonomies to Knowledge Organization Systems
Jakob .
 
PPTX
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
Armin Haller
 
PPT
Linked Data - the Future for Open Repositories?
Adrian Stevenson
 
PDF
Linked (Open) Data
Bernhard Haslhofer
 
PPTX
RDA and the semantic Web
Gordon Dunsire
 
PPTX
Libraries and Linked Data: Looking to the Future (1)
ALATechSource
 
PPTX
hypertext
Sumayyiah .
 
Linked Data and Locah, UKSG2011
Jane Stevenson
 
Lodlam saa 2011_jenelfarrell_2
Jenel Farrell
 
Linked Data Tutorial
Sören Auer
 
Contributing to the Smart City Through Linked Library Data
Marcia Zeng
 
Get on the Linked Data Web!
Armin Haller
 
Libraries and Linked Data: Looking to the Future (3)
ALATechSource
 
Hack U Barcelona 2011
Peter Mika
 
Archives Hub - Data in :: Data out
Jane Stevenson
 
Linked Data Tutorial
Michael Hausenblas
 
when the link makes sense
Fabien Gandon
 
BibBase Linked Data Triplification Challenge 2010 Presentation
Reynold Xin
 
ESWC SS 2013 - Tuesday Tutorial 1 Maribel Acosta and Barry Norton: Providing ...
eswcsummerschool
 
Development of Semantic Web based Disaster Management System
NIT Durgapur
 
Linking Folksonomies to Knowledge Organization Systems
Jakob .
 
What Are Links in Linked Open Data? A Characterization and Evaluation of Link...
Armin Haller
 
Linked Data - the Future for Open Repositories?
Adrian Stevenson
 
Linked (Open) Data
Bernhard Haslhofer
 
RDA and the semantic Web
Gordon Dunsire
 
Libraries and Linked Data: Looking to the Future (1)
ALATechSource
 
hypertext
Sumayyiah .
 

Viewers also liked (7)

PDF
The Biodiversity Informatics Landscape
Vince Smith
 
PPTX
Use it or lose it: a hybrid model for sustaining e-infrastructures
Vince Smith
 
PDF
Scratchpads in the Biodiversity Informatics Landscape
Vince Smith
 
PPT
FP7 Funded RI Project experiences: some overly honest tips from a project coo...
Vince Smith
 
PPT
Moving beyond the box: automating the digitisation of insect collections
Vince Smith
 
PDF
Danis Concarneau 2016
Bruno Danis
 
PPTX
Workshop about research data archiving and open access publishing at the Rese...
Dag Endresen
 
The Biodiversity Informatics Landscape
Vince Smith
 
Use it or lose it: a hybrid model for sustaining e-infrastructures
Vince Smith
 
Scratchpads in the Biodiversity Informatics Landscape
Vince Smith
 
FP7 Funded RI Project experiences: some overly honest tips from a project coo...
Vince Smith
 
Moving beyond the box: automating the digitisation of insect collections
Vince Smith
 
Danis Concarneau 2016
Bruno Danis
 
Workshop about research data archiving and open access publishing at the Rese...
Dag Endresen
 
Ad

Similar to Biodiversity Informatics on the Semantic Web (20)

PPTX
Linked data HHS 2015
Cason Snow
 
PPTX
Linked Open Data Fundamentals for Libraries, Archives and Museums
trevorthornton
 
PPTX
Linked Data MLA 2015
Cason Snow
 
PPTX
Linked data MLA 2015
Cason Snow
 
PPTX
Linked data 101: Getting Caught in the Semantic Web
Morgan Briles
 
PPT
SemanticWeb Nuts 'n Bolts
Rinke Hoekstra
 
ODP
State of the Semantic Web
Ivan Herman
 
PPTX
Semantic web
Pallavi Srivastava
 
PPT
Lee Iverson - How does the web connect content?
Museums Computer Group
 
PPTX
Linked dataresearch
Tope Omitola
 
PPTX
Web 3.0 & io t (en)
Rikard Strid
 
PPTX
Web 3.0 & IoT (English)
Peter Waher
 
PDF
Linked Data Technology and Status
Myungjin Lee
 
PPT
Linked data and voyager
Edmund Chamberlain
 
ODP
Linked Data
cyriacsmail
 
PPTX
CSHALS 2010 W3C Semanic Web Tutorial
LeeFeigenbaum
 
ZIP
SemWeb Fundamentals - Info Linking & Layering in Practice
Dan Brickley
 
KEY
RDFa Introductory Course Session 2/4 How RDFa
Platypus
 
KEY
How RDFa works
JISC Netskills
 
PPT
Publishing data on the Semantic Web
Peter Mika
 
Linked data HHS 2015
Cason Snow
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
trevorthornton
 
Linked Data MLA 2015
Cason Snow
 
Linked data MLA 2015
Cason Snow
 
Linked data 101: Getting Caught in the Semantic Web
Morgan Briles
 
SemanticWeb Nuts 'n Bolts
Rinke Hoekstra
 
State of the Semantic Web
Ivan Herman
 
Semantic web
Pallavi Srivastava
 
Lee Iverson - How does the web connect content?
Museums Computer Group
 
Linked dataresearch
Tope Omitola
 
Web 3.0 & io t (en)
Rikard Strid
 
Web 3.0 & IoT (English)
Peter Waher
 
Linked Data Technology and Status
Myungjin Lee
 
Linked data and voyager
Edmund Chamberlain
 
Linked Data
cyriacsmail
 
CSHALS 2010 W3C Semanic Web Tutorial
LeeFeigenbaum
 
SemWeb Fundamentals - Info Linking & Layering in Practice
Dan Brickley
 
RDFa Introductory Course Session 2/4 How RDFa
Platypus
 
How RDFa works
JISC Netskills
 
Publishing data on the Semantic Web
Peter Mika
 
Ad

Biodiversity Informatics on the Semantic Web

  • 1. Biodiversity Informatics on the Semantic Web Pete DeVries TaxonConcept.org http://www.taxonconcept.org/ Department of Entomology University of Wisconsin - Madison
  • 2. What is the Semantic Web and how does it Work? Lets Look at the Traditional Way Taxon Table Location Table This data structure is really only interpretable within the context of this specific database
  • 3. Data Islands The result are database islands that contain a lot of redundant data which is independently curated. Each effort benefits little from the other efforts.
  • 4. Data Sets often Overlap Text What they don’t have is a common set of field names or ID’s
  • 5. Each Data set has is own “Vocabulary” Different Fields Different Names for the Same Fields Same Names for Different Fields Different ways of Interpreting those Fields These nuances in meaning are often only understood by the designers of each individual data set. Consider how differently people interpret the meaning of different fields in the various email discussions.
  • 6. Where the Semantic Web Helps Tim Berners-Lee’s 4 Rules 1. Use URIs* as names for things 2. Use HTTP URIs so that people can look up those names. 3. When someone looks up a URI, provide useful information. 4. Include links to other URIs. so that they can discover more things. *URI = Uniform Resource Identifier http://www.w3.org/DesignIssues/LinkedData.html
  • 7. Use URIs as Names for Things? Instead of “Door County” use http://sws.geonames.org/5250768/
  • 8. For Humans this URI Dereferences To
  • 9. For Machines this Dereferences To
  • 10. Why Would Anyone Think this Made Sense? Now, each of these different databases are using an ID with a shared meaning. A meaning that can be determined by dereferencing the URI. All the data sets that use this vocabulary are now connectable. All the data sets that are linked to this URI are now also linked to each other.
  • 11. As More Data Sets Adopt these Principles The individual datasets are no longer islands, but are one interconnected knowledge base
  • 12. Other Benefits Reduced duplication of effort and a better separation of concerns It would be more efficient for me to simply link to a bibliographic reference URI on a site that specializes in that then to create my own bibliographic database. Similarly, it would be more efficient for the bibliographic database to link to a URI in a nomenclatural database than curates that aspect separately.
  • 13. What is Linked Open Data? Linked Open Data (LOD) and the LOD Cloud are linked open accessible data sets A diagram of the subset of Linked Open Data that is described at http://ckan.net/
  • 14. Wikipedia Images linked to my Species Concepts TaxonConcept <=> Dbpedia <=> WikiCommons Images Virtuoso OpenSource and Microsoft Pivot (some images are too large to display)
  • 15. How do I Mark up my Data? Your data set can continue to exist in its current relational database form, but you need to expose it to the semantic web in a different form
  • 16. Knowledge as Triples Statements are represented in a triple structure Subject ➜ Predicate ➜ Object • An English text version of a triple might look like • Ochlerotatus triseriatus expected in La Crosse County, WI
  • 17. Machine Processable Version Ochlerotatus triseriatus is expected in La Crosse County, WI Now represented as the following triple* http://lod.taxonconcept.org/ses/iuCXz#Species http://lod.taxonconcept.org/ontology/txn.owl#isExpectedIn http://sws.geonames.org/5258961/ *Not Meant for Human Consumption
  • 18. Expressing RDF RDF = Resource Description Framework Ways to Express RDF (Serialization Formats) RDF/XML http://www.w3.org/TR/REC-rdf-syntax/ Notation 3 (N3) http://www.w3.org/DesignIssues/Notation3.html Subsets of N3 Turtle (Terse RDF Triple Language) N-Triples
  • 19. The Same Triple in Different Formats RDF/XML (.rdf) N3 (.n3) Turtle (.ttl) You might find one of these forms easier to create. There are various tools that will allow you to convert between one form and another. If you need RDF/XML, but can create N3; author in N3 then convert those files to RDF/XML.
  • 20. How do I tell the Semantic Web about my Data? PingtheSemanticWeb http://pingthesemanticweb.com/ Semantic Sitemaps http://sw.deri.org/2007/07/sitemapextension/
  • 21. PingtheSemanticWeb.com Enter the URL for your RDF documents
  • 22. Semantic SiteMaps http://site.example.com/sitemap.xml http://site.example.com/sitemap.xml.gz Refer to the sitemap.xml file in your sites robots.txt file
  • 23. How can I Find other Potentially Useful Data Sets? CKAN Comprehensive Knowledge Archive Network http://ckan.net/
  • 24. Ask the LOD Cloud Enter in term or name like “Quercus alba”, to see what entities contain that term or name
  • 25. LOD Cloud Query Result
  • 26. How can I set up my own Knowledge Base? Virtuoso Open-Source Edition http://virtuoso.openlinksw.com/
  • 27. How can I Query a Knowledge Base? SPARQL http://en.wikipedia.org/wiki/SPARQL http://www.w3.org/TR/rdf-sparql-query/ Query using the Web Interface Query using your own script or web application Example “Describe those occurrences of the species concept Boloria selene”
  • 28. iSPARQL Query Example Web Interface
  • 30. What does the Future old for the Semantic Web and Linked Open Data Improvements in the quantity and quality of LOD data sets. Improved Alignment of Vocabularies Improvements in SPARQL and Quadstores Human and Machine Interpretable Views Merged in RDFa Better Visualization and Analysis Tools
  • 31. One More Thing! Now that many people have smartphones that can scan a barcode and load a specific web page, consider using URI’s to your web accessible database for things like collection drawers, specimen and species pages. QR Codes are one form of 2D barcode that seem to work well. http://en.wikipedia.org/wiki/QR_Code QuckMark seems to make an inexpensive reader for many smart phones. http://www.quickmark.com.tw =>
  • 32. Other Resources Linked Open Data http://linkeddata.org/ W3C.org http://esw.w3.org/Main_Page public-lod email list http://lists.w3.org/Archives/Public/public-lod/ TaxonConcept.org http://www.taxonconcept.org/ Acknowledgments Kingsley Idehen http://www.openlinksw.com/blog/~kidehen/ David “Paddy” Patterson eol.org Dmitry Mozzherin eol.org

Editor's Notes

  • #2: Today I am going to give you a brief overview of the semantic web and how it can be useful to biodiversity informatics.\n
  • #3: Here is a traditional table in a spreadsheet. It is a list of the various species and includes ID field that is used to connect it to another table for locations.\nIn this we have a representation for taxa and a representation for location that are often specific to this and only this database.\nOther similar databases that might be useful will have different names for the fields, and different names within the fields for what is often the same entity. \nWhat you have is a data island that knows nothing else about potentially related data and shares nothing about itself to other data sets.\n
  • #4: The result of this structure are large islands of data which are difficult to integrate. \nEach of these gains little value from other data sets and are of little value to other datasets.\n
  • #5: \n
  • #6: \n
  • #7: 1.Use URIs as names for things\nUse HTTP URIs so that people can look up those names.\nWhen someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL)\nInclude links to other URIs. so that they can discover more things.\n\n
  • #8: \n
  • #9: \n
  • #10: \n
  • #11: \n
  • #12: \n
  • #13: \n
  • #14: Linked Data is data that is linked together following the principles laid out by Tim Berners-Lee.\nLinked Open Data is Linked Data that is open and accessible.\nThere are ways to query this knowledge base, but you can also create your own subset for your own knowledge base.\n
  • #15: Since all these data sets are connected you can do some interesting things.\nHere is something I just tried this Wednesday.\nMy data set is linked to Wikipedia through Dbpedia I can easily pull in all the images for my species that are in Wikipedia.\nThe RDF icons are for images that are too large to be displayed.\n
  • #16: Your data set can continue to exist in its current relational database form, but you need to expose it to the semantic web in a different form\n
  • #17: The semantic web represents statements as triples.\nTriples consist of a subject predicate and object.\nAn english language version of a triple might look something like this. \n&amp;#x201C;Ochlerotatus triseriatus occurrence in La Crosse County, WI\n
  • #18: I can now use these unique identifiers to make machine processable statements about these entities.\nThe statement &amp;#x201C;Ochlerotatus triseriatus is expected in La Crosse County, WI&amp;#x201D;\nCan now be represented as the following triple\n&amp;#xA0;&lt;http://lod.taxonconcept.org/ses/iuCXz#Species&gt;\n&amp;#xA0;&lt;http://lod.taxonconcept.org/ontology/txn.owl#isExpectedIn&gt;\n&amp;#xA0;&lt;http://sws.geonames.org/5258961/&gt; .\n&amp;#xA0;It is important to recognize that these statements are part of the database, but they are not there for humans to process, they are there so that it is clear to this system and others what we actually mean.\n
  • #19: \n
  • #20: Here are the different ways of representing that original triple.\n
  • #21: \n
  • #22: \n
  • #23: \n
  • #24: \n
  • #25: \n
  • #26: \n
  • #27: \n
  • #28: Triple or Quadstores have their own SQL-like query language called SPARQL\n
  • #29: \n
  • #30: \n
  • #31: Improvements in the quantity and quality of LOD data sets.\nImproved Alignment of Vocabularies\nImprovements in SPARQL and Quadstores\nHuman and Machine Interpretable Views Merged in RDFa\nBetter Visualization and Analysis Tools\n
  • #32: \n
  • #33: \n