SlideShare a Scribd company logo
Semantic Publishing with Nanopublications
Tobias Kuhn
http://www.tkuhn.ch
@txkuhn
ETH Zurich
Research Colloquium
Stanford Center for Biomedical Informatics Research
12 March 2015
Information Overload:
>1M new Scientific Articles Per Year
• How can we help
scientists to stay
up-to-date?
• How can we efficiently
retrieve and aggregate
published scientific
results?
• How should we design
the system for the
future of scientific
communication?
Image from: Kuhn et al. Inheritance patterns in citation networks reveal scientific memes. Physical Review X 4. 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 2 / 30
Nanopublications:
Provenance-Aware Semantic Publishing
assertion
provenance
publication info
nanopublication
http://nanopub.org / @nanopub org
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 3 / 30
Nanopublications:
Provenance-Aware Semantic Publishing
Nanopub0001
Assertion:
opm:wasDerivedFrom d:DataSourceX
Provenance:
ns1:mosquito ns2:malaria
ns3:transmission
Publication Information:
dc:created “2013-01-01”
pav:createdBy p:Isabelle_Dubois
http://nanopub.org / @nanopub org
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 4 / 30
Example: Nanopublication Converted from BEL
sub:assertion {
sub:_3 a rdf:Statement ;
rdf:subject schem:Adenosine%20triphosphate ;
rdf:predicate belv:decreases ; rdf:object sub:_1 ;
occursIn: obo:UBERON_0001134 , species:9606 .
sub:_1 a go:0003824 ; hasAgent: sub:_2 .
sub:_2 a Protein: ; geneProductOf: hgnc:12517 .
sub:assertion rdfs:label "a(SCHEM:"Adenosine triphosphate") -| cat(p(HGNC:UCP1))" .
}
sub:provenance {
sub:assertion prov:hadPrimarySource pubmed:9703368 ;
prov:wasDerivedFrom beldoc: , sub:_4 .
beldoc: dce:description "Approximately 61,000 statements." ;
dce:rights "Copyright (c) 2011-2012, Selventa. All rights reserved." ;
dce:title "BEL Framework Large Corpus Document" ;
pav:authoredBy sub:_5 ; pav:version "20131211" .
sub:_4 prov:value "UCP1 contains six potential transmembrane a-helices (72) and acts unde
prov:wasQuotedFrom pubmed:9703368 .
sub:_5 rdfs:label "Selventa" .
}
sub:pubinfo {
this: dct:created "2014-07-03T14:34:13.226+02:00"^^xsd:dateTime ;
pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 .
}
https://github.com/tkuhn/bel2nanopub
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 5 / 30
Vision: Changing Scholarly Communication
Now
Narrative articles at the center
Future
Nanopublications at the center
Images from Mons et al. The value of data. Nature genetics, 43(4):281–283, 2011
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 6 / 30
Open Problems
Three important open problems for nanopublications are:
• Identifiability: How can we ensure the immutability of
nanopublications and provide verifiable identifiers?
• Persistence: How can we ensure that published
nanopublications can be reliably retrieved by others and remain
permanently available?
• Representation: How can we deal with results that have no
straightforward RDF representation?
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 7 / 30
Problem:
Replication and Re-Use of Research Results
Exemplary Situation: Sue publishes a script that should allow
everybody to replicate her scientific analysis:
# Download data:
wget http://some-third-party.org/dataset/1.4
# Analyze data:
...
Problems: What if the third party silently changes that version of the
dataset? What if the resource becomes unavailable at this location?
What if the web site later gets hacked and the data manipulated?
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 8 / 30
Identifiability Problem
http://some-third-party.org/dataset/1.4
?
Given a URI for a digital artifact, there is no reliable standard
procedure of checking whether a retrieved file really represents the
correct and original state of that artifact.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 9 / 30
Trusty URIs
Basic idea: Use of cryptographic hash values calculated on digital
artifacts.
Requirements:
• To allow for the verification of entire reference trees, the hash
should be part of the reference (i.e. the URI)
• To allow for meta-data, digital artifacts should be allowed to
contain self-references (i.e. their own URI)
• Format-independent hash for different kinds of content
• The complete approach should be decentralized and open
• We want to use them right away
Example:
http://example.org/r1.RA5AbXdpz5DcaYXCh9l3eI9ruBosiL5XDU3rxBbBaUO70
Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 10 / 30
Trusty URIs: Range of Verifiability
With the hash as a part of the URI, the “range of verifiability”
extends to referenced artifacts (if they also use trusty URIs):
http://...RAcbjcRI...
http://...RAQozo2w...
http://...RABMq4Wc...
http://...RAcbjcRI...
http://...RAQozo2w...
http://.../resource23
http://.../resource23
...
http://...RAUx3Pqu...
http://.../resource55
http://...RABMq4Wc...
http://.../resource55
http://...RARz0AX-...
...
http://...RAUx3Pqu...
...
http://...RARz0AX...
...
range of
verifiability
Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 11 / 30
Verifiable — Immutable — Permanent
Whether or not a given resource is the one a given trusty URI is
supposed to represent can be verified with perfect confidence.
(assuming that the trusty URI for the required artifact is known, e.g. because
another artifact contains it as a link)
Kuhn, Dumontier. Making Digital Artifacts on the Web Verifiable and Reliable. IEEE TKDE. To appear. / Kuhn,
Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 12 / 30
Verifiable — Immutable — Permanent
A trusty URI artifact is immutable, as any change in the content
also changes its URI, thereby making it a new artifact.
(as soon as your trusty URI has been picked up by third parties, e.g. cached or
linked from other resources, every change will be noticed)
Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 13 / 30
Verifiable — Immutable — Permanent
Trusty URI artifacts are permanent, as they can be retrieved from
the cache of third-party websites if otherwise no longer available.
(if there are search engines and web archives regularly crawling and caching the
artifacts on the web)
Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 14 / 30
Calculating Trusty URIs is Fast and Reliable
Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 15 / 30
Nanopublication Server Network
Nanopublications
with Trusty URIs
Publication
Retrieval
Propagation /
Archiving
http://npmonitor.inn.ac
Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of
Data. arXiv:1411.2749.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 16 / 30
Decentralized — Open — Real-time
• No a central authority: Everybody can set up a server and join
the network
• No restrictions on publication: Everybody can upload
nanopublications
• No delay between submission and publication: Nanopublications
are made public immediately
• No updates: If a nanopublication is modified, that makes it a
new nanopublication (enforced by trusty URIs)
• No queries: Only simple identifier-based lookup
Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of
Data. arXiv:1411.2749.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 17 / 30
High Performance and High Availability
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 18 / 30
Defining Datasets with Nanopublication Indexes
(which are themselves Nanopublications)
appends
has sub-index
has
element
(a) (b)
(c) (f)
(d) (e)
Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of
Data. arXiv:1411.2749.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 19 / 30
Using Nanopublication Datasets
Once published in the network, nanopublication indexes can be cited:
[7] Nanopubs converted from OpenBEL’s Small and Large Corpus 20131211.
Nanopublication index, 4 March 2014,
http://np.inn.ac/RAR5dwELYLKGSfrOclnWhjOj-2nGZN_8BW1JjxwFZINHw
Researchers can then fetch and reuse the data in a reliable and
prefectly reproducible manner:
# Download data:
GetNanopub.sh -c RAR5dwELYLKGSfrOclnWhjOj-2nGZN 8BW1JjxwFZINHw
# Analyze data:
...
Existing data can be recombined in new indexes; and researchers can
unambiguously refer to the used datasets for new results:
this: prov:wasDerivedFrom nps:RAR5dwELYLKGSfrOclnWhjOj-2nGZN 8BW1Jjx
Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of
Data. arXiv:1411.2749.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 20 / 30
Real-Time and Replicable Data Mining
authors
users
curators
structured
data sources
unstructured
data sources
ocean of
nanopublications
nanopublication
portals
in silico
experiments
network
analyses
aggregated
views
hypothesis
generation
...bots
1
2
3
4
5
6
Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 21 / 30
How can we Represent Actual Scientific Results
in RDF?
Example:
[...] the risk of developing neurodegenerative disease in idiopathic
REM sleep behavior disorder is substantial, with the majority of
patients developing Parkinson disease and Lewy body dementia.
[PubMed 19109537]
This is difficult to represent in RDF, but it would correspond to two
nanopublication assertions:
• “The risk of developing neurodegenerative disease in idiopathic REM
sleep behavior disorder is substantial.”
• “The majority of patients with idiopathic REM sleep behavior disorder
who develop a neurodegenerative disease develop Parkinson disease
and Lewy body dementia.”
Nanopublication provenance and metadata, on the other hand, would
be relatively easy to produce.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 22 / 30
English Sentences as Anchors to Structure
Scientific Discourse
Malaria is transmitted by mosquitoes.
Mosquitoes transmit malaria.
Malaria is transmitted by female mosquitoes.
study A
same meaning
more specific
meaning of
provides
evidence for provides counter-
evidence against
study B
study C
study D
Malaria is transmitted by moscitos.
corrected version of
Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 23 / 30
AIDA Sentences: Criteria
Single English sentences that are:
• Atomic: a sentence describing one thought that cannot be
further broken down in a practical way
• Independent: a sentence that can stand on its own, without
external references like “this effect” or “we”
• Declarative: a complete sentence ending with a full stop that
could in theory be either true or false
• Absolute: a sentence describing the core of a claim ignoring the
uncertainty about its truth and how it was discovered (no
“probably” or “evaluation showed”); typically in present tense
Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 24 / 30
Controlled Natural Language (CNL)
AIDA is a kind of Controlled Natural Language.
More about that in my talk next week (20 March 2014)
in the Prot´eg´e Seminar.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 25 / 30
AIDA Nanopublications
Nanopublications can be combined with AIDA sentences to allow for
informal and underspecified assertions:
Malaria is transmitted by mosquitoes.
Malaria is transmitted by mosquitoes.
ns1:mosquito
ns3:transmission ns1:mosquito
Malaria is transmitted by mosquitoes.
ns2:malaria
ns3:transmission
They can be linked regardless of their degree of formality:
ns1:mosquito
Malaria is transmitted by mosquitoes.
ns2:malaria
ns3:transmission
Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 26 / 30
AIDA Sentences can be Efficiently Created
Manual creation of AIDA sentences from existing abstracts:
163total 100%
114perfect 70%
7typo etc. 4%
10inaccurate 6%
32not AIDA 20%
0 20 40 60 80 100 120 140 160
sentences
Automatic extraction of AIDA sentences from existing GeneRIF dataset:
250total 100%
177perfect 71%
8typo etc. 3%
65not AIDA 26%
0 25 50 75 100 125 150 175 200 225 250
sentences
Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013.
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 27 / 30
Examples: AIDA Sentences for Claims by
Famous Computer Scientists
• Computers are more flexible and more powerful if data and program
instructions are both stored side by side in the same memory. [John von
Neumann]
• The problem of determining the provability of arbitrary propositions in
first-order logic is undecidable. [Alonso Church / Alan Turing]
• There is no general algorithm that can decide for all possible programs and
inputs whether the program will terminate or run forever. [Alan Turing]
• Automated reasoning can be suitably implemented as a search tree with the
hypothesis at the root and by applying heuristics to trim branches. [Herbert
Simon and Allen Newell]
• Single-layer perceptrons cannot learn the XOR relation. [Marvin Minsky and
Seymour Papert]
• The use of GOTO statements in programming is harmful to program
structure. [Edsger Dijkstra]
• Hypertext representations are more flexible, more general, and more natural
than classical text structure for computer-supported information systems.
[Ted Nelson]
https://github.com/tkuhn/aida/
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 28 / 30
Summary
• With Trusty URIs, digital artifacts on the Web can be made
immutable and verifiable
• With a decentralized network of nanopublication servers, we
can build a reliable and trustworthy infrastructure for data
publishing
• With AIDA sentences, we can formally represent provenance
and metadata of informal or underspecified assertions
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 29 / 30
Thank you for your attention!
Questions?
Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 30 / 30

