SlideShare a Scribd company logo
Bringing semantic publishing
into TEI
ideas and pointers
Silvio Peroni
Fabio Vitali
Department of Computer Science and Engineering
University of Bologna
Italy
Outline
•  Semantic publishing
•  SPAR ontologies and semantic lenses
•  TEI and EARMARK
Semantic Web / Open Linked Data
Yet another definition of Semantic Web:
The evolution of the World Wide Web encompassing the integration of the
WWW with formal semantics to:
Yet another definition of Open Linked Data:
The incremental implementation of many layers of
semantics of data released to the Commons:
•  Structured and semi-structured data
•  Abstraction and conceptualisation of data
•  Inferences on data
•  enable visualisation and elaboration of
complex data
•  provide languages (e.g., OWL) to
formalise the meaning of data (e.g.,
using description logics)
Semantic publishing
« anything that
•  enhances the meaning of a published journal article,
•  facilitates its automated discovery,
•  enables its linking to semantically related articles,
•  provides access to data within the article in actionable form, or
•  facilitates integration of data between papers.
Among other things, it involves enriching the article with appropriate
metadata that
•  are amenable to automated processing and analysis,
•  allowing enhanced verifiability of published information and
•  providing the capacity for automated discovery and summarization »
Shotton, D. (2009). Semantic publishing: the coming revolution in scientific
journal publishing. Learned Publishing, 22(2): 85–94. DOI: 10.1087/2009202
Why Semantic Publishing?
•  Increase the intrinsic value of publications,
•  Increase the richness of information, understanding
and knowledge that can be extracted from
publications;
•  Enable the development of additional services
•  Integrate information from multiple enhanced articles,
•  Provide additional business opportunities for the
publishers
Goals of semantic publishing
•  Evaluating the pertinence of a document to a scientific field
•  Discovering research trends and propagation of research findings
•  Tracking of research activities, institutions and disciplines
•  Analysing quantitative aspects of the output of researchers
•  Evaluating the multi-disciplinarity of the output of scholars
•  Measuring positive/negative citations to a particular work
•  Designing and including algorithms to compute metrics indicators
•  Helping final users to find related materials to a topic and/or article
•  Evaluating the social acceptability of the scientific production
•  Enabling users to annotate documents with related semantic data
•  Querying (semantic) bibliographic data
SPAR
•  One of the most complete
set of ontologies to
describe scholarly objects
•  It uses:
–  Common vocabulary of
terms
–  External metadata
schemas (SKOS, PRISM,
DC)
–  FRBR concepts to
distinguish between work,
version, edition and copy
–  Document components
–  Roles of people, status of
documents and publishing
workflows
–  Citations, citation contexts,
reference lists
Semantic lenses
•  Particular points of
view on scholarly
entities
•  Contextual data:
–  Research context
–  Roles and contribution
–  Publishing context
•  Content data:
–  Text:
•  Text structure
•  Rhetoric
–  Message:
•  Argumentation
•  Citation network
•  Textual semantics
An example
The Tempest by William Shakespeare
as available in the Oxford Text Archive
:work a fabio:Play ; frbr:realization :expression ;!
dcterms:creator [ a foaf:Person ; foaf:name “William Shakespeare” ] .!
!
:expression a fabio:Book ; frbr:embodiment :manifestation .!
!
:manifestation a fabio:DigitalManifestation ; frbr:exemplar :item ;!
dcterms:format [ a dcterms:MediaType ; dcterms:description “application/tei+xml”] ;!
dcterms:publisher [ a foaf:Organization ; foaf:name “OUCS” ] ; !
!
:item a fabio:ComputerFile ; fabio:storedOn fabio:web .!
Closed view
dbpedia:The_Tempest a fabio:Play ; frbr:realization <http://ota.ox.ac.uk/id/5725> ;!
dcterms:creator dbpedia:William_Shakespeare .!
!
<http://ota.ox.ac.uk/id/5725> a fabio:Book ; !
frbr:embodiment <http://ota.ox.ac.uk/text/5725/xml> .!
!
<http://ota.ox.ac.uk/text/5725/xml> a fabio:DigitalManifestation ; !
frbr:exemplar <http://ota.ox.ac.uk/text/5725.xml> ; dcterms:format application:tei+xml ; 

