SlideShare uma empresa Scribd logo
1 de 62
Dublin Core and other metadata schemas Mikael Nilsson < [email_address] >
The speaker ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview of tutorial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metadata specifications outside of DCMI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metadata specifications outside of DCMI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metadata specifications outside of DCMI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metadata specifications outside of DCMI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metadata specifications outside of DCMI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
“Interoperable with Dublin Core”? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview of tutorial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The elusive notion of interoperability ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DCMI specifications for interoperability ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview of tutorial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Human semantics for Dublin Core ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example: IEEE LOM ,[object Object],[object Object],[object Object],[object Object],[object Object]
Example: The Atom Syndication Format ,[object Object],[object Object],[object Object],[object Object],[object Object]
Uses of human semantics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview of tutorial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dublin Core in the wild: The Semantic Web ,[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],What happens on the Semantic Web?
Example: Adobe XMP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],< dc:publisher > <rdf:Bag> <rdf:li rdf:parseType=&quot;Resource&quot;> <rdf:value>James Bond</rdf:value> <ns:role>secret agent</ns:role> </rdf:li> </rdf:Bag> </dc:publisher> < tiff:ImageDescription > <rdf:Alt> <rdf:li xml:lang=&quot;x-default&quot;>TIFF image description</rdf:li> <rdf:li xml:lang=&quot;de-DE&quot;>TIFF Bildbeschreibung</rdf:li> </rdf:Alt> </tiff:ImageDescription> < xmpDM:videoFrameSize stDim:w=&quot;16&quot; stDim:h=&quot;9&quot; stDim:unit=&quot;inch&quot;/>
Example: Open Document Format ,[object Object],[object Object],[object Object],[object Object],< bibtex:Article  rdf:about=&quot;info:pmid/17445913&quot;> < dc:title >Neuraminidase inhibitor susceptibility[...].</dc:title> < dcterms:abstract >As an intermediate host of avian and [...] .</dcterms:abstract> < dc:creator >K Bauer</dc:creator> <dc:creator>M Schmidtke</dc:creator> < foaf:maker > < foaf:Person  rdf:about=&quot;http://purl.org/net/hubmed/ns/pmids/17445913/authors/Bauer,K&quot;> < foaf:name >K Bauer</foaf:name> <rdf:value>K Bauer</rdf:value> <foaf:givenname></foaf:givenname> <foaf:surname>Bauer</foaf:surname> </foaf:Person> </foaf:maker> < dc:identifier >10.1016/j.antiviral.2007.03.007</dc:identifier> < prism:publicationName >Antiviral Res</prism:publicationName> <prism:publicationDate>2007-09</prism:publicationDate> <prism:volume>75</prism:volume> <prism:number>3</prism:number> <prism:startingPage>219</prism:startingPage> <prism:endingPage>226</prism:endingPage> <prism:isPartOf rdf:resource=&quot;urn:issn:0166-3542&quot;/> </bibtex:Article>
Uses of machine semantics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Follow your nose http://xmlns.com/foaf/0.1/knows RDF Schema label comment range HTML http://example.com/persons#john http://example.com/persons#gordon FOAF specification http://xmlns.com/foaf/0.1/knows “ Knows” “ A person known by this person (indicating some level of reciprocated interaction between the parties)” foaf:Person
Linked Open Data ,[object Object]
Support for machine semantics in DCMI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview of tutorial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Metadata records: structure in the chaos ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Why the DCMI Abstract Model? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example: DC-DS-XML ,[object Object],[object Object],[object Object],<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?> <dcds: descriptionSet xmlns:dcds=&quot;http://purl.org/dc/xmlns/2008/09/01/dc-ds-xml/&quot;> <dcds: description dcds: resourceURI =&quot;http://dublincore.org/pages/home&quot;> <dcds:statement  dcds:propertyURI=&quot;http://purl.org/dc/terms/title&quot; > <dcds: literalValueString  xml:lang=&quot;en-GB&quot;> DCMI Home Page </dcds:literalValueString> </dcds:statement> <dcds:statement  dcds:propertyURI=&quot;http://purl.org/dc/terms/publisher&quot; dcds: valueURI=&quot;http://example.org/agents/DCMI&quot; > <dcds:valueString>Dublin Core Metadata Initiative</dcds:valueString> </dcds:statement> <dcds:statement dcds: propertyURI=&quot;http://purl.org/dc/terms/date&quot; > <dcds: literalValueString > 2005-05-05 </dcds:literalValueString> </dcds:statement> </dcds:description> </dcds:descriptionSet>
Example:  DC-HTML ,[object Object],[object Object],[object Object],<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?> <!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;> <head profile=&quot;http://dublincore.org/documents/2008/08/04/dc-html/&quot;> <title>Services to Government</title> <link rel=&quot;schema.DC&quot; href=&quot;http://purl.org/dc/elements/1.1/&quot; /> <link rel=&quot;schema.MARCREL&quot; href=&quot;http://www.loc.gov/loc.terms/relators/&quot; /> <meta name=&quot; DC.title &quot; content=&quot; Services to Government &quot; /> <link rel=&quot; MARCREL.EDT &quot; href=&quot; http://example.org/agents/DeptOfObfuscation &quot; /> </head>
Connecting records and semantics ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example: From XML to graphs <LearningResource   grddl:transform=”http://yyy/mlr.xsl” > <Title>A book</title> <Contribution> <Date>2008-09-03</Date> <Entity> <Name>John Smith</Name> </Entity> </Contribution> </LearningResource> http://yyy/mlr.xsl foaf:name foaf:mbox foaf:knows title contribution date entity name foaf:mbox foaf:knows http://example.com/persons#john “ John Smith” “ [email_address] ” http://example.com/persons#gordon My learning resource Contribution A http://example.com/persons#john “ A book” “ John Smith” “ 2008-09-03” “ [email_address] ” http://example.com/persons#gordon My learning resource Contribution A Person B “ A book” “ John Smith” “ 2008-09-03” title contribution date entity name
Metadata islands... IEEE LOM NorLOM UK LOM Core ... RDF Dublin Core DC APs Semantic Web ... MARC21 MARC-XML METS METS MPEG-7
... and a metadata interoperability vision Education Government Libraries Multimedia Semantic Web
Metadata records in DCMI specifications ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview of tutorial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dublin Core Application Profiles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Application Profiles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
A word of Warning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Singapore Framework ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Profiles and standards ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Singapore Framework
The Singapore Framework Foundation standards Domain standards Application Profile
Functional requirements ,[object Object],[object Object],[object Object],[object Object]
Example: ePrints Functional requirements ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Domain models ,[object Object],[object Object],[object Object],[object Object]
Example: ePrints domain model
Description Set Profiles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Description Set Profiles ,[object Object],[object Object],[object Object],[object Object]
Example: ePrints DSP
Statement template: literal title dcterms:title Literal value Language SES Property:  Statement template: creator dcterms:creator Value string Language SES Property:  Value URI Vocabulary Encoding Scheme Description reference: Creator Statement template: literal name foaf:name Literal value Language SES Property:  standalone:no Description Template: Book Description Template: Creator
Usage guidelines ,[object Object],[object Object],[object Object],[object Object]
Example: Collections description ,[object Object],[object Object],[object Object],[object Object],[object Object]
DCMI specs for Application Profiles ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dublin Core and other metadata schemas Mikael Nilsson < [email_address] >
Interoperability Levels for Dublin Core metadata ,[object Object],[object Object],[object Object],[object Object],[object Object]
Interoperability Levels for Dublin Core metadata ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Interoperability Levels for Dublin Core metadata ,[object Object],[object Object],[object Object],[object Object],[object Object]
Interoperability Levels for Dublin Core metadata ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Interoperability Levels for Dublin Core metadata ,[object Object],[object Object],[object Object],[object Object]