More Related Content

Viewers also liked

Distributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic WebDistributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic Web
Editor IJCATR
 
How OFTEN to POST on Your Blog
How OFTEN to POST on Your BlogHow OFTEN to POST on Your Blog
How OFTEN to POST on Your Blog
Julie Sylvia Kalungi
 
ProcessingとMaxMSPの連携
ProcessingとMaxMSPの連携ProcessingとMaxMSPの連携
ProcessingとMaxMSPの連携
Aki Sato
 
Introduction to OSGi (Tokyo JUG)
Introduction to OSGi (Tokyo JUG)Introduction to OSGi (Tokyo JUG)
Introduction to OSGi (Tokyo JUG)njbartlett
 
Dunbar's Number and Your B2B Relationships
Dunbar's Number and Your B2B RelationshipsDunbar's Number and Your B2B Relationships
Dunbar's Number and Your B2B Relationships
Viabl
 
Benchmarking the Accounting & Finance Function: 2014 Summary Presentation
Benchmarking the Accounting & Finance Function: 2014 Summary PresentationBenchmarking the Accounting & Finance Function: 2014 Summary Presentation
Benchmarking the Accounting & Finance Function: 2014 Summary Presentation
Robert Half
 
Haben oder sein partizip 2
Haben oder sein   partizip 2Haben oder sein   partizip 2
Haben oder sein partizip 2cgrobert83
 
