SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Downloaden Sie, um offline zu lesen
Linked Data in Scholarly
Communication
AAHEP5 Information Provider Summit, Sept. 22nd 2011


Bernhard Haslhofer | Cornell University, Information Science
Overview


                  •      Linked Data Vision and Goals
                  •      Enabling Technologies (by example)
                  •      Publishing and Consuming Linked Data
                  •      The SciLink Project



AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web Architecture



                                                   HTML                     HTML                HTML


                                                               hyperlinks          hyperlinks




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web Architecture



                                       HTML                  HTML    HTML   HTML   HTML




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web Architecture
              •      A set of simple standards
                        •      Uniform document encoding (HTML)
                        •      Uniform global (!) addressing (URI)
                        •      Uniform transportation (HTTP)
              •      Hyperlinks connecting documents
              •      Works pretty well for accessing and
                     exchanging documents

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
But sometimes we need to access to the
                     underlying (meta)data.




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web Services and Web APIs




                                      API                  API       API   API   API




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web Services and Web APIs


                  •      Each Web API has a proprietary interface
                  •      Datasources must be known in advance
                  •      Information entities (papers, authors,
                         subjects, etc.) are not linked



AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Linked Data Vision

                  •      Create a single global data space based on
                         the Architecture of the World Wide Web




                                                 RDF                   RDF               RDF


                                                           RDF links         RDF links




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Linked Data Principles

                  •      Use URIs as names for things
                  •      Use HTTP URIs so that people can look up
                         those names
                  •      When someone looks up a URI, provide useful
                         information, using standards (RDF, SPARQL)
                  •      Include links to other URIs, so that they can
                         discover more things


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web of Linked Data
              •      A set of simple standards
                        •      Uniform data model (RDF)
                        •      Uniform global (!) addressing (URI)
                        •      Uniform transportation (HTTP)
              •      RDF links connecting entities
              •      Forms a global dataspace and facilitates
                     accessing and exchanging data

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web of Linked Data

                  •      Data publishers
                        •      assign URIs to their information entities
                        •      publish RDF instance data about these entities
                        •      publish schemas / vocabularies on the Web
                        •      link their entities with other entities on the
                               Data Web
                        •      can provide query access to their data

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Linking Open Data Project
                  •      Open Data: a philosophy, practice, or policy that
                         data are freely available to everyone without
                         restrictions from copyright, patents, a.s.o
                  •      Linked Data: method / best practices for exposing,
                         sharing, and connecting data using URI and RDF
                  •      Linking Open Data: a W3C community project
                         with the goal to extend the Web with a data
                         commons by publishing various open data sets as
                         RDF on the Web and by setting links between data
                         items from different sources

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Linked Data in the Industry




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Linked Data in Libraries

                  •      Strong uptake in recent years
                        •      Library of Congress (vocabularies)
                        •      German / Swedish / Hungarian National
                               Library (authorities and/or catalogue data)
                        •      Europeana (metadata about ~4M items)
                  •      W3C Library Linked Data Incubator Group


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Overview


                  •      Linked Data Vision and Goals
                  •      Enabling Technologies (by example)
                  •      Publishing and Consuming Linked Data
                  •      The SciLink Project



AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Uniform Resource Identifiers (URIs)

                  •      Name and identify things (resources)
                  •      Dereferencable HTTP URIs

                                                                     http://springerlink.com/
                                       http://arxiv.org/authors/         author/xyzafbea
                                             Haslhofer_B




                                                                                         http://eprints.cs.univie.ac.at/
                                                                                                creator/xyzafbea
                                   http://arxiv.org/abs/
                                        1106.5178



                                                                        http://eprints.cs.univie.ac.at/
                                                                                     2871




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Resource Description Framework (RDF)

                  •      A data model for representing data on the Web
                  •      Sets of statements (triples) form a graph
                                       http://xmlns.com/foaf/
                                        spec/#term_Person
                                                                       rdf:type

                                                                                  http://arxiv.org/authors/
                                                                                        Haslhofer_B                                Bernhard Haslhofer

                               http://purl.org/ontology/
                                      bibo/Article
                                                                   dcterms:creator
                                                                                                                      foaf:name


                                                                http://arxiv.org/abs/               dcterms:created
                                     rdf:type                        1106.5178

                                                                                                                          2011-06-25T22:55:17
                                                                              dc:title



                                                                                          The Open Annotation
                                                                                        Collaboration (OAC) Model

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
RDF Serialization (RDF/XML, Turtle, N-
              Triples, RDF/JSON)

                  •      Data formats for serializing RDF graphs
                  •      Used to transfer RDF data between apps


                <http://arxiv.org/abs/1106.5178>
                  dc:title “The Open Annotation Collaboration Model” .

                ...




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
RDF Vocabulary Description Language (RDFS)


                  •      A language for describing the syntax and
                         semantics of vocabularies in a machine
                         understandable way

                                              http://xmlns.com/foaf/   rdf:type          rdfs:Class
                                               spec/#term_Agent



                                                 rdfs:subclassOf       rdf:type           rdf:type



                                              http://xmlns.com/foaf/              http://purl.org/ontology/
                                               spec/#term_Person                         bibo/Article




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
OWL Web Ontology Language
                  •      A more expressive (formal) language for
                         defining the syntax and semantics of
                         vocabularies


                                    owl:DatatypeProperty                owl:ObjectProperty         owl:FunctionalProperty




                                            rdf:type                          rdf:type                     rdf:type



                                   http://xmlns.com/foaf/0.1/        http://xmlns.com/foaf/0.1/   http://xmlns.com/foaf/0.1/
                                              name                           homepage                       gender




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
OWL Web Ontology Language

                  •      Defines properties for linking resources
                                                                            owl:sameAs
                                         http://arxiv.org/authors/                                      http://springerlink.com/
                                               Haslhofer_B                                                  author/xyzafbea
                                                                             owl:sameAs



                                                                           owl:sameAs


                                     http://arxiv.org/abs/
                                          1106.5178
                                                                                                      http://eprints.cs.univie.ac.at/
                                                                                                             creator/xyzafbea

                                                                     owl:sameAs




                                                                                          http://eprints.cs.univie.ac.at/
                                                                                                       2871