dcterms:publisher dbpedia:Oxford_University_Computing_Services .!
!
<http://ota.ox.ac.uk/text/5725.xml> a fabio:ComputerFile ; fabio:storedOn fabio:web .!
Open (Linked Data) View
Annotating the content
<body> !
...!
<sp> !
<speaker rend="italic">Ari.</speaker>!
<ab>!
All haile, great Master, graue Sir, haile: I come<lb n="301"/>!
To answer thy best pleasure; be’t to fly,<lb n="302"/>!
To swim, to diue into the fire: to ride<lb n="303"/>!
On the curld clowds: to thy strong bidding,taske<lb n="304"/>!
<hi rend="italic">Ariel,</hi> and all his Qualitie.<lb n="305"/>!
</ab>!
</sp>!
<sp> !
<speaker rend="italic">Pro.</speaker>!
<ab>!
Hast thou, Spirit,<lb n="306"/> !
Performd to point, the Tempest that I !
<seg type="homograph">bad</seg> thee.<lb n="307"/>!
</ab>!
</sp>!
... !
</body>!
“Ari.”, “Ariel”, “Spirit” refer to the same entity
“Master.”, “Pro.” refer to the same entity
Both are defined in DBPedia!
How can I annotate such an XML document
without having permission to modify it?
•  The Extremely Annotational RDF
Markup, a.k.a. EARMARK, is an
OWL 2 DL ontology that defines
document meta-markup
•  It is an ontologically precise
definition of markup that
instantiates the markup of a text
document as an independent OWL
document outside of the text strings
it annotates
•  It can define structures such as
trees or graphs (i.e. overlapping
markup) and can be used to
generate validity constraints
(including co-constraints currently
unavailable in most validation
languages)
•  Using the Linguistic Meta-Model, it
becomes possible to express and
assess facts, constraints and rules
about the markup structure as well
as about the semantics of the
content of the document
URIDocuverse to define the whole textual
content of the document to annotate – in this
case the Oxford Text Archive TEI version of the
play The Tempest, available at a particular URL
PointerRange to define textual ranges upon it
LinguisticAct to represent annotations made on
ranges by someone at a certain time
Multiple interpretations
<ab>!
All haile, great Master, graue Sir, haile: I come<lb n="301"/>!
...!
</ab>!
# The textual content of the document to annotate !
:content a earmark:URIDocuverse ;!
earmark:hasContent "http://ota.ox.ac.uk/text/5725.xml"^^xsd:anyURI .!
# The string "Master"!
:master-string a earmark:PointerRange ;!
earmark:refersTo :content ;!
earmark:begins "34023"^^xsd:nonNegativeInteger ; !
earmark:ends "34029"^^xsd:nonNegativeInteger .!
# Silvio’s interpretation!
:prospero-as-person a la:LinguisticAct ;!
la:hasInformationEntity :master-string ; !
la:hasReference dbpedia:Prospero ; !
la:hasMeaning foaf:Person ; !
prov:wasAttributedTo :silvio ; !
prov:generatedAtTime!
"2013-06-18T17:23:23Z"^^xsd:dateTime .!
# Fabio’s interpretation!
:prospero-as-character a la:LinguisticAct ;!
la:hasInformationEntity :master-string ; !
la:hasReference dbpedia:Prospero ; !
la:hasMeaning yago:ShakespeareanCharacters ;!
prov:wasAttributedTo :fabio; !
prov:generatedAtTime!
"2013-07-23T17:45:23Z"^^xsd:dateTime .!
Conclusions
•  Semantic Publishing is a natural and inevitable
evolution of the technological advances of the
publishing industry
•  Shared ontologies are the only way to provide
interoperability of data between publishers
•  SPAR and Earmark do provide interesting contact
points between metadata hidden in XML vocabularies
and shared publishing ontologies
•  TEI, which is orthogonal to these languages, can and
should work well with them.
Thank you for your attention
Emails:
essepuntato@cs.unibo.it
fabio@cs.unibo.it

More Related Content