Spines.me: automatizaciones e integraciones
Spines.me: automatizaciones e integracionesSpines.me: automatizaciones e integraciones
Spines.me: automatizaciones e integraciones
Spines
 
Guia de estudio segundo parcial (tercera parte)
Guia de estudio segundo parcial (tercera parte)Guia de estudio segundo parcial (tercera parte)
Guia de estudio segundo parcial (tercera parte)Ariel Aranda
 
ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...
ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...
ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...
Paola Furlanetto
 
X. Le temps de la renaissance
X. Le temps de la renaissanceX. Le temps de la renaissance
X. Le temps de la renaissance
Pierrot Caron
 
New Dell Notebooks
New Dell NotebooksNew Dell Notebooks
New Dell Notebooks
james bond
 
Three Hurrahs for Hyperlocal Journalism
Three Hurrahs for Hyperlocal JournalismThree Hurrahs for Hyperlocal Journalism
Three Hurrahs for Hyperlocal Journalism
Ted Mann
 
Student equity: policy and practice
Student equity: policy and practiceStudent equity: policy and practice
Student equity: policy and practice
Australian Centre for Student Equity and Success
 
Всем плевать на ваш дизайн
Всем плевать на ваш дизайнВсем плевать на ваш дизайн
Всем плевать на ваш дизайнAlexander Kirov
 
WikiPathways: how open source and open data can make omics technology more us...
WikiPathways: how open source and open data can make omics technology more us...WikiPathways: how open source and open data can make omics technology more us...
WikiPathways: how open source and open data can make omics technology more us...
Chris Evelo
 
variational bayes in biophysics
variational bayes in biophysicsvariational bayes in biophysics
variational bayes in biophysics
chris wiggins
 
20161022 mt azure_handson
20161022 mt azure_handson20161022 mt azure_handson
20161022 mt azure_handson
Six Apart
 

Viewers also liked (19)

Distributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic WebDistributed Digital Artifacts on the Semantic Web
Distributed Digital Artifacts on the Semantic Web
 
How OFTEN to POST on Your Blog
How OFTEN to POST on Your BlogHow OFTEN to POST on Your Blog
How OFTEN to POST on Your Blog
 
ProcessingとMaxMSPの連携
ProcessingとMaxMSPの連携ProcessingとMaxMSPの連携
ProcessingとMaxMSPの連携
 
Introduction to OSGi (Tokyo JUG)
Introduction to OSGi (Tokyo JUG)Introduction to OSGi (Tokyo JUG)
Introduction to OSGi (Tokyo JUG)
 
Dunbar's Number and Your B2B Relationships
Dunbar's Number and Your B2B RelationshipsDunbar's Number and Your B2B Relationships
Dunbar's Number and Your B2B Relationships
 
Benchmarking the Accounting & Finance Function: 2014 Summary Presentation
Benchmarking the Accounting & Finance Function: 2014 Summary PresentationBenchmarking the Accounting & Finance Function: 2014 Summary Presentation
Benchmarking the Accounting & Finance Function: 2014 Summary Presentation
 
Haben oder sein partizip 2
Haben oder sein   partizip 2Haben oder sein   partizip 2
Haben oder sein partizip 2
 
Spines.me: automatizaciones e integraciones
Spines.me: automatizaciones e integracionesSpines.me: automatizaciones e integraciones
Spines.me: automatizaciones e integraciones
 
Guia de estudio segundo parcial (tercera parte)
Guia de estudio segundo parcial (tercera parte)Guia de estudio segundo parcial (tercera parte)
Guia de estudio segundo parcial (tercera parte)
 
ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...
ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...
ASI 07 - How Auditing Radio campaigns helps Improve Planning and Buying Effic...
 
