logging in or signing up Davies ELAG 2006 Presentation Willi Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINTLite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 32 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: December 12, 2007 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Standards for networked knowledge organisation systems : Standards for networked knowledge organisation systems Ron Davies ron@rondavies.be European Library Automation Group Bucharest, April 2006 A critical role : A critical role Future of the web depends on distributed services interoperating using semantic descriptions Future of the library depends on providing integrated access to dispersed and disparate resources Intelligent, integrated subject access needs networked knowledge organisation systemsNKOS: NKOS Networked Knowledge Organisation Systems Thesauri, classification schemes, subject heading schemes, taxonomies Network-accessible to human or machine clients Available to a variety of different applicationsWhat can an NKOS do? : What can an NKOS do? Support discovery (browsing) Translate a search Natural language -> controlled vocabulary Spoken languages (English -> French) Indexing languages (AGROVOC -> LCSH) Enrich a search (expand, refine) Display results in a meaningful way Automatic classification /categorisation Without standards, each vocabulary means developing a new service Levels of standards: Levels of standards Content standards Communication (format) standards Service (protocol) standardsNew content standards: New content standards IFLA Guidelines for Multilingual Thesauri (2005) ANSI / NISO Guidelines for Monolingual Controlled Vocabularies Z39.19 - 2005 British Standard BS 8723 Structured Vocabularies For Information Retrieval (2005-2006) BS 8723: BS 8723 Structured vocabularies = Knowledge organisation systems Purpose Update ISO and BS standards (1985) Update from print format to networked, electronic applications Provide guidance on electronic management and use Integrate mono- and multi-lingual standards BS 8723: Pt 1 - Definitions, symbols, abbreviations Pt 2 - Thesauri Pt 3 - Vocabularies other than thesauri Pt 4 - Interoperability between vocabularies Pt 5 - Interoperability between components of IR systems BS 8723Equivalence: Equivalence Re-examine notion of equivalence Synonyms or quasi-synonyms in a monolingual context In a multilingual context In mapping one vocabulary to another (classifications, filing plans, taxonomies, subject headings, ontologies)Symmetry: Symmetry Traditional symmetrical multilingual thesaurus Each concept must have an equivalent in each language --> forced meanings, loan words, coined words or neologisms Asymmetrical multilingual thesaurus Different numbers of terms/concepts in different languages No longer enforce one-to-one correspondence between languages BUT more complex for systems to useSlide11: bétail gros bétail boeuf cheval horses cattle livestock French EnglishSlide12: bétail gros bétail boeuf cheval horses cattle livestock ? Multilingual thesaurus - Solution ASlide13: bétail gros bétail boeuf cheval horses cattle livestock Multilingual thesaurus- Solution BSlide14: bétail gros bétail boeuf cheval horses cattle livestock Asymmetrical thesaurus / mappingMapping: Mapping Establishing equivalences between one structured vocabulary and another UMLS, MACS (Clavel, Landry), HILT Similar complex, partial, inexact, hierarchical equivalences Information systems will need to support these equivalencesSlide16: IR system interoperability Ability of a search/indexing system to make use of more than one KOS in a networked environment Management of structured vocabularies Translation / adaptation Migration From one management system to another From management system to IR application Goals for communication standardsCommunication standards: Communication standards Tend to be vocabulary-, application- or protocol- specific Tag/data format ISO 2709 / MARC Authorities format Institution-specific XML VocML Alexandria Digital Library Protocol ZThes (Z39.50 Profile) VDEX SKOS Core (Semantic web)Semantic Web Application Development (SWAD): Semantic Web Application Development (SWAD) Semantic web activity EU- and W3C- sponsored research Simple Knowledge Organisation System (SKOS) Core Make existing KOS (thesauri, classifications, subject heading lists) usable in framework of Semantic Web Uses Semantic Web standards = XML/RDF (not Topic Maps) SKOS: SKOS SKOS Core (version 2.0) SKOS Core Vocabulary A set of RDF classes and properties SKOS Core Guide Identify concepts via URI Describe concepts via RDF Publish concepts via an RDF document available from HTTP or RDF server Simple example: Simple example economic aid fr aide économique es ayuda ecónomica SN Use for aid at international level. UF economic assistance BT development aid NT financial aid RT financial grantsSlide21: economic aid skos:prefLabel Class (Concept) Property Literal subject predicate objectSlide22: development aid economic aid skos:prefLabel skos:broader skos:prefLabelSlide23: development aid economic aid skos:prefLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrowerSlide24: development aid economic aid skos:prefLabel economic assistance skos:altLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrower Use for aid at international level. skos:scopeNoteSlide25: development aid economic aid skos:prefLabel economic assistance skos:altLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrower Use for aid at international level. skos:scopeNote xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en”Slide26: development aid economic aid skos:prefLabel economic assistance skos:altLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrower Use for aid at international level. skos:scopeNote xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” aide économique aide financière xml-lang=“en” skos:altLabel skos:prefLabel xml-lang=“fr” xml-lang=“fr”Slide27: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> <skos:Concept rdf:about=" http://foobar.org/thes/7021"> <skos:prefLabel xml-lang=“en”>economic aid</skos:prefLabel> <skos:altLabel xml-lang=“en”>economic assistance</skos:altLabel> <skos:prefLabel xml-lang=“fr”>aide économique</skos:prefLabel> <skos:altLabel xml-lang=“fr”>aide financière</skos:altLabel> <skos:scopeNote xml-lang=“en”>Use for aid at international level. </skos:scopeNote> <skos:broader rdf:resource=" http://foobar.org/thes/8013" /> <skos:narrower rdf:resource=" http://foobar.org/thes/3024" /> <skos:related rdf:resource=" http://foobar.org/thes/3024" /> </skos:Concept> Other properties / classes: Other properties / classes skos:definition / skos:historyNote / skos:editorialNote /skos:changeNote skos:hiddenLabel skos:Collection / skos:member skos:hasTopConcept skos:ConceptScheme / skos:inScheme Properties can be extended (e.g. for specific types of BT/NT relationship or types of notes)SKOS issues: SKOS issues Ontology approach doesn’t allow for all thesaurus information Information about non-preferred terms Equivalences between non-preferred terms For web interoperability, not for management RDF / Topic Maps - the Betamax/VHS of subject access? Versioning / Mapping / Take up / ProtocolsBS 8723: BS 8723 Part 5 Interoperability of structured vocabulary components of an IR system Aims to list and evaluate different format and service approaches to thesaurus interoperability Input from a wide number of people expert in a variety of technologies For more information, contact Ron Davies ron (a) rondavies.beConclusion : Conclusion Most interesting time for structured vocabularies since the 1960s Urgent need for broad-based standards to facilitate network interoperability in information retrieval Important progress in standards though more work to be done For more information: For more information IFLA Guidelines http://www.ifla.org/VII/s29/pubs/Draft-multilingualthesauri.pdf ANSI Z39.19 http://www.niso.org/standards/standard_detail.cfm?std_id=814 BS 8723 http://www.bsonline.bsi-global.com/server/index.jsp SKOS http://www.w3.org/2004/02/skos/core/ 5th European NKOS Workshop (Sept. 21, 2006) http://www.ukoln.ac.uk/nkos/nkos2006/ You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
Davies ELAG 2006 Presentation Willi Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINTLite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 32 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: December 12, 2007 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Standards for networked knowledge organisation systems : Standards for networked knowledge organisation systems Ron Davies ron@rondavies.be European Library Automation Group Bucharest, April 2006 A critical role : A critical role Future of the web depends on distributed services interoperating using semantic descriptions Future of the library depends on providing integrated access to dispersed and disparate resources Intelligent, integrated subject access needs networked knowledge organisation systemsNKOS: NKOS Networked Knowledge Organisation Systems Thesauri, classification schemes, subject heading schemes, taxonomies Network-accessible to human or machine clients Available to a variety of different applicationsWhat can an NKOS do? : What can an NKOS do? Support discovery (browsing) Translate a search Natural language -> controlled vocabulary Spoken languages (English -> French) Indexing languages (AGROVOC -> LCSH) Enrich a search (expand, refine) Display results in a meaningful way Automatic classification /categorisation Without standards, each vocabulary means developing a new service Levels of standards: Levels of standards Content standards Communication (format) standards Service (protocol) standardsNew content standards: New content standards IFLA Guidelines for Multilingual Thesauri (2005) ANSI / NISO Guidelines for Monolingual Controlled Vocabularies Z39.19 - 2005 British Standard BS 8723 Structured Vocabularies For Information Retrieval (2005-2006) BS 8723: BS 8723 Structured vocabularies = Knowledge organisation systems Purpose Update ISO and BS standards (1985) Update from print format to networked, electronic applications Provide guidance on electronic management and use Integrate mono- and multi-lingual standards BS 8723: Pt 1 - Definitions, symbols, abbreviations Pt 2 - Thesauri Pt 3 - Vocabularies other than thesauri Pt 4 - Interoperability between vocabularies Pt 5 - Interoperability between components of IR systems BS 8723Equivalence: Equivalence Re-examine notion of equivalence Synonyms or quasi-synonyms in a monolingual context In a multilingual context In mapping one vocabulary to another (classifications, filing plans, taxonomies, subject headings, ontologies)Symmetry: Symmetry Traditional symmetrical multilingual thesaurus Each concept must have an equivalent in each language --> forced meanings, loan words, coined words or neologisms Asymmetrical multilingual thesaurus Different numbers of terms/concepts in different languages No longer enforce one-to-one correspondence between languages BUT more complex for systems to useSlide11: bétail gros bétail boeuf cheval horses cattle livestock French EnglishSlide12: bétail gros bétail boeuf cheval horses cattle livestock ? Multilingual thesaurus - Solution ASlide13: bétail gros bétail boeuf cheval horses cattle livestock Multilingual thesaurus- Solution BSlide14: bétail gros bétail boeuf cheval horses cattle livestock Asymmetrical thesaurus / mappingMapping: Mapping Establishing equivalences between one structured vocabulary and another UMLS, MACS (Clavel, Landry), HILT Similar complex, partial, inexact, hierarchical equivalences Information systems will need to support these equivalencesSlide16: IR system interoperability Ability of a search/indexing system to make use of more than one KOS in a networked environment Management of structured vocabularies Translation / adaptation Migration From one management system to another From management system to IR application Goals for communication standardsCommunication standards: Communication standards Tend to be vocabulary-, application- or protocol- specific Tag/data format ISO 2709 / MARC Authorities format Institution-specific XML VocML Alexandria Digital Library Protocol ZThes (Z39.50 Profile) VDEX SKOS Core (Semantic web)Semantic Web Application Development (SWAD): Semantic Web Application Development (SWAD) Semantic web activity EU- and W3C- sponsored research Simple Knowledge Organisation System (SKOS) Core Make existing KOS (thesauri, classifications, subject heading lists) usable in framework of Semantic Web Uses Semantic Web standards = XML/RDF (not Topic Maps) SKOS: SKOS SKOS Core (version 2.0) SKOS Core Vocabulary A set of RDF classes and properties SKOS Core Guide Identify concepts via URI Describe concepts via RDF Publish concepts via an RDF document available from HTTP or RDF server Simple example: Simple example economic aid fr aide économique es ayuda ecónomica SN Use for aid at international level. UF economic assistance BT development aid NT financial aid RT financial grantsSlide21: economic aid skos:prefLabel Class (Concept) Property Literal subject predicate objectSlide22: development aid economic aid skos:prefLabel skos:broader skos:prefLabelSlide23: development aid economic aid skos:prefLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrowerSlide24: development aid economic aid skos:prefLabel economic assistance skos:altLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrower Use for aid at international level. skos:scopeNoteSlide25: development aid economic aid skos:prefLabel economic assistance skos:altLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrower Use for aid at international level. skos:scopeNote xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en”Slide26: development aid economic aid skos:prefLabel economic assistance skos:altLabel financial aid financial grants skos:broader skos:prefLabel skos:prefLabel skos:prefLabel skos:related skos:narrower Use for aid at international level. skos:scopeNote xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” xml-lang=“en” aide économique aide financière xml-lang=“en” skos:altLabel skos:prefLabel xml-lang=“fr” xml-lang=“fr”Slide27: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#"> <rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> <skos:Concept rdf:about=" http://foobar.org/thes/7021"> <skos:prefLabel xml-lang=“en”>economic aid</skos:prefLabel> <skos:altLabel xml-lang=“en”>economic assistance</skos:altLabel> <skos:prefLabel xml-lang=“fr”>aide économique</skos:prefLabel> <skos:altLabel xml-lang=“fr”>aide financière</skos:altLabel> <skos:scopeNote xml-lang=“en”>Use for aid at international level. </skos:scopeNote> <skos:broader rdf:resource=" http://foobar.org/thes/8013" /> <skos:narrower rdf:resource=" http://foobar.org/thes/3024" /> <skos:related rdf:resource=" http://foobar.org/thes/3024" /> </skos:Concept> Other properties / classes: Other properties / classes skos:definition / skos:historyNote / skos:editorialNote /skos:changeNote skos:hiddenLabel skos:Collection / skos:member skos:hasTopConcept skos:ConceptScheme / skos:inScheme Properties can be extended (e.g. for specific types of BT/NT relationship or types of notes)SKOS issues: SKOS issues Ontology approach doesn’t allow for all thesaurus information Information about non-preferred terms Equivalences between non-preferred terms For web interoperability, not for management RDF / Topic Maps - the Betamax/VHS of subject access? Versioning / Mapping / Take up / ProtocolsBS 8723: BS 8723 Part 5 Interoperability of structured vocabulary components of an IR system Aims to list and evaluate different format and service approaches to thesaurus interoperability Input from a wide number of people expert in a variety of technologies For more information, contact Ron Davies ron (a) rondavies.beConclusion : Conclusion Most interesting time for structured vocabularies since the 1960s Urgent need for broad-based standards to facilitate network interoperability in information retrieval Important progress in standards though more work to be done For more information: For more information IFLA Guidelines http://www.ifla.org/VII/s29/pubs/Draft-multilingualthesauri.pdf ANSI Z39.19 http://www.niso.org/standards/standard_detail.cfm?std_id=814 BS 8723 http://www.bsonline.bsi-global.com/server/index.jsp SKOS http://www.w3.org/2004/02/skos/core/ 5th European NKOS Workshop (Sept. 21, 2006) http://www.ukoln.ac.uk/nkos/nkos2006/