PDF
Semantic lenses to bring digital and semantic publishing together
PPS
Informatics UG4 2006-7
PPT
Folksonomies: a bottom-up social categorization system
PPT
Next generation online catalogs
PPT
Next generation online catalogs
PDF
Literature Search and Review
PPTX
Using online sources for literary purpose
PPT
Couse on Study Skills - BI Library
Semantic lenses to bring digital and semantic publishing together
Informatics UG4 2006-7
Folksonomies: a bottom-up social categorization system
Next generation online catalogs
Next generation online catalogs
Literature Search and Review
Using online sources for literary purpose
Couse on Study Skills - BI Library

What's hot (20)

PPT
Psychology Beg Res08
KEY
Snac webinar v3
PPT
LISTA Database Analysis
PPTX
COMM 1180 Level 2 - MET (Neigh) March 2013
PPTX
Current metadata landscape in the library world (Getaneh Alemu)
PPT
Lib 103 fall 2010 third ed textbook
PDF
Overbeeke
PDF
co:op-READ-Convention Marburg - Basilis Gatos
PPTX
COMM1165 - Level 2 - MSE (Guo) Feb 2013
PPT
Enrichment and Europeana
PPTX
Literature search techniques
PPTX
Text mining and analytics v6 - p1
PPTX
Metadata for researchers
PPTX
The role of metadata for discovery: tips for content providers
PPTX
Topic Maps - Human-oriented semantics?
PPTX
Literature Search Importance & Techniques
PPTX
Search of the Evidence: Effective Use of ICT
PDF
ERIC
PPTX
Bibliometrix Seminar
Psychology Beg Res08
Snac webinar v3
LISTA Database Analysis
COMM 1180 Level 2 - MET (Neigh) March 2013
Current metadata landscape in the library world (Getaneh Alemu)
Lib 103 fall 2010 third ed textbook
Overbeeke
co:op-READ-Convention Marburg - Basilis Gatos
COMM1165 - Level 2 - MSE (Guo) Feb 2013
Enrichment and Europeana
Literature search techniques
Text mining and analytics v6 - p1
Metadata for researchers
The role of metadata for discovery: tips for content providers
Topic Maps - Human-oriented semantics?
Literature Search Importance & Techniques
Search of the Evidence: Effective Use of ICT
ERIC
Bibliometrix Seminar
Ad

Viewers also liked (20)

PPTX
Lecture 4: A Short Introduction to the Semantic Web
PPTX
Lecture 4: Metadata
PDF
Revista22
PPTX
Presentacion
PDF
social psycho research project
PDF
Microondas BOSCH BFL634GB1
PPTX
Implementasi wds di m ikrotik
PPTX
Comunicacion
PPT
Les fortifications de la Ville de Québec / Restauration de la maçonnerie
PDF
AUV-based physical, biological, and acoustic observations in support of marin...
PDF
Francis fukuyama fin de la historia y otros escritos
PPTX
task 1
PPT
12 слайд козацькі страви
PDF
YouTube Marketing: dos and don'ts [PL]
PDF
Clinical Approach of a Tooth with Radix Entomolaris and Five Root Canals
PPTX
Unlocking The Social Media Puzzle: Engaging The Government and Business Throu...
PPTX
Feasible EE and RES Investments in SME Hotels in Croatia - Matija Vajdic
PPTX
εξισώσεις
PPTX
Pensamiento Complejo
PDF
Beacon, proximity marketing e user experience
Lecture 4: A Short Introduction to the Semantic Web
Lecture 4: Metadata
Revista22
Presentacion
social psycho research project
Microondas BOSCH BFL634GB1
Implementasi wds di m ikrotik
Comunicacion
Les fortifications de la Ville de Québec / Restauration de la maçonnerie
AUV-based physical, biological, and acoustic observations in support of marin...
Francis fukuyama fin de la historia y otros escritos
task 1
12 слайд козацькі страви
YouTube Marketing: dos and don'ts [PL]
Clinical Approach of a Tooth with Radix Entomolaris and Five Root Canals
Unlocking The Social Media Puzzle: Engaging The Government and Business Throu...
Feasible EE and RES Investments in SME Hotels in Croatia - Matija Vajdic
εξισώσεις
Pensamiento Complejo
Beacon, proximity marketing e user experience
Ad