X. Le temps de la renaissance
X. Le temps de la renaissanceX. Le temps de la renaissance
X. Le temps de la renaissance
 
New Dell Notebooks
New Dell NotebooksNew Dell Notebooks
New Dell Notebooks
 
Three Hurrahs for Hyperlocal Journalism
Three Hurrahs for Hyperlocal JournalismThree Hurrahs for Hyperlocal Journalism
Three Hurrahs for Hyperlocal Journalism
 
Student equity: policy and practice
Student equity: policy and practiceStudent equity: policy and practice
Student equity: policy and practice
 
Всем плевать на ваш дизайн
Всем плевать на ваш дизайнВсем плевать на ваш дизайн
Всем плевать на ваш дизайн
 
WikiPathways: how open source and open data can make omics technology more us...
WikiPathways: how open source and open data can make omics technology more us...WikiPathways: how open source and open data can make omics technology more us...
WikiPathways: how open source and open data can make omics technology more us...
 
variational bayes in biophysics
variational bayes in biophysicsvariational bayes in biophysics
variational bayes in biophysics
 
قلم_الرصاص
قلم_الرصاصقلم_الرصاص
قلم_الرصاص
 
20161022 mt azure_handson
20161022 mt azure_handson20161022 mt azure_handson
20161022 mt azure_handson
 

Similar to Semantic Publishing with Nanopublications

Nanopublications and Decentralized Publishing
Nanopublications and Decentralized PublishingNanopublications and Decentralized Publishing
Nanopublications and Decentralized Publishing
Tobias Kuhn
 
A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...
A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...
A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...
Tobias Kuhn
 
Scientific Data Publishing
Scientific Data PublishingScientific Data Publishing
Scientific Data Publishing
Tobias Kuhn
 
Nanopubs
NanopubsNanopubs
Nanopubs
Tobias Kuhn
 
Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...
Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...
Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...
Tobias Kuhn
 
A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
A Decentralized Approach to Dissemination, Retrieval, and Archiving of DataA Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
Tobias Kuhn
 
Science Bots: A Model for the Future of Scientific Computation?
Science Bots: A Model for the Future of Scientific Computation?Science Bots: A Model for the Future of Scientific Computation?
Science Bots: A Model for the Future of Scientific Computation?Tobias Kuhn
 
Linked Data Publishing with Nanopublications
Linked Data Publishing with NanopublicationsLinked Data Publishing with Nanopublications
Linked Data Publishing with Nanopublications
Tobias Kuhn
 
nanopub-java: A Java Library for Nanopublications
nanopub-java: A Java Library for Nanopublicationsnanopub-java: A Java Library for Nanopublications
nanopub-java: A Java Library for Nanopublications
Tobias Kuhn
 
Open Science, Open Data: towards a new transparent and reproducible ecosystem
Open Science, Open Data:   towards a new transparent and reproducible ecosystemOpen Science, Open Data:   towards a new transparent and reproducible ecosystem
Open Science, Open Data: towards a new transparent and reproducible ecosystem
LIBER Europe
 
Benefits and practice of open science
Benefits and practice of open scienceBenefits and practice of open science
Benefits and practice of open science
Sarah Jones
 
HathiTrust Research Center Secure Commons
HathiTrust Research Center Secure CommonsHathiTrust Research Center Secure Commons
HathiTrust Research Center Secure Commons
Beth Plale
 
Open Knowledge and University of Cambridge European Bioinformatics Institute
Open Knowledge and University of Cambridge European Bioinformatics InstituteOpen Knowledge and University of Cambridge European Bioinformatics Institute
Open Knowledge and University of Cambridge European Bioinformatics Institute
TheContentMine
 
Meme Extraction from Corpora of Scientific Literature using Citation Networks
Meme Extraction from Corpora of Scientific Literature using Citation NetworksMeme Extraction from Corpora of Scientific Literature using Citation Networks
Meme Extraction from Corpora of Scientific Literature using Citation Networks
Tobias Kuhn
 
Genuine semantic publishing
Genuine semantic publishingGenuine semantic publishing
Genuine semantic publishing
Tobias Kuhn
 
Open sciencerefresher2019
Open sciencerefresher2019Open sciencerefresher2019
Open sciencerefresher2019
heila1
 
Publishing Open Research Data
Publishing Open Research DataPublishing Open Research Data
Publishing Open Research Data
Brian Hole
 
OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016
OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016
OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016
OpenAIRE
 
Europeana and Researchers
Europeana and ResearchersEuropeana and Researchers
Europeana and Researchers
TU Delft, Netherlands
 

Similar to Semantic Publishing with Nanopublications (20)

Nanopublications and Decentralized Publishing
Nanopublications and Decentralized PublishingNanopublications and Decentralized Publishing
Nanopublications and Decentralized Publishing
 
A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...
A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...
A Decentralized Network for Publishing Linked Data — Nanopublications, Trusty...
 
Scientific Data Publishing
Scientific Data PublishingScientific Data Publishing
Scientific Data Publishing
 
Nanopubs
NanopubsNanopubs
Nanopubs
 
Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...
Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...
Publishing without Publishers: a Decentralized Approach to Dissemination, Ret...
 
A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
A Decentralized Approach to Dissemination, Retrieval, and Archiving of DataA Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
A Decentralized Approach to Dissemination, Retrieval, and Archiving of Data
 
Science Bots: A Model for the Future of Scientific Computation?
Science Bots: A Model for the Future of Scientific Computation?Science Bots: A Model for the Future of Scientific Computation?
Science Bots: A Model for the Future of Scientific Computation?
 
Linked Data Publishing with Nanopublications
Linked Data Publishing with NanopublicationsLinked Data Publishing with Nanopublications
Linked Data Publishing with Nanopublications
 