Mais conteúdo relacionado

Mais procurados

Deploying RDF Linked Data via Virtuoso Universal Server
Deploying RDF Linked Data via Virtuoso Universal ServerDeploying RDF Linked Data via Virtuoso Universal Server
Deploying RDF Linked Data via Virtuoso Universal Serverrumito
 
DC-2008 Architecture Forum Open session
DC-2008 Architecture Forum Open sessionDC-2008 Architecture Forum Open session
DC-2008 Architecture Forum Open sessionMikael Nilsson
 
Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)Hector Correa
 
Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...
Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...
Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...SisInfLab-SWoT @Politecnico di Bari
 
DC Architecture WG Meeting - DC-2006, Mexico
DC Architecture WG Meeting - DC-2006, MexicoDC Architecture WG Meeting - DC-2006, Mexico
DC Architecture WG Meeting - DC-2006, MexicoEduserv Foundation
 
Learning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examplesLearning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examplesNandana Mihindukulasooriya
 
Deploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application ServerDeploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application Serverwebhostingguy
 
Open source masterclass - Life in the Apache Incubator
Open source masterclass - Life in the Apache IncubatorOpen source masterclass - Life in the Apache Incubator
Open source masterclass - Life in the Apache IncubatorJukka Zitting
 
1 introduction to xml
1   introduction to xml1   introduction to xml
1 introduction to xmlgauravashq
 