NOTE: owl:sameAs is NOT the only linking property.
AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Simple Knowledge Organization System (SKOS)

                  •      A language for describing controlled
                         vocabularies (taxonomies, thesauri, etc)

                                                                                 skos:closeMatch             http://springerlink.com/
                                            http://arxiv.org/subjects/                                      vocab/computer-science
                                                   skos.rdf#cs


                                                                                                                       skos:broadMatch
                                                                                 skos:broadMatch
                                               skos:broader

                                                              http://arxiv.org/subjects/                    http://eprints.cs.univie.ac.at/
                                                                   skos.rdf#cs.DL                               subjects/multimedia




                                          dcterms:subject                                                          dcterms:subject


                                          http://arxiv.org/abs/                                    http://eprints.cs.univie.ac.at/
                                               1106.5178                                                        2871




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
SPARQL
                  •      A query language and protocol for
                         accessing RDF data on the Web

                SELECT DISTINCT ?x

                WHERE { ?x skos:subject <http://arxiv.org/subjects/skos.rdf#cs> }

                LIMIT 10




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Overview


                  •      Linked Data Vision and Goals
                  •      Enabling Technologies (by example)
                  •      Publishing and Consuming Linked Data
                  •      The SciLink Project



AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Information vs. Non-Information Resource

                  •      Information Resource

                        •      web pages, images, pdf documents, etc.

                        •      all their essential characteristics can be conveyed in a message

                        •      e.g., http://arxiv.org/pdf/1106.5178v1

                  •      Non-Information Resource

                        •      other things such as people, this meeting, concepts

                        •      their essence is not information

                        •      e.g., http://arxiv.org/authors/Haslhofer_B



AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Publishing Data
                  •      Distinguish between non-information and
                         information resource
                  •      Sample NIR
                        •      http://arxiv.org/resource/1106.5178
                  •      Sample IRs
                        •      http://arxiv.org/abs/1106.5178 (HTML)
                        •      http://arxiv.org/data/1106.5178 (RDF)

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Publishing Data
                                                 GET http://arxiv.org/resource/1106.5187
                                                 Accept: application/rdf+xml



                                                 303 See Other
                                                 Location: http://arxiv.org/data/1106.5187



                                                 GET http://arxiv.org/data/1106.5187
                                                 Accept: application/rdf+xml



                                                 200 OK
                                                 ...
                                                 <?xml version="1.0" encoding="utf-8"?>
                                                 <rdf:RDF ...




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Publishing Data
                                                 GET http://arxiv.org/resource/1106.5187
                                                 Accept: application/rdf+xml



                                                 303 See Other
                                                 Location: http://arxiv.org/data/1106.5187

                                                          Oh dear!
                                                 GET http://arxiv.org/data/1106.5187
                                                 Accept: application/rdf+xml



                                                 200 OK
                                                 ...
                                                 <?xml version="1.0" encoding="utf-8"?>
                                                 <rdf:RDF ...




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
RDFa / Microformats / Microdata

                  •      Mechanisms for embedding structured data
                         in Web documents
                  •      Define or use a set of attributes to
                         augmented presentation-oriented (HTML)
                         documents with structured data
                  •      User agents can extract data from Web
                         documents


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
RDFa Example

<div typeof=”bibo:Article” xmlns:bibo=”http://purl.org/ontology/bibo”>
  <div xmlns:dc=”http://purl.org/dc/elements/1.1/”>

         <h1 property=”dc:title”>The Open Annotation Collaboration (OAC) Model</h1>

         ....

  </div>
</div>




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Microformats Example

              <head profile=”http://www.w3.org/2006/03/hcard”>
              ...
              </head>

              <div class=”vcard”>
                <div class=”fn”>Bernhard Haslhofer</div>
              </div>




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
RDFa vs. Microformats
                         Microformats                                             RDFa
      flat namespace                                                  XML namespaces

      support HTML4, XHTML 1.1, and
                                                                     support for XHTML 1.1, HTML 5
      HTML 5

      use latent HTML attributes                                     introduces new metadata attributes

      vocabulary defined by one
                                                                     open to any RDF-based vocabulary
      organization/community

Also see: http://evan.prodromou.name/RDFa_vs_microformats
AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Microdata
                  •      A very young HTML proposition that
                         extends Microformats and addresses its
                         shortcomings
      <div itemscope itemtype="http://schema.org/Article">
        <span itemprop="name">The Open Annotation Collaboration (OAC) Model</span>
        by <span itemprop="author">Bernhard Haslhofer</span>,
        <span itemprop=”author”>Rainer Simon</span>,
        <span itemprop=”author”>Robert Sanderson</span> and
        <span itemprop=”author”>Herbert Van De Sompel</span>
        This article has been tweeted 1 times and contains 0 user comments.
        <meta itemprop="interactionCount" content="UserTweets:1"/>
        <meta itemprop="interactionCount" content="UserComments:0"/>
      </div>




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Web Data Publishing Approaches
                                                                     Pro            Con

                                                         Separates data /    Technical complexity
         Linked Data                                   presentation markup
        Conneg IR / NIR                                                        Communication
                                                          Web Architecture       overhead

                                                                             Mixes data /
             RDFa /                                    Easy to implement
                                                                         presentation markup
          Microformats /
            Microdata                                      Search Engines
                                                                               Becomes messy

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Consuming Linked Data

        curl -H “Accept: application/rdf+xml” http://arxiv.org/data/1105.5178



        rapper http://arxiv.org/resource/1105.5178



        ... any RDF library




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Overview


                  •      Linked Data Vision and Goals
                  •      Enabling Technologies (by example)
                  •      Publishing and Consuming Linked Data
                  •      The SciLink Project



AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Motivation
                  •      Current research articles

                        •      are mostly PDFs (a kind of BLOB)

                        •      point to supplemental or related information by
                               textual references, DOIs, or embedded hypertext links




                                                                     HTML   HTML   HTML   HTML   HTML




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Motivation

                  •      But a publication is more:
                        •      data sets, conference presentations
                        •      blog / wiki entries, software libraries, etc
                  •      There is related information on the Web
                         (e.g., Wikipedia)


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Overall Goal
             Publication Document (PDF)                                                    Aggregation for the Document

                                                                                                                                                   foaf:firstname               Jennifer
                                                                     dbpedia:                         dbpedia:
                                                                     Drosphila                       Category:                          dblp:
               Genome-wide analysis of Notch                                                                                          jmummery                                Mummery-
                                                                                                 Signal_transduction
                 signaling in Drosphila by                                                                                                                                     Widmer
                     transgenic RNAi                                              rdfs:seeAlso                                                                foaf:lastname
                                                                                                               skos:subject        dcterms: creator
                      Jennifer Mummery-Widmer, ....
                                                                                                                                                                              Outer context
             Here we report the use of a library of
                                                                                                                                                                               Inner context
             Drosphila strains...we identified 6 new
             genes involved in asymmetric cell                            ore:
             division.                                                 Aggregation                                                                                    Genome-wide
                                                                                                                                              dc:title                 analysis...
                                                                                          rdf:type
             A total of 20,262 transgenic RNAi lines were                                                         ex:agg1
             screened...Ten flies were recorded in an
             online database...                                                          ore: aggregates                                    ore: aggregates


                                                                           ex:                                                                                          ex:
                                                                        figure4.jpg                      ore: aggregates   ore: aggregates                         nature07936.pdf



                                                                                               ex:                                  ex:
                                                                                            movie1.avi                          database.zip
             Figure 4. An interaction network for Notch                                                                                                                 dctype:
             signalling                                                                                                                                                 Dataset
                                                                       Asymmmetric
                                                                                                 dc:title                                          rdf:type
                                                                        cell division
                http://www.nature.com/nature/journal/
                 vaop/ncurrent/pdf/nature07936.pdf




AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Methodology
                  •      Aggregation/Data Extraction: create aggregations from
                         available information (PDFs, metadata)

                  •      Analysis: combine aggregations and learn about
                         established research and publication practices in different
                         areas (focus on linking)

                  •      Tool design and Implementation

                        •      link discovery

                        •      resource synchronization / link maintenance

                        •      demonstrator applications operating on data graph


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Aggregation / Data Extraction

                  •      scilink-extract library
                        •      takes PDFs and metadata as input
                        •      creates ORE Aggregations / CSV files
                        •      currently implemented for arXiv.org
                        •      https://github.com/behas/scilink-extract


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Analysis

                  •      How did HTTP linkage evolve in the past?
                  •      Where in their papers do scholars make
                         use of HTTP links?
                  •      What are the linking to?
                  •      Are the links still operational?
                  •      ....


AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
Status

                  •      Extraction for arxiv.org finished (~ 700K ) PDFs
                  •      We need access to further corpora covering
                         different research areas !!!




                                              Work in Progress

AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011

Weitere ähnliche Inhalte

Was ist angesagt?

Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge GraphsPeter Haase
 
Towards digitizing scholarly communication
Towards digitizing scholarly communicationTowards digitizing scholarly communication
Towards digitizing scholarly communicationSören Auer
 
IFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round tableIFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round tableFigoblog
 
Infrastructure crossroads... and the way we walked them in DKPro
Infrastructure crossroads... and the way we walked them in DKProInfrastructure crossroads... and the way we walked them in DKPro
Infrastructure crossroads... and the way we walked them in DKProopenminted_eu
 
Ephedra: efficiently combining RDF data and services using SPARQL federation
Ephedra: efficiently combining RDF data and services using SPARQL federationEphedra: efficiently combining RDF data and services using SPARQL federation
Ephedra: efficiently combining RDF data and services using SPARQL federationPeter Haase
 
Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Oscar Corcho
 

Was ist angesagt? (18)

Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge Graphs
 
Hansen-2-jun15
Hansen-2-jun15Hansen-2-jun15
Hansen-2-jun15
 
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
NISO/DCMI September 25 Webinar: Implementing Linked Data in Developing Countr...
 
Towards digitizing scholarly communication
Towards digitizing scholarly communicationTowards digitizing scholarly communication
Towards digitizing scholarly communication
 
NISO/DCMI Webinar: Metadata for Managing Scientific Research Data
NISO/DCMI Webinar: Metadata for Managing Scientific Research DataNISO/DCMI Webinar: Metadata for Managing Scientific Research Data
NISO/DCMI Webinar: Metadata for Managing Scientific Research Data
 
IFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round tableIFLA 2012 - OCLC Linked Data round table
IFLA 2012 - OCLC Linked Data round table
 
NISO/DCMI Webinar: Metadata for Public Sector Administration
NISO/DCMI Webinar: Metadata for Public Sector AdministrationNISO/DCMI Webinar: Metadata for Public Sector Administration
NISO/DCMI Webinar: Metadata for Public Sector Administration
 
April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...
April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...
April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...
 
Infrastructure crossroads... and the way we walked them in DKPro
Infrastructure crossroads... and the way we walked them in DKProInfrastructure crossroads... and the way we walked them in DKPro
Infrastructure crossroads... and the way we walked them in DKPro
 
NISO DCMI Webinar bibframe-20130123
NISO DCMI Webinar bibframe-20130123NISO DCMI Webinar bibframe-20130123
NISO DCMI Webinar bibframe-20130123
 
NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti...
 NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti... NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti...
NISO/DCMI May 22 Webinar: Semantic Mashups Across Large, Heterogeneous Insti...
 
Thompson 6-jun15-final
Thompson 6-jun15-finalThompson 6-jun15-final
Thompson 6-jun15-final
 
Lauruhn-5-jun15
Lauruhn-5-jun15Lauruhn-5-jun15
Lauruhn-5-jun15
 
Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...Unlocking Doors: recent initiatives in open and linked data at the National L...
Unlocking Doors: recent initiatives in open and linked data at the National L...
 
Ephedra: efficiently combining RDF data and services using SPARQL federation
Ephedra: efficiently combining RDF data and services using SPARQL federationEphedra: efficiently combining RDF data and services using SPARQL federation
Ephedra: efficiently combining RDF data and services using SPARQL federation
 
Linked data and voyager
Linked data and voyagerLinked data and voyager
Linked data and voyager
 
McDanold-1-jun15
McDanold-1-jun15McDanold-1-jun15
McDanold-1-jun15
 
Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?Why do they call it Linked Data when they want to say...?
Why do they call it Linked Data when they want to say...?
 

Ähnlich wie Linked Data in Scholarly Communication

LOD/LAM Presentation
LOD/LAM PresentationLOD/LAM Presentation
LOD/LAM PresentationHafabe
 
ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2Martin Hepp
 
GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2guestecacad2
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Cory Lampert
 
Open Annotation: Annotating High Energy Physics on the Web
Open Annotation: Annotating High Energy Physics on the WebOpen Annotation: Annotating High Energy Physics on the Web
Open Annotation: Annotating High Energy Physics on the WebRobert Sanderson
 
VRA_2015_CatalogingRoundup_Seneff
VRA_2015_CatalogingRoundup_SeneffVRA_2015_CatalogingRoundup_Seneff
VRA_2015_CatalogingRoundup_SeneffHeather Seneff
 
[Webinar] Semantic Technologies
[Webinar] Semantic Technologies[Webinar] Semantic Technologies
[Webinar] Semantic TechnologiesNuxeo
 
Of Cataloging & Context
Of Cataloging & ContextOf Cataloging & Context
Of Cataloging & Contextcharper
 
Open Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked DataOpen Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked DataPascal-Nicolas Becker
 
Building the New Open Linked Library
Building the New Open Linked LibraryBuilding the New Open Linked Library
Building the New Open Linked LibraryJoel Richard
 
Linked Data as an enabling framework for resource discovery across libraries,...
Linked Data as an enabling framework for resource discovery across libraries,...Linked Data as an enabling framework for resource discovery across libraries,...
Linked Data as an enabling framework for resource discovery across libraries,...Andy Powell
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Richard Urban
 
Marc and beyond: 3 Linked Data Choices
 Marc and beyond: 3 Linked Data Choices  Marc and beyond: 3 Linked Data Choices
Marc and beyond: 3 Linked Data Choices Richard Wallis
 
WorldCat, Works, and Schema.org
WorldCat, Works, and Schema.orgWorldCat, Works, and Schema.org
WorldCat, Works, and Schema.orgRichard Wallis
 

Ähnlich wie Linked Data in Scholarly Communication (20)

LOD/LAM Presentation
LOD/LAM PresentationLOD/LAM Presentation
LOD/LAM Presentation
 
ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2ISWC GoodRelations Tutorial Part 2
ISWC GoodRelations Tutorial Part 2
 
GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2GoodRelations Tutorial Part 2
GoodRelations Tutorial Part 2
 
20110728 datalift-rpi-troy
20110728 datalift-rpi-troy20110728 datalift-rpi-troy
20110728 datalift-rpi-troy
 
Linked Data
Linked DataLinked Data
Linked Data
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 
Metadata is back!
Metadata is back!Metadata is back!
Metadata is back!
 
Open Annotation: Annotating High Energy Physics on the Web
Open Annotation: Annotating High Energy Physics on the WebOpen Annotation: Annotating High Energy Physics on the Web
Open Annotation: Annotating High Energy Physics on the Web
 
VRA_2015_CatalogingRoundup_Seneff
VRA_2015_CatalogingRoundup_SeneffVRA_2015_CatalogingRoundup_Seneff
VRA_2015_CatalogingRoundup_Seneff
 
[Webinar] Semantic Technologies
[Webinar] Semantic Technologies[Webinar] Semantic Technologies
[Webinar] Semantic Technologies
 
Web of Data Usage Mining
Web of Data Usage MiningWeb of Data Usage Mining
Web of Data Usage Mining
 
Of Cataloging & Context
Of Cataloging & ContextOf Cataloging & Context
Of Cataloging & Context
 
What is Linked Data?
What is Linked Data?What is Linked Data?
What is Linked Data?
 
Open Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked DataOpen Science Days 2014 - Becker - Repositories and Linked Data
Open Science Days 2014 - Becker - Repositories and Linked Data
 
Building the New Open Linked Library
Building the New Open Linked LibraryBuilding the New Open Linked Library
Building the New Open Linked Library
 
Linked Data as an enabling framework for resource discovery across libraries,...
Linked Data as an enabling framework for resource discovery across libraries,...Linked Data as an enabling framework for resource discovery across libraries,...
Linked Data as an enabling framework for resource discovery across libraries,...
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1
 
Marc and beyond: 3 Linked Data Choices
 Marc and beyond: 3 Linked Data Choices  Marc and beyond: 3 Linked Data Choices
Marc and beyond: 3 Linked Data Choices
 
WorldCat, Works, and Schema.org
WorldCat, Works, and Schema.orgWorldCat, Works, and Schema.org
WorldCat, Works, and Schema.org
 
Library Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic ControlLibrary Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic Control
 

Mehr von Bernhard Haslhofer

Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...
Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...
Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...Bernhard Haslhofer
 
Token Systems, Payment Channels, and Corporate Currencies
Token Systems, Payment Channels, and Corporate CurrenciesToken Systems, Payment Channels, and Corporate Currencies
Token Systems, Payment Channels, and Corporate CurrenciesBernhard Haslhofer
 
Can a blockchain solve the trust problem?
Can a blockchain solve the trust problem?Can a blockchain solve the trust problem?
Can a blockchain solve the trust problem?Bernhard Haslhofer
 
Measurements in Cryptocurrency Networks
Measurements in Cryptocurrency NetworksMeasurements in Cryptocurrency Networks
Measurements in Cryptocurrency NetworksBernhard Haslhofer
 
Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur...
 Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur... Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur...
Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur...Bernhard Haslhofer
 
Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...
Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...
Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...Bernhard Haslhofer
 
O Bitcoin Where Art Thou? An Introduction to Cryptocurrency Analytics
O Bitcoin Where Art Thou? An Introduction to Cryptocurrency AnalyticsO Bitcoin Where Art Thou? An Introduction to Cryptocurrency Analytics
O Bitcoin Where Art Thou? An Introduction to Cryptocurrency AnalyticsBernhard Haslhofer
 
Mind the Gap - Data Science Meets Software Engineering
Mind the Gap - Data Science Meets Software EngineeringMind the Gap - Data Science Meets Software Engineering
Mind the Gap - Data Science Meets Software EngineeringBernhard Haslhofer
 
GraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency EcosystemsGraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency EcosystemsBernhard Haslhofer
 
BITCOIN - De-anonymization and Money Laundering Detection Strategies
BITCOIN - De-anonymization and Money Laundering Detection StrategiesBITCOIN - De-anonymization and Money Laundering Detection Strategies
BITCOIN - De-anonymization and Money Laundering Detection StrategiesBernhard Haslhofer
 
Bitcoin - Introduction, Technical Aspects and Ongoing Developments
Bitcoin - Introduction, Technical Aspects and Ongoing DevelopmentsBitcoin - Introduction, Technical Aspects and Ongoing Developments
Bitcoin - Introduction, Technical Aspects and Ongoing DevelopmentsBernhard Haslhofer
 
Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...
Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...
Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...Bernhard Haslhofer
 
The value of open data and the OpenGLAM network
The value of open data and the OpenGLAM networkThe value of open data and the OpenGLAM network
The value of open data and the OpenGLAM networkBernhard Haslhofer
 
Offene Daten im Kulturbereich - Die pragmatische Perspektive
Offene Daten im Kulturbereich - Die pragmatische PerspektiveOffene Daten im Kulturbereich - Die pragmatische Perspektive
Offene Daten im Kulturbereich - Die pragmatische PerspektiveBernhard Haslhofer
 
Open Data - Principles and Techniques
Open Data - Principles and TechniquesOpen Data - Principles and Techniques
Open Data - Principles and TechniquesBernhard Haslhofer
 
Semantic Tagging on Historical Maps
Semantic Tagging on Historical MapsSemantic Tagging on Historical Maps
Semantic Tagging on Historical MapsBernhard Haslhofer
 
OpenGLAM Intro @ OKFN.AT Meetup Graz
OpenGLAM Intro @ OKFN.AT Meetup GrazOpenGLAM Intro @ OKFN.AT Meetup Graz
OpenGLAM Intro @ OKFN.AT Meetup GrazBernhard Haslhofer
 
Semantic Tagging for old maps...and other things on the Web
Semantic Tagging for old maps...and other things on the WebSemantic Tagging for old maps...and other things on the Web
Semantic Tagging for old maps...and other things on the WebBernhard Haslhofer
 

Mehr von Bernhard Haslhofer (20)

Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...
Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...
Decentralized Finance (DeFi) - Understanding Risks in an Emerging Financial P...
 
Token Systems, Payment Channels, and Corporate Currencies
Token Systems, Payment Channels, and Corporate CurrenciesToken Systems, Payment Channels, and Corporate Currencies
Token Systems, Payment Channels, and Corporate Currencies
 
Can a blockchain solve the trust problem?
Can a blockchain solve the trust problem?Can a blockchain solve the trust problem?
Can a blockchain solve the trust problem?
 
Measurements in Cryptocurrency Networks
Measurements in Cryptocurrency NetworksMeasurements in Cryptocurrency Networks
Measurements in Cryptocurrency Networks
 
Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur...
 Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur... Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur...
Post-Bitcoin Cryptocurrencies, Off-Chain Transaction Channels, and Cryptocur...
 
Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...
Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...
Insight Into Cryptocurrencies - Methods and Tools for Analyzing Blockchain-ba...
 
O Bitcoin Where Art Thou? An Introduction to Cryptocurrency Analytics
O Bitcoin Where Art Thou? An Introduction to Cryptocurrency AnalyticsO Bitcoin Where Art Thou? An Introduction to Cryptocurrency Analytics
O Bitcoin Where Art Thou? An Introduction to Cryptocurrency Analytics
 
Mind the Gap - Data Science Meets Software Engineering
Mind the Gap - Data Science Meets Software EngineeringMind the Gap - Data Science Meets Software Engineering
Mind the Gap - Data Science Meets Software Engineering
 
GraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency EcosystemsGraphSense - Real-time Insight into Virtual Currency Ecosystems
GraphSense - Real-time Insight into Virtual Currency Ecosystems
 
BITCOIN - De-anonymization and Money Laundering Detection Strategies
BITCOIN - De-anonymization and Money Laundering Detection StrategiesBITCOIN - De-anonymization and Money Laundering Detection Strategies
BITCOIN - De-anonymization and Money Laundering Detection Strategies
 
Bitcoin - Introduction, Technical Aspects and Ongoing Developments
Bitcoin - Introduction, Technical Aspects and Ongoing DevelopmentsBitcoin - Introduction, Technical Aspects and Ongoing Developments
Bitcoin - Introduction, Technical Aspects and Ongoing Developments
 
Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...
Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...
Maphub und Pelagios: Anwendung von Linked Data in den Digitalen Geisteswissen...
 
The value of open data and the OpenGLAM network
The value of open data and the OpenGLAM networkThe value of open data and the OpenGLAM network
The value of open data and the OpenGLAM network
 
Things, not Strings
Things, not StringsThings, not Strings
Things, not Strings
 
Offene Daten im Kulturbereich - Die pragmatische Perspektive
Offene Daten im Kulturbereich - Die pragmatische PerspektiveOffene Daten im Kulturbereich - Die pragmatische Perspektive
Offene Daten im Kulturbereich - Die pragmatische Perspektive
 
Open Data - Principles and Techniques
Open Data - Principles and TechniquesOpen Data - Principles and Techniques
Open Data - Principles and Techniques
 
Semantic Tagging on Historical Maps
Semantic Tagging on Historical MapsSemantic Tagging on Historical Maps
Semantic Tagging on Historical Maps
 
The Story behind Maphub
The Story behind MaphubThe Story behind Maphub
The Story behind Maphub
 
OpenGLAM Intro @ OKFN.AT Meetup Graz
OpenGLAM Intro @ OKFN.AT Meetup GrazOpenGLAM Intro @ OKFN.AT Meetup Graz
OpenGLAM Intro @ OKFN.AT Meetup Graz
 
Semantic Tagging for old maps...and other things on the Web
Semantic Tagging for old maps...and other things on the WebSemantic Tagging for old maps...and other things on the Web
Semantic Tagging for old maps...and other things on the Web
 

Kürzlich hochgeladen

POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 

Kürzlich hochgeladen (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

Linked Data in Scholarly Communication

  • 1. Linked Data in Scholarly Communication AAHEP5 Information Provider Summit, Sept. 22nd 2011 Bernhard Haslhofer | Cornell University, Information Science
  • 2. Overview • Linked Data Vision and Goals • Enabling Technologies (by example) • Publishing and Consuming Linked Data • The SciLink Project AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 3.
  • 4.
  • 5. Web Architecture HTML HTML HTML hyperlinks hyperlinks AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 6. Web Architecture HTML HTML HTML HTML HTML AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 7. Web Architecture • A set of simple standards • Uniform document encoding (HTML) • Uniform global (!) addressing (URI) • Uniform transportation (HTTP) • Hyperlinks connecting documents • Works pretty well for accessing and exchanging documents AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 8. But sometimes we need to access to the underlying (meta)data. AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 9.
  • 10.
  • 11. Web Services and Web APIs API API API API API AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 12. Web Services and Web APIs • Each Web API has a proprietary interface • Datasources must be known in advance • Information entities (papers, authors, subjects, etc.) are not linked AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 13. Linked Data Vision • Create a single global data space based on the Architecture of the World Wide Web RDF RDF RDF RDF links RDF links AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 14. Linked Data Principles • Use URIs as names for things • Use HTTP URIs so that people can look up those names • When someone looks up a URI, provide useful information, using standards (RDF, SPARQL) • Include links to other URIs, so that they can discover more things AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 15. Web of Linked Data • A set of simple standards • Uniform data model (RDF) • Uniform global (!) addressing (URI) • Uniform transportation (HTTP) • RDF links connecting entities • Forms a global dataspace and facilitates accessing and exchanging data AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 16. Web of Linked Data • Data publishers • assign URIs to their information entities • publish RDF instance data about these entities • publish schemas / vocabularies on the Web • link their entities with other entities on the Data Web • can provide query access to their data AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 17. Linking Open Data Project • Open Data: a philosophy, practice, or policy that data are freely available to everyone without restrictions from copyright, patents, a.s.o • Linked Data: method / best practices for exposing, sharing, and connecting data using URI and RDF • Linking Open Data: a W3C community project with the goal to extend the Web with a data commons by publishing various open data sets as RDF on the Web and by setting links between data items from different sources AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 18.
  • 19.
  • 20. Linked Data in the Industry AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 21. Linked Data in Libraries • Strong uptake in recent years • Library of Congress (vocabularies) • German / Swedish / Hungarian National Library (authorities and/or catalogue data) • Europeana (metadata about ~4M items) • W3C Library Linked Data Incubator Group AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 22. Overview • Linked Data Vision and Goals • Enabling Technologies (by example) • Publishing and Consuming Linked Data • The SciLink Project AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 23. Uniform Resource Identifiers (URIs) • Name and identify things (resources) • Dereferencable HTTP URIs http://springerlink.com/ http://arxiv.org/authors/ author/xyzafbea Haslhofer_B http://eprints.cs.univie.ac.at/ creator/xyzafbea http://arxiv.org/abs/ 1106.5178 http://eprints.cs.univie.ac.at/ 2871 AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 24. Resource Description Framework (RDF) • A data model for representing data on the Web • Sets of statements (triples) form a graph http://xmlns.com/foaf/ spec/#term_Person rdf:type http://arxiv.org/authors/ Haslhofer_B Bernhard Haslhofer http://purl.org/ontology/ bibo/Article dcterms:creator foaf:name http://arxiv.org/abs/ dcterms:created rdf:type 1106.5178 2011-06-25T22:55:17 dc:title The Open Annotation Collaboration (OAC) Model AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 25. RDF Serialization (RDF/XML, Turtle, N- Triples, RDF/JSON) • Data formats for serializing RDF graphs • Used to transfer RDF data between apps <http://arxiv.org/abs/1106.5178> dc:title “The Open Annotation Collaboration Model” . ... AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 26. RDF Vocabulary Description Language (RDFS) • A language for describing the syntax and semantics of vocabularies in a machine understandable way http://xmlns.com/foaf/ rdf:type rdfs:Class spec/#term_Agent rdfs:subclassOf rdf:type rdf:type http://xmlns.com/foaf/ http://purl.org/ontology/ spec/#term_Person bibo/Article AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 27. OWL Web Ontology Language • A more expressive (formal) language for defining the syntax and semantics of vocabularies owl:DatatypeProperty owl:ObjectProperty owl:FunctionalProperty rdf:type rdf:type rdf:type http://xmlns.com/foaf/0.1/ http://xmlns.com/foaf/0.1/ http://xmlns.com/foaf/0.1/ name homepage gender AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 28. OWL Web Ontology Language • Defines properties for linking resources owl:sameAs http://arxiv.org/authors/ http://springerlink.com/ Haslhofer_B author/xyzafbea owl:sameAs owl:sameAs http://arxiv.org/abs/ 1106.5178 http://eprints.cs.univie.ac.at/ creator/xyzafbea owl:sameAs http://eprints.cs.univie.ac.at/ 2871 NOTE: owl:sameAs is NOT the only linking property. AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 29. Simple Knowledge Organization System (SKOS) • A language for describing controlled vocabularies (taxonomies, thesauri, etc) skos:closeMatch http://springerlink.com/ http://arxiv.org/subjects/ vocab/computer-science skos.rdf#cs skos:broadMatch skos:broadMatch skos:broader http://arxiv.org/subjects/ http://eprints.cs.univie.ac.at/ skos.rdf#cs.DL subjects/multimedia dcterms:subject dcterms:subject http://arxiv.org/abs/ http://eprints.cs.univie.ac.at/ 1106.5178 2871 AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 30. SPARQL • A query language and protocol for accessing RDF data on the Web SELECT DISTINCT ?x WHERE { ?x skos:subject <http://arxiv.org/subjects/skos.rdf#cs> } LIMIT 10 AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 31. Overview • Linked Data Vision and Goals • Enabling Technologies (by example) • Publishing and Consuming Linked Data • The SciLink Project AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 32. Information vs. Non-Information Resource • Information Resource • web pages, images, pdf documents, etc. • all their essential characteristics can be conveyed in a message • e.g., http://arxiv.org/pdf/1106.5178v1 • Non-Information Resource • other things such as people, this meeting, concepts • their essence is not information • e.g., http://arxiv.org/authors/Haslhofer_B AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 33. Publishing Data • Distinguish between non-information and information resource • Sample NIR • http://arxiv.org/resource/1106.5178 • Sample IRs • http://arxiv.org/abs/1106.5178 (HTML) • http://arxiv.org/data/1106.5178 (RDF) AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 34. Publishing Data GET http://arxiv.org/resource/1106.5187 Accept: application/rdf+xml 303 See Other Location: http://arxiv.org/data/1106.5187 GET http://arxiv.org/data/1106.5187 Accept: application/rdf+xml 200 OK ... <?xml version="1.0" encoding="utf-8"?> <rdf:RDF ... AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 35. Publishing Data GET http://arxiv.org/resource/1106.5187 Accept: application/rdf+xml 303 See Other Location: http://arxiv.org/data/1106.5187 Oh dear! GET http://arxiv.org/data/1106.5187 Accept: application/rdf+xml 200 OK ... <?xml version="1.0" encoding="utf-8"?> <rdf:RDF ... AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 36. RDFa / Microformats / Microdata • Mechanisms for embedding structured data in Web documents • Define or use a set of attributes to augmented presentation-oriented (HTML) documents with structured data • User agents can extract data from Web documents AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 37. RDFa Example <div typeof=”bibo:Article” xmlns:bibo=”http://purl.org/ontology/bibo”> <div xmlns:dc=”http://purl.org/dc/elements/1.1/”> <h1 property=”dc:title”>The Open Annotation Collaboration (OAC) Model</h1> .... </div> </div> AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 38. Microformats Example <head profile=”http://www.w3.org/2006/03/hcard”> ... </head> <div class=”vcard”> <div class=”fn”>Bernhard Haslhofer</div> </div> AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 39. RDFa vs. Microformats Microformats RDFa flat namespace XML namespaces support HTML4, XHTML 1.1, and support for XHTML 1.1, HTML 5 HTML 5 use latent HTML attributes introduces new metadata attributes vocabulary defined by one open to any RDF-based vocabulary organization/community Also see: http://evan.prodromou.name/RDFa_vs_microformats AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 40. Microdata • A very young HTML proposition that extends Microformats and addresses its shortcomings <div itemscope itemtype="http://schema.org/Article">   <span itemprop="name">The Open Annotation Collaboration (OAC) Model</span>   by <span itemprop="author">Bernhard Haslhofer</span>, <span itemprop=”author”>Rainer Simon</span>, <span itemprop=”author”>Robert Sanderson</span> and <span itemprop=”author”>Herbert Van De Sompel</span>   This article has been tweeted 1 times and contains 0 user comments.   <meta itemprop="interactionCount" content="UserTweets:1"/>   <meta itemprop="interactionCount" content="UserComments:0"/> </div> AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 41.
  • 42. Web Data Publishing Approaches Pro Con Separates data / Technical complexity Linked Data presentation markup Conneg IR / NIR Communication Web Architecture overhead Mixes data / RDFa / Easy to implement presentation markup Microformats / Microdata Search Engines Becomes messy AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 43. Consuming Linked Data curl -H “Accept: application/rdf+xml” http://arxiv.org/data/1105.5178 rapper http://arxiv.org/resource/1105.5178 ... any RDF library AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 44. Overview • Linked Data Vision and Goals • Enabling Technologies (by example) • Publishing and Consuming Linked Data • The SciLink Project AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 45. Motivation • Current research articles • are mostly PDFs (a kind of BLOB) • point to supplemental or related information by textual references, DOIs, or embedded hypertext links HTML HTML HTML HTML HTML AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 46. Motivation • But a publication is more: • data sets, conference presentations • blog / wiki entries, software libraries, etc • There is related information on the Web (e.g., Wikipedia) AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 47. Overall Goal Publication Document (PDF) Aggregation for the Document foaf:firstname Jennifer dbpedia: dbpedia: Drosphila Category: dblp: Genome-wide analysis of Notch jmummery Mummery- Signal_transduction signaling in Drosphila by Widmer transgenic RNAi rdfs:seeAlso foaf:lastname skos:subject dcterms: creator Jennifer Mummery-Widmer, .... Outer context Here we report the use of a library of Inner context Drosphila strains...we identified 6 new genes involved in asymmetric cell ore: division. Aggregation Genome-wide dc:title analysis... rdf:type A total of 20,262 transgenic RNAi lines were ex:agg1 screened...Ten flies were recorded in an online database... ore: aggregates ore: aggregates ex: ex: figure4.jpg ore: aggregates ore: aggregates nature07936.pdf ex: ex: movie1.avi database.zip Figure 4. An interaction network for Notch dctype: signalling Dataset Asymmmetric dc:title rdf:type cell division http://www.nature.com/nature/journal/ vaop/ncurrent/pdf/nature07936.pdf AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 48. Methodology • Aggregation/Data Extraction: create aggregations from available information (PDFs, metadata) • Analysis: combine aggregations and learn about established research and publication practices in different areas (focus on linking) • Tool design and Implementation • link discovery • resource synchronization / link maintenance • demonstrator applications operating on data graph AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 49. Aggregation / Data Extraction • scilink-extract library • takes PDFs and metadata as input • creates ORE Aggregations / CSV files • currently implemented for arXiv.org • https://github.com/behas/scilink-extract AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 50. Analysis • How did HTTP linkage evolve in the past? • Where in their papers do scholars make use of HTTP links? • What are the linking to? • Are the links still operational? • .... AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011
  • 51. Status • Extraction for arxiv.org finished (~ 700K ) PDFs • We need access to further corpora covering different research areas !!! Work in Progress AAHEP5 Information Provider Summit | Ithaca, NY | Sept. 22nd, 2011