nanopub-java: A Java Library for Nanopublications
nanopub-java: A Java Library for Nanopublicationsnanopub-java: A Java Library for Nanopublications
nanopub-java: A Java Library for Nanopublications
 
Open Science, Open Data: towards a new transparent and reproducible ecosystem
Open Science, Open Data:   towards a new transparent and reproducible ecosystemOpen Science, Open Data:   towards a new transparent and reproducible ecosystem
Open Science, Open Data: towards a new transparent and reproducible ecosystem
 
Benefits and practice of open science
Benefits and practice of open scienceBenefits and practice of open science
Benefits and practice of open science
 
HathiTrust Research Center Secure Commons
HathiTrust Research Center Secure CommonsHathiTrust Research Center Secure Commons
HathiTrust Research Center Secure Commons
 
Ebi
EbiEbi
Ebi
 
Open Knowledge and University of Cambridge European Bioinformatics Institute
Open Knowledge and University of Cambridge European Bioinformatics InstituteOpen Knowledge and University of Cambridge European Bioinformatics Institute
Open Knowledge and University of Cambridge European Bioinformatics Institute
 
Meme Extraction from Corpora of Scientific Literature using Citation Networks
Meme Extraction from Corpora of Scientific Literature using Citation NetworksMeme Extraction from Corpora of Scientific Literature using Citation Networks
Meme Extraction from Corpora of Scientific Literature using Citation Networks
 
Genuine semantic publishing
Genuine semantic publishingGenuine semantic publishing
Genuine semantic publishing
 
Open sciencerefresher2019
Open sciencerefresher2019Open sciencerefresher2019
Open sciencerefresher2019
 
Publishing Open Research Data
Publishing Open Research DataPublishing Open Research Data
Publishing Open Research Data
 
OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016
OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016
OpenAIRE: Open Science as-a-Service - presentation at #DI4R2016
 
Europeana and Researchers
Europeana and ResearchersEuropeana and Researchers
Europeana and Researchers
 

More from Tobias Kuhn

The Controlled Natural Language of Randall Munroe’s Thing Explainer
The Controlled Natural Language of Randall Munroe’s Thing Explainer The Controlled Natural Language of Randall Munroe’s Thing Explainer
The Controlled Natural Language of Randall Munroe’s Thing Explainer
Tobias Kuhn
 
A Multilingual Semantic Wiki Based on Controlled Natural Language
A Multilingual Semantic Wiki Based on Controlled Natural LanguageA Multilingual Semantic Wiki Based on Controlled Natural Language
A Multilingual Semantic Wiki Based on Controlled Natural Language
Tobias Kuhn
 
Citation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific LiteratureCitation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific LiteratureTobias Kuhn
 
Citation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific LiteratureCitation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific LiteratureTobias Kuhn
 
Automatische Übersetzung in einem multilingualen, semantischen Wiki
Automatische Übersetzung in einem multilingualen, semantischen WikiAutomatische Übersetzung in einem multilingualen, semantischen Wiki
Automatische Übersetzung in einem multilingualen, semantischen WikiTobias Kuhn
 
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...Tobias Kuhn
 
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...Tobias Kuhn
 
Improving Text Mining with Controlled Natural Language: A Case Study for Prot...
Improving Text Mining with Controlled Natural Language: A Case Study for Prot...Improving Text Mining with Controlled Natural Language: A Case Study for Prot...
Improving Text Mining with Controlled Natural Language: A Case Study for Prot...
Tobias Kuhn
 
AceRules: Executing Rules in Controlled Natural Language
AceRules: Executing Rules in Controlled Natural LanguageAceRules: Executing Rules in Controlled Natural Language
AceRules: Executing Rules in Controlled Natural Language
Tobias Kuhn
 
AceWiki: A Natural and Expressive Semantic Wiki
AceWiki: A Natural and Expressive Semantic WikiAceWiki: A Natural and Expressive Semantic Wiki
AceWiki: A Natural and Expressive Semantic Wiki
Tobias Kuhn
 
AceWiki: Controlled English in a Semantic Wiki
AceWiki: Controlled English in a Semantic WikiAceWiki: Controlled English in a Semantic Wiki
AceWiki: Controlled English in a Semantic Wiki
Tobias Kuhn
 
How Controlled English can Improve Semantic Wikis
How Controlled English can Improve Semantic WikisHow Controlled English can Improve Semantic Wikis
How Controlled English can Improve Semantic Wikis
Tobias Kuhn
 
How to Evaluate Controlled Natural Languages
How to Evaluate Controlled Natural LanguagesHow to Evaluate Controlled Natural Languages
How to Evaluate Controlled Natural Languages
Tobias Kuhn
 
Wissensrepräsentation in kontrolliertem Englisch
Wissensrepräsentation in kontrolliertem EnglischWissensrepräsentation in kontrolliertem Englisch
Wissensrepräsentation in kontrolliertem Englisch
Tobias Kuhn
 
An Introduction to AceWiki
An Introduction to AceWikiAn Introduction to AceWiki
An Introduction to AceWiki
Tobias Kuhn
 
Codeco: A Grammar Notation for Controlled Natural Language in Predictive Editors
Codeco: A Grammar Notation for Controlled Natural Language in Predictive EditorsCodeco: A Grammar Notation for Controlled Natural Language in Predictive Editors
Codeco: A Grammar Notation for Controlled Natural Language in Predictive Editors
Tobias Kuhn
 

More from Tobias Kuhn (16)

The Controlled Natural Language of Randall Munroe’s Thing Explainer
The Controlled Natural Language of Randall Munroe’s Thing Explainer The Controlled Natural Language of Randall Munroe’s Thing Explainer
The Controlled Natural Language of Randall Munroe’s Thing Explainer
 