Difference between rdf, odata and gdata
Difference between rdf, odata and gdataDifference between rdf, odata and gdata
Difference between rdf, odata and gdataUmar Ali
 
The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)Myungjin Lee
 
Linked Data Driven Data Virtualization for Web-scale Integration
Linked Data Driven Data Virtualization for Web-scale IntegrationLinked Data Driven Data Virtualization for Web-scale Integration
Linked Data Driven Data Virtualization for Web-scale Integrationrumito
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsRinke Hoekstra
 
Restful Fundamentals
Restful FundamentalsRestful Fundamentals
Restful FundamentalsSuresh Madhra
 
IRJET- Data Retrieval using Master Resource Description Framework
IRJET- Data Retrieval using Master Resource Description FrameworkIRJET- Data Retrieval using Master Resource Description Framework
IRJET- Data Retrieval using Master Resource Description FrameworkIRJET Journal
 

Mais procurados (20)

Deploying RDF Linked Data via Virtuoso Universal Server
Deploying RDF Linked Data via Virtuoso Universal ServerDeploying RDF Linked Data via Virtuoso Universal Server
Deploying RDF Linked Data via Virtuoso Universal Server
 
DC-2008 Architecture Forum Open session
DC-2008 Architecture Forum Open sessionDC-2008 Architecture Forum Open session
DC-2008 Architecture Forum Open session
 
ISO MLR semantics
ISO MLR semanticsISO MLR semantics
ISO MLR semantics
 
Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)
 
Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...
Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...
Linked Data (in low-resource) Platforms: a mapping for Constrained Applicatio...
 
B08 A3pc 90 Diapo Damy En
B08 A3pc 90 Diapo Damy EnB08 A3pc 90 Diapo Damy En
B08 A3pc 90 Diapo Damy En
 
CTDA MODS and Islandora XML Forms
CTDA MODS and Islandora XML FormsCTDA MODS and Islandora XML Forms
CTDA MODS and Islandora XML Forms
 
DC Architecture WG Meeting - DC-2006, Mexico
DC Architecture WG Meeting - DC-2006, MexicoDC Architecture WG Meeting - DC-2006, Mexico
DC Architecture WG Meeting - DC-2006, Mexico
 
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
Hacia la Internet del Futuro: Web Semántica y Open Linked Data, Parte 2
 
Learning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examplesLearning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examples
 
Deploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application ServerDeploying PHP applications using Virtuoso as Application Server
Deploying PHP applications using Virtuoso as Application Server
 
Open source masterclass - Life in the Apache Incubator
Open source masterclass - Life in the Apache IncubatorOpen source masterclass - Life in the Apache Incubator
Open source masterclass - Life in the Apache Incubator
 