Similar to Bringing semantic publishing into TEI: ideas and pointers (20)

PDF
A Clean Slate?
PPTX
The Rhetoric of Research Objects
PPTX
RELIANCE ROHub hackathon
PPTX
Supporting Open Scholarly Annotation
PPTX
Usage of Linked Data: Introduction and Application Scenarios
PPTX
Towards digitizing scholarly communication
PPSX
An Introduction to Semantic Web Technology
PPTX
FDO as building block for digitization technology stacks
PPT
ontology.ppt
PPT
Swap For Dummies Rsp 2007 11 29
PPT
SKOS - 2007 Open Forum on Metadata Registries - NYC
PDF
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
PDF
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
PPTX
Social Graphs and Semantic Analytics
PDF
Session 1.4 sustainable urban delta knowledge and semantic search
PDF
Open Data - Principles and Techniques
PPTX
FAIR Workflows and Research Objects get a Workout
PPTX
From ontology to wiki
PPT
Apsc 100 Clinic 3 C Fall 09
PPTX
Computer Science Library Training
A Clean Slate?
The Rhetoric of Research Objects
RELIANCE ROHub hackathon
Supporting Open Scholarly Annotation
Usage of Linked Data: Introduction and Application Scenarios
Towards digitizing scholarly communication
An Introduction to Semantic Web Technology
FDO as building block for digitization technology stacks
ontology.ppt
Swap For Dummies Rsp 2007 11 29
SKOS - 2007 Open Forum on Metadata Registries - NYC
LoCloud Vocabulary Services: Thesaurus management introduction, Walter Koch a...
Tracking Changes through EARMARK: a Theoretical Perspective and an Implementa...
Social Graphs and Semantic Analytics
Session 1.4 sustainable urban delta knowledge and semantic search
Open Data - Principles and Techniques
FAIR Workflows and Research Objects get a Workout
From ontology to wiki
Apsc 100 Clinic 3 C Fall 09
Computer Science Library Training

More from University of Bologna (15)

PDF
The Initiative for Open Citations and the OpenCitations Corpus
PDF
OpenCitations
PDF
A document-inspired way for tracking changes of RDF data - The case of the Op...
PDF
A Simplified Agile Methodology for Ontology Development
PDF
FOOD: FOod in Open Data
PDF
Freedom for bibliographic references: OpenCitations arise
PDF
A pattern-based ontology for describing publishing workflows
PDF
Zeri e LODE
: Extracting the Zeri photo archive to Linked Open Data: formaliz...
PDF
Characterising citations in scholarly articles: an experiment
PDF
Towards the automatic identification of the nature of citations
KEY
The Live OWL Documentation Environment: a tool for the automatic generation o...
KEY
Scholarly publishing and Linked Data: describing roles, statuses, temporal an...
PDF
Embedding semantic annotations within texts: the FRETTA approach
PDF
Dealing with Markup Semantics
PDF
Handling Markup Overlaps Using OWL
The Initiative for Open Citations and the OpenCitations Corpus
OpenCitations
A document-inspired way for tracking changes of RDF data - The case of the Op...
A Simplified Agile Methodology for Ontology Development
FOOD: FOod in Open Data
Freedom for bibliographic references: OpenCitations arise
A pattern-based ontology for describing publishing workflows
Zeri e LODE
: Extracting the Zeri photo archive to Linked Open Data: formaliz...
Characterising citations in scholarly articles: an experiment
Towards the automatic identification of the nature of citations
The Live OWL Documentation Environment: a tool for the automatic generation o...
Scholarly publishing and Linked Data: describing roles, statuses, temporal an...
Embedding semantic annotations within texts: the FRETTA approach
Dealing with Markup Semantics
Handling Markup Overlaps Using OWL

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
cuic standard and advanced reporting.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Modernizing your data center with Dell and AMD
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
PPT
Teaching material agriculture food technology
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Advanced methodologies resolving dimensionality complications for autism neur...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
“AI and Expert System Decision Support & Business Intelligence Systems”
Chapter 3 Spatial Domain Image Processing.pdf
Spectral efficient network and resource selection model in 5G networks
cuic standard and advanced reporting.pdf
MYSQL Presentation for SQL database connectivity
Modernizing your data center with Dell and AMD
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
Teaching material agriculture food technology
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Digital-Transformation-Roadmap-for-Companies.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Understanding_Digital_Forensics_Presentation.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...