A Multilingual Semantic Wiki Based on Controlled Natural Language
A Multilingual Semantic Wiki Based on Controlled Natural LanguageA Multilingual Semantic Wiki Based on Controlled Natural Language
A Multilingual Semantic Wiki Based on Controlled Natural Language
 
Citation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific LiteratureCitation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific Literature
 
Citation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific LiteratureCitation Graph Analysis to Identify Memes in Scientific Literature
Citation Graph Analysis to Identify Memes in Scientific Literature
 
Automatische Übersetzung in einem multilingualen, semantischen Wiki
Automatische Übersetzung in einem multilingualen, semantischen WikiAutomatische Übersetzung in einem multilingualen, semantischen Wiki
Automatische Übersetzung in einem multilingualen, semantischen Wiki
 
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
 
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
A Multilingual Semantic Wiki based on Attempto Controlled English and Grammat...
 
Improving Text Mining with Controlled Natural Language: A Case Study for Prot...
Improving Text Mining with Controlled Natural Language: A Case Study for Prot...Improving Text Mining with Controlled Natural Language: A Case Study for Prot...
Improving Text Mining with Controlled Natural Language: A Case Study for Prot...
 
AceRules: Executing Rules in Controlled Natural Language
AceRules: Executing Rules in Controlled Natural LanguageAceRules: Executing Rules in Controlled Natural Language
AceRules: Executing Rules in Controlled Natural Language
 
AceWiki: A Natural and Expressive Semantic Wiki
AceWiki: A Natural and Expressive Semantic WikiAceWiki: A Natural and Expressive Semantic Wiki
AceWiki: A Natural and Expressive Semantic Wiki
 
AceWiki: Controlled English in a Semantic Wiki
AceWiki: Controlled English in a Semantic WikiAceWiki: Controlled English in a Semantic Wiki
AceWiki: Controlled English in a Semantic Wiki
 
How Controlled English can Improve Semantic Wikis
How Controlled English can Improve Semantic WikisHow Controlled English can Improve Semantic Wikis
How Controlled English can Improve Semantic Wikis
 
How to Evaluate Controlled Natural Languages
How to Evaluate Controlled Natural LanguagesHow to Evaluate Controlled Natural Languages
How to Evaluate Controlled Natural Languages
 
Wissensrepräsentation in kontrolliertem Englisch
Wissensrepräsentation in kontrolliertem EnglischWissensrepräsentation in kontrolliertem Englisch
Wissensrepräsentation in kontrolliertem Englisch
 
An Introduction to AceWiki
An Introduction to AceWikiAn Introduction to AceWiki
An Introduction to AceWiki
 
Codeco: A Grammar Notation for Controlled Natural Language in Predictive Editors
Codeco: A Grammar Notation for Controlled Natural Language in Predictive EditorsCodeco: A Grammar Notation for Controlled Natural Language in Predictive Editors
Codeco: A Grammar Notation for Controlled Natural Language in Predictive Editors
 

Recently uploaded

如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
S.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary levelS.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary level
ronaldlakony0
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
Nistarini College, Purulia (W.B) India
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
Wasswaderrick3
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
Areesha Ahmad
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
tonzsalvador2222
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
silvermistyshot
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
RenuJangid3
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
IqrimaNabilatulhusni
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
University of Maribor
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
muralinath2
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Studia Poinsotiana
 
Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
IshaGoswami9
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 

Recently uploaded (20)

如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
S.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary levelS.1 chemistry scheme term 2 for ordinary level
S.1 chemistry scheme term 2 for ordinary level
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.Nucleic Acid-its structural and functional complexity.
Nucleic Acid-its structural and functional complexity.
 
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
DERIVATION OF MODIFIED BERNOULLI EQUATION WITH VISCOUS EFFECTS AND TERMINAL V...
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
Chapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisisChapter 12 - climate change and the energy crisis
Chapter 12 - climate change and the energy crisis
 
Lateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensiveLateral Ventricles.pdf very easy good diagrams comprehensive
Lateral Ventricles.pdf very easy good diagrams comprehensive
 
Leaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdfLeaf Initiation, Growth and Differentiation.pdf
Leaf Initiation, Growth and Differentiation.pdf
 
general properties of oerganologametal.ppt
general properties of oerganologametal.pptgeneral properties of oerganologametal.ppt
general properties of oerganologametal.ppt
 
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
Comparing Evolved Extractive Text Summary Scores of Bidirectional Encoder Rep...
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
platelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptxplatelets_clotting_biogenesis.clot retractionpptx
platelets_clotting_biogenesis.clot retractionpptx
 
bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
Salas, V. (2024) "John of St. Thomas (Poinsot) on the Science of Sacred Theol...
 
Phenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvementPhenomics assisted breeding in crop improvement
Phenomics assisted breeding in crop improvement
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 