1 introduction to xml
1   introduction to xml1   introduction to xml
1 introduction to xml
 
Difference between rdf, odata and gdata
Difference between rdf, odata and gdataDifference between rdf, odata and gdata
Difference between rdf, odata and gdata
 
The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)
 
Linked Data Driven Data Virtualization for Web-scale Integration
Linked Data Driven Data Virtualization for Web-scale IntegrationLinked Data Driven Data Virtualization for Web-scale Integration
Linked Data Driven Data Virtualization for Web-scale Integration
 
Rest http basics
Rest http basicsRest http basics
Rest http basics
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
 
Restful Fundamentals
Restful FundamentalsRestful Fundamentals
Restful Fundamentals
 
IRJET- Data Retrieval using Master Resource Description Framework
IRJET- Data Retrieval using Master Resource Description FrameworkIRJET- Data Retrieval using Master Resource Description Framework
IRJET- Data Retrieval using Master Resource Description Framework
 

Destaque

FRBR: A Generalized Approach to Dublin Core Application Profiles
FRBR: A Generalized Approach to Dublin Core Application Profiles FRBR: A Generalized Approach to Dublin Core Application Profiles
FRBR: A Generalized Approach to Dublin Core Application Profiles Marcia Zeng
 
Dublin Core Metadata Initiative Education Application Profile Task Group Meet...
Dublin Core Metadata Initiative Education Application Profile Task Group Meet...Dublin Core Metadata Initiative Education Application Profile Task Group Meet...
Dublin Core Metadata Initiative Education Application Profile Task Group Meet...Sarah Currier
 
DC-2008 Identifiers presentation
DC-2008 Identifiers presentationDC-2008 Identifiers presentation
DC-2008 Identifiers presentationMikael Nilsson
 
DC-2008 DCMI/IEEE workshop
DC-2008 DCMI/IEEE workshopDC-2008 DCMI/IEEE workshop
DC-2008 DCMI/IEEE workshopMikael Nilsson
 
Libro a la Velocidad del Byte
Libro a la Velocidad del ByteLibro a la Velocidad del Byte
Libro a la Velocidad del Bytesmdigital
 
Merchandising em Telenovelas
Merchandising em TelenovelasMerchandising em Telenovelas
Merchandising em TelenovelasBruno Ribeiro
 
Apostila Produçao de Leite Agroecologico
Apostila Produçao de Leite AgroecologicoApostila Produçao de Leite Agroecologico
Apostila Produçao de Leite AgroecologicoDaniel Mol
 
Tendencias Pedagogicas Contemporaneas
Tendencias Pedagogicas ContemporaneasTendencias Pedagogicas Contemporaneas
Tendencias Pedagogicas Contemporaneasguest975e56
 
Algebra de boole y simplificacion logica
Algebra de boole y simplificacion logicaAlgebra de boole y simplificacion logica
Algebra de boole y simplificacion logicaEdgar Rivera
 
Nursing Management for Diabetes Mellitus
Nursing Management for Diabetes MellitusNursing Management for Diabetes Mellitus
Nursing Management for Diabetes Mellitusxtrm nurse
 
Guias de ciencias naturales. grado primero.
Guias de ciencias naturales. grado primero.Guias de ciencias naturales. grado primero.
Guias de ciencias naturales. grado primero.Magnolia Ascanio
 

Destaque (13)

FRBR: A Generalized Approach to Dublin Core Application Profiles
FRBR: A Generalized Approach to Dublin Core Application Profiles FRBR: A Generalized Approach to Dublin Core Application Profiles
FRBR: A Generalized Approach to Dublin Core Application Profiles
 
Dublin Core Metadata Initiative Education Application Profile Task Group Meet...
Dublin Core Metadata Initiative Education Application Profile Task Group Meet...Dublin Core Metadata Initiative Education Application Profile Task Group Meet...
Dublin Core Metadata Initiative Education Application Profile Task Group Meet...
 
Cataloging Future
Cataloging FutureCataloging Future
Cataloging Future
 