Bringing semantic publishing into TEI: ideas and pointers

  • 1. Bringing semantic publishing into TEI ideas and pointers Silvio Peroni Fabio Vitali Department of Computer Science and Engineering University of Bologna Italy
  • 2. Outline •  Semantic publishing •  SPAR ontologies and semantic lenses •  TEI and EARMARK
  • 3. Semantic Web / Open Linked Data Yet another definition of Semantic Web: The evolution of the World Wide Web encompassing the integration of the WWW with formal semantics to: Yet another definition of Open Linked Data: The incremental implementation of many layers of semantics of data released to the Commons: •  Structured and semi-structured data •  Abstraction and conceptualisation of data •  Inferences on data •  enable visualisation and elaboration of complex data •  provide languages (e.g., OWL) to formalise the meaning of data (e.g., using description logics)
  • 4. Semantic publishing « anything that •  enhances the meaning of a published journal article, •  facilitates its automated discovery, •  enables its linking to semantically related articles, •  provides access to data within the article in actionable form, or •  facilitates integration of data between papers. Among other things, it involves enriching the article with appropriate metadata that •  are amenable to automated processing and analysis, •  allowing enhanced verifiability of published information and •  providing the capacity for automated discovery and summarization » Shotton, D. (2009). Semantic publishing: the coming revolution in scientific journal publishing. Learned Publishing, 22(2): 85–94. DOI: 10.1087/2009202
  • 5. Why Semantic Publishing? •  Increase the intrinsic value of publications, •  Increase the richness of information, understanding and knowledge that can be extracted from publications; •  Enable the development of additional services •  Integrate information from multiple enhanced articles, •  Provide additional business opportunities for the publishers
  • 6. Goals of semantic publishing •  Evaluating the pertinence of a document to a scientific field •  Discovering research trends and propagation of research findings •  Tracking of research activities, institutions and disciplines •  Analysing quantitative aspects of the output of researchers •  Evaluating the multi-disciplinarity of the output of scholars •  Measuring positive/negative citations to a particular work •  Designing and including algorithms to compute metrics indicators •  Helping final users to find related materials to a topic and/or article •  Evaluating the social acceptability of the scientific production •  Enabling users to annotate documents with related semantic data •  Querying (semantic) bibliographic data
  • 7. SPAR •  One of the most complete set of ontologies to describe scholarly objects •  It uses: –  Common vocabulary of terms –  External metadata schemas (SKOS, PRISM, DC) –  FRBR concepts to distinguish between work, version, edition and copy –  Document components –  Roles of people, status of documents and publishing workflows –  Citations, citation contexts, reference lists
  • 8. Semantic lenses •  Particular points of view on scholarly entities •  Contextual data: –  Research context –  Roles and contribution –  Publishing context •  Content data: –  Text: •  Text structure •  Rhetoric –  Message: •  Argumentation •  Citation network •  Textual semantics
  • 9. An example The Tempest by William Shakespeare as available in the Oxford Text Archive :work a fabio:Play ; frbr:realization :expression ;! dcterms:creator [ a foaf:Person ; foaf:name “William Shakespeare” ] .! ! :expression a fabio:Book ; frbr:embodiment :manifestation .! ! :manifestation a fabio:DigitalManifestation ; frbr:exemplar :item ;! dcterms:format [ a dcterms:MediaType ; dcterms:description “application/tei+xml”] ;! dcterms:publisher [ a foaf:Organization ; foaf:name “OUCS” ] ; ! ! :item a fabio:ComputerFile ; fabio:storedOn fabio:web .! Closed view dbpedia:The_Tempest a fabio:Play ; frbr:realization <http://ota.ox.ac.uk/id/5725> ;! dcterms:creator dbpedia:William_Shakespeare .! ! <http://ota.ox.ac.uk/id/5725> a fabio:Book ; ! frbr:embodiment <http://ota.ox.ac.uk/text/5725/xml> .! ! <http://ota.ox.ac.uk/text/5725/xml> a fabio:DigitalManifestation ; ! frbr:exemplar <http://ota.ox.ac.uk/text/5725.xml> ; dcterms:format application:tei+xml ; 
 dcterms:publisher dbpedia:Oxford_University_Computing_Services .! ! <http://ota.ox.ac.uk/text/5725.xml> a fabio:ComputerFile ; fabio:storedOn fabio:web .! Open (Linked Data) View
  • 10. Annotating the content <body> ! ...! <sp> ! <speaker rend="italic">Ari.</speaker>! <ab>! All haile, great Master, graue Sir, haile: I come<lb n="301"/>! To answer thy best pleasure; be’t to fly,<lb n="302"/>! To swim, to diue into the fire: to ride<lb n="303"/>! On the curld clowds: to thy strong bidding,taske<lb n="304"/>! <hi rend="italic">Ariel,</hi> and all his Qualitie.<lb n="305"/>! </ab>! </sp>! <sp> ! <speaker rend="italic">Pro.</speaker>! <ab>! Hast thou, Spirit,<lb n="306"/> ! Performd to point, the Tempest that I ! <seg type="homograph">bad</seg> thee.<lb n="307"/>! </ab>! </sp>! ... ! </body>! “Ari.”, “Ariel”, “Spirit” refer to the same entity “Master.”, “Pro.” refer to the same entity Both are defined in DBPedia! How can I annotate such an XML document without having permission to modify it?
  • 11. •  The Extremely Annotational RDF Markup, a.k.a. EARMARK, is an OWL 2 DL ontology that defines document meta-markup •  It is an ontologically precise definition of markup that instantiates the markup of a text document as an independent OWL document outside of the text strings it annotates •  It can define structures such as trees or graphs (i.e. overlapping markup) and can be used to generate validity constraints (including co-constraints currently unavailable in most validation languages) •  Using the Linguistic Meta-Model, it becomes possible to express and assess facts, constraints and rules about the markup structure as well as about the semantics of the content of the document URIDocuverse to define the whole textual content of the document to annotate – in this case the Oxford Text Archive TEI version of the play The Tempest, available at a particular URL PointerRange to define textual ranges upon it LinguisticAct to represent annotations made on ranges by someone at a certain time
  • 12. Multiple interpretations <ab>! All haile, great Master, graue Sir, haile: I come<lb n="301"/>! ...! </ab>! # The textual content of the document to annotate ! :content a earmark:URIDocuverse ;! earmark:hasContent "http://ota.ox.ac.uk/text/5725.xml"^^xsd:anyURI .! # The string "Master"! :master-string a earmark:PointerRange ;! earmark:refersTo :content ;! earmark:begins "34023"^^xsd:nonNegativeInteger ; ! earmark:ends "34029"^^xsd:nonNegativeInteger .! # Silvio’s interpretation! :prospero-as-person a la:LinguisticAct ;! la:hasInformationEntity :master-string ; ! la:hasReference dbpedia:Prospero ; ! la:hasMeaning foaf:Person ; ! prov:wasAttributedTo :silvio ; ! prov:generatedAtTime! "2013-06-18T17:23:23Z"^^xsd:dateTime .! # Fabio’s interpretation! :prospero-as-character a la:LinguisticAct ;! la:hasInformationEntity :master-string ; ! la:hasReference dbpedia:Prospero ; ! la:hasMeaning yago:ShakespeareanCharacters ;! prov:wasAttributedTo :fabio; ! prov:generatedAtTime! "2013-07-23T17:45:23Z"^^xsd:dateTime .!
  • 13. Conclusions •  Semantic Publishing is a natural and inevitable evolution of the technological advances of the publishing industry •  Shared ontologies are the only way to provide interoperability of data between publishers •  SPAR and Earmark do provide interesting contact points between metadata hidden in XML vocabularies and shared publishing ontologies •  TEI, which is orthogonal to these languages, can and should work well with them.
  • 14. Thank you for your attention Emails: essepuntato@cs.unibo.it fabio@cs.unibo.it