Semantic Publishing with Nanopublications

  • 1. Semantic Publishing with Nanopublications Tobias Kuhn http://www.tkuhn.ch @txkuhn ETH Zurich Research Colloquium Stanford Center for Biomedical Informatics Research 12 March 2015
  • 2. Information Overload: >1M new Scientific Articles Per Year • How can we help scientists to stay up-to-date? • How can we efficiently retrieve and aggregate published scientific results? • How should we design the system for the future of scientific communication? Image from: Kuhn et al. Inheritance patterns in citation networks reveal scientific memes. Physical Review X 4. 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 2 / 30
  • 3. Nanopublications: Provenance-Aware Semantic Publishing assertion provenance publication info nanopublication http://nanopub.org / @nanopub org Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 3 / 30
  • 4. Nanopublications: Provenance-Aware Semantic Publishing Nanopub0001 Assertion: opm:wasDerivedFrom d:DataSourceX Provenance: ns1:mosquito ns2:malaria ns3:transmission Publication Information: dc:created “2013-01-01” pav:createdBy p:Isabelle_Dubois http://nanopub.org / @nanopub org Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 4 / 30
  • 5. Example: Nanopublication Converted from BEL sub:assertion { sub:_3 a rdf:Statement ; rdf:subject schem:Adenosine%20triphosphate ; rdf:predicate belv:decreases ; rdf:object sub:_1 ; occursIn: obo:UBERON_0001134 , species:9606 . sub:_1 a go:0003824 ; hasAgent: sub:_2 . sub:_2 a Protein: ; geneProductOf: hgnc:12517 . sub:assertion rdfs:label "a(SCHEM:"Adenosine triphosphate") -| cat(p(HGNC:UCP1))" . } sub:provenance { sub:assertion prov:hadPrimarySource pubmed:9703368 ; prov:wasDerivedFrom beldoc: , sub:_4 . beldoc: dce:description "Approximately 61,000 statements." ; dce:rights "Copyright (c) 2011-2012, Selventa. All rights reserved." ; dce:title "BEL Framework Large Corpus Document" ; pav:authoredBy sub:_5 ; pav:version "20131211" . sub:_4 prov:value "UCP1 contains six potential transmembrane a-helices (72) and acts unde prov:wasQuotedFrom pubmed:9703368 . sub:_5 rdfs:label "Selventa" . } sub:pubinfo { this: dct:created "2014-07-03T14:34:13.226+02:00"^^xsd:dateTime ; pav:createdBy orcid:0000-0001-6818-334X , orcid:0000-0002-1267-0234 . } https://github.com/tkuhn/bel2nanopub Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 5 / 30
  • 6. Vision: Changing Scholarly Communication Now Narrative articles at the center Future Nanopublications at the center Images from Mons et al. The value of data. Nature genetics, 43(4):281–283, 2011 Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 6 / 30
  • 7. Open Problems Three important open problems for nanopublications are: • Identifiability: How can we ensure the immutability of nanopublications and provide verifiable identifiers? • Persistence: How can we ensure that published nanopublications can be reliably retrieved by others and remain permanently available? • Representation: How can we deal with results that have no straightforward RDF representation? Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 7 / 30
  • 8. Problem: Replication and Re-Use of Research Results Exemplary Situation: Sue publishes a script that should allow everybody to replicate her scientific analysis: # Download data: wget http://some-third-party.org/dataset/1.4 # Analyze data: ... Problems: What if the third party silently changes that version of the dataset? What if the resource becomes unavailable at this location? What if the web site later gets hacked and the data manipulated? Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 8 / 30
  • 9. Identifiability Problem http://some-third-party.org/dataset/1.4 ? Given a URI for a digital artifact, there is no reliable standard procedure of checking whether a retrieved file really represents the correct and original state of that artifact. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 9 / 30
  • 10. Trusty URIs Basic idea: Use of cryptographic hash values calculated on digital artifacts. Requirements: • To allow for the verification of entire reference trees, the hash should be part of the reference (i.e. the URI) • To allow for meta-data, digital artifacts should be allowed to contain self-references (i.e. their own URI) • Format-independent hash for different kinds of content • The complete approach should be decentralized and open • We want to use them right away Example: http://example.org/r1.RA5AbXdpz5DcaYXCh9l3eI9ruBosiL5XDU3rxBbBaUO70 Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 10 / 30
  • 11. Trusty URIs: Range of Verifiability With the hash as a part of the URI, the “range of verifiability” extends to referenced artifacts (if they also use trusty URIs): http://...RAcbjcRI... http://...RAQozo2w... http://...RABMq4Wc... http://...RAcbjcRI... http://...RAQozo2w... http://.../resource23 http://.../resource23 ... http://...RAUx3Pqu... http://.../resource55 http://...RABMq4Wc... http://.../resource55 http://...RARz0AX-... ... http://...RAUx3Pqu... ... http://...RARz0AX... ... range of verifiability Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 11 / 30
  • 12. Verifiable — Immutable — Permanent Whether or not a given resource is the one a given trusty URI is supposed to represent can be verified with perfect confidence. (assuming that the trusty URI for the required artifact is known, e.g. because another artifact contains it as a link) Kuhn, Dumontier. Making Digital Artifacts on the Web Verifiable and Reliable. IEEE TKDE. To appear. / Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 12 / 30
  • 13. Verifiable — Immutable — Permanent A trusty URI artifact is immutable, as any change in the content also changes its URI, thereby making it a new artifact. (as soon as your trusty URI has been picked up by third parties, e.g. cached or linked from other resources, every change will be noticed) Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 13 / 30
  • 14. Verifiable — Immutable — Permanent Trusty URI artifacts are permanent, as they can be retrieved from the cache of third-party websites if otherwise no longer available. (if there are search engines and web archives regularly crawling and caching the artifacts on the web) Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 14 / 30
  • 15. Calculating Trusty URIs is Fast and Reliable Kuhn, Dumontier. Trusty URIs: Verifiable, Immutable, and Permanent Digital Artifacts for Linked Data. ESWC 2014. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 15 / 30
  • 16. Nanopublication Server Network Nanopublications with Trusty URIs Publication Retrieval Propagation / Archiving http://npmonitor.inn.ac Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of Data. arXiv:1411.2749. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 16 / 30
  • 17. Decentralized — Open — Real-time • No a central authority: Everybody can set up a server and join the network • No restrictions on publication: Everybody can upload nanopublications • No delay between submission and publication: Nanopublications are made public immediately • No updates: If a nanopublication is modified, that makes it a new nanopublication (enforced by trusty URIs) • No queries: Only simple identifier-based lookup Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of Data. arXiv:1411.2749. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 17 / 30
  • 18. High Performance and High Availability Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 18 / 30
  • 19. Defining Datasets with Nanopublication Indexes (which are themselves Nanopublications) appends has sub-index has element (a) (b) (c) (f) (d) (e) Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of Data. arXiv:1411.2749. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 19 / 30
  • 20. Using Nanopublication Datasets Once published in the network, nanopublication indexes can be cited: [7] Nanopubs converted from OpenBEL’s Small and Large Corpus 20131211. Nanopublication index, 4 March 2014, http://np.inn.ac/RAR5dwELYLKGSfrOclnWhjOj-2nGZN_8BW1JjxwFZINHw Researchers can then fetch and reuse the data in a reliable and prefectly reproducible manner: # Download data: GetNanopub.sh -c RAR5dwELYLKGSfrOclnWhjOj-2nGZN 8BW1JjxwFZINHw # Analyze data: ... Existing data can be recombined in new indexes; and researchers can unambiguously refer to the used datasets for new results: this: prov:wasDerivedFrom nps:RAR5dwELYLKGSfrOclnWhjOj-2nGZN 8BW1Jjx Kuhn et al. Publishing without Publishers: a Decentralized Approach to Dissemination, Retrieval, and Archiving of Data. arXiv:1411.2749. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 20 / 30
  • 21. Real-Time and Replicable Data Mining authors users curators structured data sources unstructured data sources ocean of nanopublications nanopublication portals in silico experiments network analyses aggregated views hypothesis generation ...bots 1 2 3 4 5 6 Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 21 / 30
  • 22. How can we Represent Actual Scientific Results in RDF? Example: [...] the risk of developing neurodegenerative disease in idiopathic REM sleep behavior disorder is substantial, with the majority of patients developing Parkinson disease and Lewy body dementia. [PubMed 19109537] This is difficult to represent in RDF, but it would correspond to two nanopublication assertions: • “The risk of developing neurodegenerative disease in idiopathic REM sleep behavior disorder is substantial.” • “The majority of patients with idiopathic REM sleep behavior disorder who develop a neurodegenerative disease develop Parkinson disease and Lewy body dementia.” Nanopublication provenance and metadata, on the other hand, would be relatively easy to produce. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 22 / 30
  • 23. English Sentences as Anchors to Structure Scientific Discourse Malaria is transmitted by mosquitoes. Mosquitoes transmit malaria. Malaria is transmitted by female mosquitoes. study A same meaning more specific meaning of provides evidence for provides counter- evidence against study B study C study D Malaria is transmitted by moscitos. corrected version of Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 23 / 30
  • 24. AIDA Sentences: Criteria Single English sentences that are: • Atomic: a sentence describing one thought that cannot be further broken down in a practical way • Independent: a sentence that can stand on its own, without external references like “this effect” or “we” • Declarative: a complete sentence ending with a full stop that could in theory be either true or false • Absolute: a sentence describing the core of a claim ignoring the uncertainty about its truth and how it was discovered (no “probably” or “evaluation showed”); typically in present tense Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 24 / 30
  • 25. Controlled Natural Language (CNL) AIDA is a kind of Controlled Natural Language. More about that in my talk next week (20 March 2014) in the Prot´eg´e Seminar. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 25 / 30
  • 26. AIDA Nanopublications Nanopublications can be combined with AIDA sentences to allow for informal and underspecified assertions: Malaria is transmitted by mosquitoes. Malaria is transmitted by mosquitoes. ns1:mosquito ns3:transmission ns1:mosquito Malaria is transmitted by mosquitoes. ns2:malaria ns3:transmission They can be linked regardless of their degree of formality: ns1:mosquito Malaria is transmitted by mosquitoes. ns2:malaria ns3:transmission Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 26 / 30
  • 27. AIDA Sentences can be Efficiently Created Manual creation of AIDA sentences from existing abstracts: 163total 100% 114perfect 70% 7typo etc. 4% 10inaccurate 6% 32not AIDA 20% 0 20 40 60 80 100 120 140 160 sentences Automatic extraction of AIDA sentences from existing GeneRIF dataset: 250total 100% 177perfect 71% 8typo etc. 3% 65not AIDA 26% 0 25 50 75 100 125 150 175 200 225 250 sentences Kuhn et al. Broadening the Scope of Nanopublications. ESWC 2013. Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 27 / 30
  • 28. Examples: AIDA Sentences for Claims by Famous Computer Scientists • Computers are more flexible and more powerful if data and program instructions are both stored side by side in the same memory. [John von Neumann] • The problem of determining the provability of arbitrary propositions in first-order logic is undecidable. [Alonso Church / Alan Turing] • There is no general algorithm that can decide for all possible programs and inputs whether the program will terminate or run forever. [Alan Turing] • Automated reasoning can be suitably implemented as a search tree with the hypothesis at the root and by applying heuristics to trim branches. [Herbert Simon and Allen Newell] • Single-layer perceptrons cannot learn the XOR relation. [Marvin Minsky and Seymour Papert] • The use of GOTO statements in programming is harmful to program structure. [Edsger Dijkstra] • Hypertext representations are more flexible, more general, and more natural than classical text structure for computer-supported information systems. [Ted Nelson] https://github.com/tkuhn/aida/ Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 28 / 30
  • 29. Summary • With Trusty URIs, digital artifacts on the Web can be made immutable and verifiable • With a decentralized network of nanopublication servers, we can build a reliable and trustworthy infrastructure for data publishing • With AIDA sentences, we can formally represent provenance and metadata of informal or underspecified assertions Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 29 / 30
  • 30. Thank you for your attention! Questions? Tobias Kuhn, ETH Zurich Semantic Publishing with Nanopublications 30 / 30