DC-2008 Identifiers presentation
DC-2008 Identifiers presentationDC-2008 Identifiers presentation
DC-2008 Identifiers presentation
 
DC-2008 DCMI/IEEE workshop
DC-2008 DCMI/IEEE workshopDC-2008 DCMI/IEEE workshop
DC-2008 DCMI/IEEE workshop
 
Libro a la Velocidad del Byte
Libro a la Velocidad del ByteLibro a la Velocidad del Byte
Libro a la Velocidad del Byte
 
Merchandising em Telenovelas
Merchandising em TelenovelasMerchandising em Telenovelas
Merchandising em Telenovelas
 
Apostila Produçao de Leite Agroecologico
Apostila Produçao de Leite AgroecologicoApostila Produçao de Leite Agroecologico
Apostila Produçao de Leite Agroecologico
 
Tendencias Pedagogicas Contemporaneas
Tendencias Pedagogicas ContemporaneasTendencias Pedagogicas Contemporaneas
Tendencias Pedagogicas Contemporaneas
 
Algebra de boole y simplificacion logica
Algebra de boole y simplificacion logicaAlgebra de boole y simplificacion logica
Algebra de boole y simplificacion logica
 
Nursing Management for Diabetes Mellitus
Nursing Management for Diabetes MellitusNursing Management for Diabetes Mellitus
Nursing Management for Diabetes Mellitus
 
Exposición oral
Exposición oralExposición oral
Exposición oral
 
Guias de ciencias naturales. grado primero.
Guias de ciencias naturales. grado primero.Guias de ciencias naturales. grado primero.
Guias de ciencias naturales. grado primero.
 

Semelhante a DC-2008 Tutorial 3 - Dublin Core and other metadata schemas

The Semantic Web An Introduction
The Semantic Web An IntroductionThe Semantic Web An Introduction
The Semantic Web An Introductionshaouy
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis PlatformLeigh Dodds
 
Catacomb Apachecon Fast Feather 2008
Catacomb Apachecon Fast Feather 2008Catacomb Apachecon Fast Feather 2008
Catacomb Apachecon Fast Feather 2008Markus Litz
 
Report on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task ForceReport on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task ForceEduserv Foundation
 
Slug: A Semantic Web Crawler
Slug: A Semantic Web CrawlerSlug: A Semantic Web Crawler
Slug: A Semantic Web CrawlerLeigh Dodds
 
The Rest Architectural Style
The Rest Architectural StyleThe Rest Architectural Style
The Rest Architectural StyleRobert Wilson
 
The Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management SystemThe Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management SystemRoberto García
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Web Services Part 1
Web Services Part 1Web Services Part 1
Web Services Part 1patinijava
 
How to Find a Needle in the Haystack
How to Find a Needle in the HaystackHow to Find a Needle in the Haystack
How to Find a Needle in the HaystackAdrian Stevenson
 
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...Crossref
 
Description Set profiles
Description Set profilesDescription Set profiles
Description Set profilesMikael Nilsson
 
Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Museums Computer Group
 
Agile Descriptions
Agile DescriptionsAgile Descriptions
Agile DescriptionsTony Hammond
 
Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29Julie Allinson
 
New Directions in Metadata
New Directions in MetadataNew Directions in Metadata
New Directions in Metadatasuyu22
 

Semelhante a DC-2008 Tutorial 3 - Dublin Core and other metadata schemas (20)

The Semantic Web An Introduction
The Semantic Web An IntroductionThe Semantic Web An Introduction
The Semantic Web An Introduction
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis Platform
 
Catacomb Apachecon Fast Feather 2008
Catacomb Apachecon Fast Feather 2008Catacomb Apachecon Fast Feather 2008
Catacomb Apachecon Fast Feather 2008
 
Introduction to SDshare
Introduction to SDshareIntroduction to SDshare
Introduction to SDshare
 
Report on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task ForceReport on Work of Joint DCMI/IEEE LTSC Task Force
Report on Work of Joint DCMI/IEEE LTSC Task Force
 
Slug: A Semantic Web Crawler
Slug: A Semantic Web CrawlerSlug: A Semantic Web Crawler
Slug: A Semantic Web Crawler
 
Data in RDF
Data in RDFData in RDF
Data in RDF
 
The Rest Architectural Style
The Rest Architectural StyleThe Rest Architectural Style
The Rest Architectural Style
 
The Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management SystemThe Rhizomer Semantic Content Management System
The Rhizomer Semantic Content Management System
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Sweo talk
Sweo talkSweo talk
Sweo talk
 
Web Services Part 1
Web Services Part 1Web Services Part 1
Web Services Part 1
 
How to Find a Needle in the Haystack
How to Find a Needle in the HaystackHow to Find a Needle in the Haystack
How to Find a Needle in the Haystack
 
Web Topics
Web TopicsWeb Topics
Web Topics
 
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
CrossRef How-to: A Technical Introduction to the Basics of CrossRef, Chuck Ko...
 
Description Set profiles
Description Set profilesDescription Set profiles
Description Set profiles
 
Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?
 
Agile Descriptions
Agile DescriptionsAgile Descriptions
Agile Descriptions
 
Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29
 
New Directions in Metadata
New Directions in MetadataNew Directions in Metadata
New Directions in Metadata
 

Mais de Mikael Nilsson

RDA-DCAM and Application Profiles
RDA-DCAM and Application ProfilesRDA-DCAM and Application Profiles
RDA-DCAM and Application ProfilesMikael Nilsson
 
DCMI/IEEE workshop DC2005
DCMI/IEEE workshop DC2005DCMI/IEEE workshop DC2005
DCMI/IEEE workshop DC2005Mikael Nilsson
 
Matriks-presentation för BIBSAM
Matriks-presentation för BIBSAMMatriks-presentation för BIBSAM
Matriks-presentation för BIBSAMMikael Nilsson
 
DCMI IEEE LTSC Joint taskforce at DC2007
DCMI IEEE LTSC Joint taskforce at DC2007DCMI IEEE LTSC Joint taskforce at DC2007
DCMI IEEE LTSC Joint taskforce at DC2007Mikael Nilsson
 
DC Architecture at DC2007
DC Architecture at DC2007DC Architecture at DC2007
DC Architecture at DC2007Mikael Nilsson
 
LOM DCAM at LOM Meeting 2008-04-23
LOM DCAM at LOM Meeting 2008-04-23LOM DCAM at LOM Meeting 2008-04-23
LOM DCAM at LOM Meeting 2008-04-23Mikael Nilsson
 
JISC CETIS Semantic Technologies 2007-11-21
JISC CETIS Semantic Technologies 2007-11-21JISC CETIS Semantic Technologies 2007-11-21
JISC CETIS Semantic Technologies 2007-11-21Mikael Nilsson
 
Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Mikael Nilsson
 
Leuven Ariadne LOMRDF 2003 11 20
Leuven Ariadne LOMRDF 2003 11 20 Leuven Ariadne LOMRDF 2003 11 20
Leuven Ariadne LOMRDF 2003 11 20 Mikael Nilsson
 
PADRL Presentation 2001-11-03
PADRL Presentation 2001-11-03PADRL Presentation 2001-11-03
PADRL Presentation 2001-11-03Mikael Nilsson
 
CID presentation för VINNOVA 2003-03-28
CID presentation för VINNOVA 2003-03-28CID presentation för VINNOVA 2003-03-28
CID presentation för VINNOVA 2003-03-28Mikael Nilsson
 

Mais de Mikael Nilsson (13)

RDA-DCAM and Application Profiles
RDA-DCAM and Application ProfilesRDA-DCAM and Application Profiles
RDA-DCAM and Application Profiles
 
DCMI/IEEE workshop DC2005
DCMI/IEEE workshop DC2005DCMI/IEEE workshop DC2005
DCMI/IEEE workshop DC2005
 
Matriks KTHB Temadag
Matriks KTHB TemadagMatriks KTHB Temadag
Matriks KTHB Temadag
 
Matriks Workshop
Matriks WorkshopMatriks Workshop
Matriks Workshop
 
Matriks-presentation för BIBSAM
Matriks-presentation för BIBSAMMatriks-presentation för BIBSAM
Matriks-presentation för BIBSAM
 
DCMI IEEE LTSC Joint taskforce at DC2007
DCMI IEEE LTSC Joint taskforce at DC2007DCMI IEEE LTSC Joint taskforce at DC2007
DCMI IEEE LTSC Joint taskforce at DC2007
 
DC Architecture at DC2007
DC Architecture at DC2007DC Architecture at DC2007
DC Architecture at DC2007
 
LOM DCAM at LOM Meeting 2008-04-23
LOM DCAM at LOM Meeting 2008-04-23LOM DCAM at LOM Meeting 2008-04-23
LOM DCAM at LOM Meeting 2008-04-23
 
JISC CETIS Semantic Technologies 2007-11-21
JISC CETIS Semantic Technologies 2007-11-21JISC CETIS Semantic Technologies 2007-11-21
JISC CETIS Semantic Technologies 2007-11-21
 
Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19
 
Leuven Ariadne LOMRDF 2003 11 20
Leuven Ariadne LOMRDF 2003 11 20 Leuven Ariadne LOMRDF 2003 11 20
Leuven Ariadne LOMRDF 2003 11 20
 
PADRL Presentation 2001-11-03
PADRL Presentation 2001-11-03PADRL Presentation 2001-11-03
PADRL Presentation 2001-11-03
 
CID presentation för VINNOVA 2003-03-28
CID presentation för VINNOVA 2003-03-28CID presentation för VINNOVA 2003-03-28
CID presentation för VINNOVA 2003-03-28
 

Último

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Último (20)

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

DC-2008 Tutorial 3 - Dublin Core and other metadata schemas

  • 1. Dublin Core and other metadata schemas Mikael Nilsson < [email_address] >
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24. Follow your nose http://xmlns.com/foaf/0.1/knows RDF Schema label comment range HTML http://example.com/persons#john http://example.com/persons#gordon FOAF specification http://xmlns.com/foaf/0.1/knows “ Knows” “ A person known by this person (indicating some level of reciprocated interaction between the parties)” foaf:Person
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33. Example: From XML to graphs <LearningResource grddl:transform=”http://yyy/mlr.xsl” > <Title>A book</title> <Contribution> <Date>2008-09-03</Date> <Entity> <Name>John Smith</Name> </Entity> </Contribution> </LearningResource> http://yyy/mlr.xsl foaf:name foaf:mbox foaf:knows title contribution date entity name foaf:mbox foaf:knows http://example.com/persons#john “ John Smith” “ [email_address] ” http://example.com/persons#gordon My learning resource Contribution A http://example.com/persons#john “ A book” “ John Smith” “ 2008-09-03” “ [email_address] ” http://example.com/persons#gordon My learning resource Contribution A Person B “ A book” “ John Smith” “ 2008-09-03” title contribution date entity name
  • 34. Metadata islands... IEEE LOM NorLOM UK LOM Core ... RDF Dublin Core DC APs Semantic Web ... MARC21 MARC-XML METS METS MPEG-7
  • 35. ... and a metadata interoperability vision Education Government Libraries Multimedia Semantic Web
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 44. The Singapore Framework Foundation standards Domain standards Application Profile
  • 45.
  • 46.
  • 47.
  • 49.
  • 50.
  • 52. Statement template: literal title dcterms:title Literal value Language SES Property: Statement template: creator dcterms:creator Value string Language SES Property: Value URI Vocabulary Encoding Scheme Description reference: Creator Statement template: literal name foaf:name Literal value Language SES Property: standalone:no Description Template: Book Description Template: Creator
  • 53.
  • 54.
  • 55.
  • 56.
  • 57. Dublin Core and other metadata schemas Mikael Nilsson < [email_address] >
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.