SlideShare une entreprise Scribd logo
1  sur  31
Télécharger pour lire hors ligne
Linking Folksonomies to Knowledge Organization
                   Systems


                   Jakob Voß (VZG)




 Metadata and Semantic Research (MTSR), November 30th,
                         2012
Social Tagging and Folksonomies


Wikipedia and Stack Exchange


Linking Folksonomies to KOS


Results
Section 1

Social Tagging and Folksonomies
Social Tagging




      Keywords/tags manually assigned to documents by
      members of a distributed community of volunteers
      Tags freely chosen (or easy to create new)
      Outcome of tagging activity in a tagging system:
      Folksonomy
Properties of Social Tagging



       Tagging systems are very dynamic
       — especially compared to normal KOS
       Different types of tagging systems exist:
       — don’t compare apples and oranges!
           source of resources
           tagging rights, tagging support, tag management
           tag aggregation
           tag connectivity
Tag aggregation: Bag-Model
Tag aggregation: Bag-Model
Tag aggregation: Set-Model
Tag aggregation: Set-Model
Folksonomies in set-model tagging systems



   Dynamic knowledge organization systems
   created by communities of distributed volunteers

       Directly given as snapshot of community consensus
       Limited awareness among community members
       Two popular examples:
            Categories in Wikipedia
            Tags in Stack Exchange
Section 2

Wikipedia and Stack Exchange
Categories in Wikipedia
folksonomy is a thesaurus
Tags in Stack Exchange




      tags in a question
      anyone can edit tags (after a while)
      folksonomy is a flat file of keywords (with some synonyms)
Section 3

Linking Folksonomies to KOS
Knowledge Organization Systems (KOS)


      Classifications, thesauri, taxonomies, authority files. . .
      Common model of KOS for exchange and interlinking:
      Simple Knowledge Organization System (SKOS):

   <http://example.org/a> a skos:Concept ;
     skos:broader    <http://example.org/b> ;
     skos:narrower   <http://example.org/c> ;
     skos:related    <http://example.org/d> ;
     skos:exactMatch <http://example.com/A> ;
     skos:closeMatch <http://example.com/aa> .
Harvest and SKOSify folksonomy
Additional links from tag names




      Reuse of Computing Research Repository (CoRR) notations
Mapping to CoRR classification



   @prefix cst: <http://cstheory.stackexchange.com/tags/> .
   [ skos:notation "LO";
     skos:prefLabel "Logic in Computer Science"@en ]
     skos:closeMatch cst:lo.logic .

   [ skos:notation "DS" ;
     skos:prefLabel "Data Structures and Algorithms"@en ]
     skos:narrowMatch
       cst:ds.algorithms ,
       cst:ds.data-structures .
Feedback of enrichment and links into the community
Enrichtment of tag description in Wikipedia
Enrichtment of tag description in Wikipedia



   <http://de.dbpedia.org/resource/Kategorie:H%C3%B6rspiel>
     a skos:Concept ; skos:prefLabel "H¨rspiel"@de ;
                                       o
     skos:narrowMatch
       <http://data.bib.uni-mannheim.de/data/rvk/AP_36320> ,
       <http://data.bib.uni-mannheim.de/data/rvk/EC_7980> ;
     skos:closeMatch
       <http://dewey.info/class/791.447/> , # DDC
       <http://d-nb.info/gnd/4025435-5> .   # GND
Enrichtment of tag description in Stack Exchange
Enrichtment of tag description in Stack Exchange

   @prefix libse: <http://libraries.stackexchange.com/tags/>

   libse:ils a skos:Concept ;
     skos:broader
       libse:software ;
     skos:narrower
       libse:circulation> ,
       libse:collection-management ,
       libse:cataloging> ,
       libse:opac ;
     skos:closeMatch
       <http://dbpedia.org/resource/Integrated_library_system>
       <http://id.loc.gov/authorities/subjects/sh95003216> ,
       <http://eprints.rclis.org/handle/10760/3775> ,
       <http://d-nb.info/gnd/4583297-3> .
Feedback of enrichment and links into the community




      Feedback with additional benefit: find related documents
      One must be able to directly link to a rich collected of
      documents indexed with the concept notation/identifier of
      each KOS
Section 4

 Results
hierarchical links
Mappings to other KOS


      Published in SKOS/RDF as shown
      Simple mappings in form of BEACON files

  #PREFIX: http://libraries.stackexchange.com/tags/
  #RELATION: http://www.w3.org/2004/02/skos/core#closeMatch

  ils|http://dbpedia.org/resource/Integrated_library_system
  ils|http://id.loc.gov/authorities/subjects/sh95003216
  ils|http://eprints.rclis.org/handle/10760/3775
  ils|http://d-nb.info/gnd/4583297-3
  archives|http://eprints.rclis.org/handle/10760/3660
Outcome and Benefits




      Show related documents
      guide people from communities to collections
      Catalog enrichment
      guide people from collections to communities
      Collection analysis
Compare collections with measuring at one KOS




   Collection of papers at arXiv.org compared to question at
   theoretical computer science Stack Exchange:

       complexity theory is asked much more then published
       information theory is published much more then asked about
References



      Scripts and data harvested available at
      http://github.com/nichtich/se2skos.
      Source of paper and slides available at
      http://github.com/jakobib/mtsr2012.
      Both Wikipedia and Stack Exchange data available under
      CC-BY-SA accessible via open APIs:
             http://stackapps.com/
             http://en.wikipedia.org/w/api.php
      Icons CC-BY based on picol.org

Contenu connexe

Tendances

An introduction to OAI-ORE
An introduction to OAI-OREAn introduction to OAI-ORE
An introduction to OAI-ORE
Julie Allinson
 

Tendances (20)

ETDs and Open Access for Research and Development: Issues and challenges
ETDs and Open Access for Research and Development: Issues and challengesETDs and Open Access for Research and Development: Issues and challenges
ETDs and Open Access for Research and Development: Issues and challenges
 
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
 
Semantic Web Technologies For Digital Libraries
Semantic Web Technologies For Digital LibrariesSemantic Web Technologies For Digital Libraries
Semantic Web Technologies For Digital Libraries
 
Corrib.org - OpenSource and Research
Corrib.org - OpenSource and ResearchCorrib.org - OpenSource and Research
Corrib.org - OpenSource and Research
 
JeromeDL - the Semantic Digital Library
JeromeDL - the Semantic Digital LibraryJeromeDL - the Semantic Digital Library
JeromeDL - the Semantic Digital Library
 
Understanding the Implications of Knowledge Organization Systems with parti...
Understanding the Implications of Knowledge Organization Systems with parti...Understanding the Implications of Knowledge Organization Systems with parti...
Understanding the Implications of Knowledge Organization Systems with parti...
 
Knowledge organization
Knowledge organizationKnowledge organization
Knowledge organization
 
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming AnnotationsSDA2013 Pundit: Creating, Exploring and Consuming Annotations
SDA2013 Pundit: Creating, Exploring and Consuming Annotations
 
Better Search With Structured Knowledge
Better Search With Structured KnowledgeBetter Search With Structured Knowledge
Better Search With Structured Knowledge
 
Semantic Digital Libraries
Semantic Digital LibrariesSemantic Digital Libraries
Semantic Digital Libraries
 
Role of Ontologies in Semantic Digital Libraries
Role of Ontologies in Semantic Digital LibrariesRole of Ontologies in Semantic Digital Libraries
Role of Ontologies in Semantic Digital Libraries
 
Development of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management SystemDevelopment of Semantic Web based Disaster Management System
Development of Semantic Web based Disaster Management System
 
Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)Tutorial on Semantic Digital Libraries (WWW'2007)
Tutorial on Semantic Digital Libraries (WWW'2007)
 
SKOS, Past, Present and Future
SKOS, Past, Present and FutureSKOS, Past, Present and Future
SKOS, Past, Present and Future
 
Knowledge Organisation Systems in Digital Libraries: A Comparative Study
Knowledge Organisation Systems in Digital Libraries: A Comparative StudyKnowledge Organisation Systems in Digital Libraries: A Comparative Study
Knowledge Organisation Systems in Digital Libraries: A Comparative Study
 
An introduction to OAI-ORE
An introduction to OAI-OREAn introduction to OAI-ORE
An introduction to OAI-ORE
 
Linked (Open) Data
Linked (Open) DataLinked (Open) Data
Linked (Open) Data
 
Knowledge Organisation Systems in ETDs: A Comparative Study
Knowledge Organisation Systems in ETDs: A Comparative StudyKnowledge Organisation Systems in ETDs: A Comparative Study
Knowledge Organisation Systems in ETDs: A Comparative Study
 
Assessing, Creating and Using Knowledge Graph Restrictions
Assessing, Creating and Using Knowledge Graph RestrictionsAssessing, Creating and Using Knowledge Graph Restrictions
Assessing, Creating and Using Knowledge Graph Restrictions
 
Open Knowledge Foundation Edinburgh meet-up #3
Open Knowledge Foundation Edinburgh meet-up #3Open Knowledge Foundation Edinburgh meet-up #3
Open Knowledge Foundation Edinburgh meet-up #3
 

Similaire à Linking Folksonomies to Knowledge Organization Systems

Digital Library Applications Of Social Networking Jeju Intl Conference
Digital Library Applications Of Social Networking Jeju Intl ConferenceDigital Library Applications Of Social Networking Jeju Intl Conference
Digital Library Applications Of Social Networking Jeju Intl Conference
guestbba8ac
 
Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]
Marcia Zeng
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies second
Joseba Abaitua
 
20130622 okfn hackathon t2
20130622 okfn hackathon t220130622 okfn hackathon t2
20130622 okfn hackathon t2
Seonho Kim
 
In other words...: Using multiple taxonimies
In other words...: Using multiple taxonimiesIn other words...: Using multiple taxonimies
In other words...: Using multiple taxonimies
kramsey
 

Similaire à Linking Folksonomies to Knowledge Organization Systems (20)

SKOS and Its Application in Transferring Traditional Thesauri into Networked KOS
SKOS and Its Application in Transferring Traditional Thesauri into Networked KOSSKOS and Its Application in Transferring Traditional Thesauri into Networked KOS
SKOS and Its Application in Transferring Traditional Thesauri into Networked KOS
 
Digital Library Applications Of Social Networking Jeju Intl Conference
Digital Library Applications Of Social Networking Jeju Intl ConferenceDigital Library Applications Of Social Networking Jeju Intl Conference
Digital Library Applications Of Social Networking Jeju Intl Conference
 
Digital Library Applications Of Social Networking
Digital Library Applications Of Social Networking  Digital Library Applications Of Social Networking
Digital Library Applications Of Social Networking
 
Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]
 
SKOS and Linked Data
SKOS and Linked DataSKOS and Linked Data
SKOS and Linked Data
 
SKOS for Classification Systems
SKOS for Classification SystemsSKOS for Classification Systems
SKOS for Classification Systems
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies second
 
SKOS - 2007 Open Forum on Metadata Registries - NYC
SKOS - 2007 Open Forum on Metadata Registries - NYCSKOS - 2007 Open Forum on Metadata Registries - NYC
SKOS - 2007 Open Forum on Metadata Registries - NYC
 
Skos Presention 5 16 2008 Leitte
Skos Presention 5 16 2008 LeitteSkos Presention 5 16 2008 Leitte
Skos Presention 5 16 2008 Leitte
 
The exploitation of social tagging systems in libraries
The exploitation of social tagging systems in librariesThe exploitation of social tagging systems in libraries
The exploitation of social tagging systems in libraries
 
Knowledge organization system
Knowledge organization systemKnowledge organization system
Knowledge organization system
 
Un unbis-agrovoc 2010-09-03
Un unbis-agrovoc 2010-09-03Un unbis-agrovoc 2010-09-03
Un unbis-agrovoc 2010-09-03
 
Hierarchical clustering in Python and beyond
Hierarchical clustering in Python and beyondHierarchical clustering in Python and beyond
Hierarchical clustering in Python and beyond
 
20130622 okfn hackathon t2
20130622 okfn hackathon t220130622 okfn hackathon t2
20130622 okfn hackathon t2
 
Tagging, Folksonomy & Co. Renaissance of Manual Indexing?
Tagging, Folksonomy & Co. Renaissance of Manual Indexing?Tagging, Folksonomy & Co. Renaissance of Manual Indexing?
Tagging, Folksonomy & Co. Renaissance of Manual Indexing?
 
Future of Cataloging, Classification
Future of Cataloging, ClassificationFuture of Cataloging, Classification
Future of Cataloging, Classification
 
mx & dbs
mx & dbsmx & dbs
mx & dbs
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data Visualization
 
In other words...: Using multiple taxonimies
In other words...: Using multiple taxonimiesIn other words...: Using multiple taxonimies
In other words...: Using multiple taxonimies
 
Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.
 

Plus de Jakob .

Stand und Planungen im Bereich der Schnittstellen in der VZG
Stand und Planungen im Bereich der Schnittstellen in der VZGStand und Planungen im Bereich der Schnittstellen in der VZG
Stand und Planungen im Bereich der Schnittstellen in der VZG
Jakob .
 
Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...
Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...
Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...
Jakob .
 
Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...
Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...
Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...
Jakob .
 

Plus de Jakob . (20)

Einheitliche Normdatendienste der VZG
Einheitliche Normdatendienste der VZGEinheitliche Normdatendienste der VZG
Einheitliche Normdatendienste der VZG
 
Connections that work: Linked Open Data demystified
Connections that work: Linked Open Data demystifiedConnections that work: Linked Open Data demystified
Connections that work: Linked Open Data demystified
 
Linked Open Data in Bibliotheken, Archiven & Museen
Linked Open Data in Bibliotheken, Archiven & MuseenLinked Open Data in Bibliotheken, Archiven & Museen
Linked Open Data in Bibliotheken, Archiven & Museen
 
Collaborative Creation of a Wikidata handbook
Collaborative Creation of a Wikidata handbookCollaborative Creation of a Wikidata handbook
Collaborative Creation of a Wikidata handbook
 
Another RDF Encoding Form
Another RDF Encoding FormAnother RDF Encoding Form
Another RDF Encoding Form
 
On the Way to a Holding Ontology
On the Way to a Holding OntologyOn the Way to a Holding Ontology
On the Way to a Holding Ontology
 
Stand und Planungen im Bereich der Schnittstellen in der VZG
Stand und Planungen im Bereich der Schnittstellen in der VZGStand und Planungen im Bereich der Schnittstellen in der VZG
Stand und Planungen im Bereich der Schnittstellen in der VZG
 
Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...
Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...
Verwaltung dokumentenorientierter DTDs für den Dokument- und Publikationsserv...
 
Beschreibung von Bibliotheks-Dienstleistungen mit Mikro-Ontologien
Beschreibung von Bibliotheks-Dienstleistungen mit Mikro-OntologienBeschreibung von Bibliotheks-Dienstleistungen mit Mikro-Ontologien
Beschreibung von Bibliotheks-Dienstleistungen mit Mikro-Ontologien
 
Encoding Patron Information in RDF
Encoding Patron Information in RDFEncoding Patron Information in RDF
Encoding Patron Information in RDF
 
Libraries in a data-centered environment
Libraries in a data-centered environmentLibraries in a data-centered environment
Libraries in a data-centered environment
 
Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...
Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...
Was gibt's wie und wo? Informationen zu Standorten, Exemplaren und Dienstleis...
 
FRBR light with Simplified Ontology for Bibliographic Resource
FRBR light with Simplified Ontology for Bibliographic ResourceFRBR light with Simplified Ontology for Bibliographic Resource
FRBR light with Simplified Ontology for Bibliographic Resource
 
RDF-Daten in eigenen Anwendungen nutzen
RDF-Daten in eigenen Anwendungen nutzenRDF-Daten in eigenen Anwendungen nutzen
RDF-Daten in eigenen Anwendungen nutzen
 
Linked Data Light - Linkaggregation mit BEACON
Linked Data Light - Linkaggregation mit BEACONLinked Data Light - Linkaggregation mit BEACON
Linked Data Light - Linkaggregation mit BEACON
 
Revealing digital documents - concealed structures in data
Revealing digital documents - concealed structures in dataRevealing digital documents - concealed structures in data
Revealing digital documents - concealed structures in data
 
Wie kommen unsere Sacherschließungsdaten ins Semantic Web? Vom lokalen Normda...
Wie kommen unsere Sacherschließungsdaten ins Semantic Web? Vom lokalen Normda...Wie kommen unsere Sacherschließungsdaten ins Semantic Web? Vom lokalen Normda...
Wie kommen unsere Sacherschließungsdaten ins Semantic Web? Vom lokalen Normda...
 
Herausforderungen und Lösungen bei der Publikation und Nutzung von Normdaten ...
Herausforderungen und Lösungen bei der Publikation und Nutzung von Normdaten ...Herausforderungen und Lösungen bei der Publikation und Nutzung von Normdaten ...
Herausforderungen und Lösungen bei der Publikation und Nutzung von Normdaten ...
 
Linked Data: Die Zukunft der Nutzung von Katalogdaten
Linked Data: Die Zukunft der Nutzung von KatalogdatenLinked Data: Die Zukunft der Nutzung von Katalogdaten
Linked Data: Die Zukunft der Nutzung von Katalogdaten
 
We were promised Xanadu
We were promised XanaduWe were promised Xanadu
We were promised Xanadu
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Dernier (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

Linking Folksonomies to Knowledge Organization Systems

  • 1. Linking Folksonomies to Knowledge Organization Systems Jakob Voß (VZG) Metadata and Semantic Research (MTSR), November 30th, 2012
  • 2. Social Tagging and Folksonomies Wikipedia and Stack Exchange Linking Folksonomies to KOS Results
  • 3. Section 1 Social Tagging and Folksonomies
  • 4. Social Tagging Keywords/tags manually assigned to documents by members of a distributed community of volunteers Tags freely chosen (or easy to create new) Outcome of tagging activity in a tagging system: Folksonomy
  • 5. Properties of Social Tagging Tagging systems are very dynamic — especially compared to normal KOS Different types of tagging systems exist: — don’t compare apples and oranges! source of resources tagging rights, tagging support, tag management tag aggregation tag connectivity
  • 10. Folksonomies in set-model tagging systems Dynamic knowledge organization systems created by communities of distributed volunteers Directly given as snapshot of community consensus Limited awareness among community members Two popular examples: Categories in Wikipedia Tags in Stack Exchange
  • 11. Section 2 Wikipedia and Stack Exchange
  • 13. folksonomy is a thesaurus
  • 14. Tags in Stack Exchange tags in a question anyone can edit tags (after a while) folksonomy is a flat file of keywords (with some synonyms)
  • 16. Knowledge Organization Systems (KOS) Classifications, thesauri, taxonomies, authority files. . . Common model of KOS for exchange and interlinking: Simple Knowledge Organization System (SKOS): <http://example.org/a> a skos:Concept ; skos:broader <http://example.org/b> ; skos:narrower <http://example.org/c> ; skos:related <http://example.org/d> ; skos:exactMatch <http://example.com/A> ; skos:closeMatch <http://example.com/aa> .
  • 17. Harvest and SKOSify folksonomy
  • 18. Additional links from tag names Reuse of Computing Research Repository (CoRR) notations
  • 19. Mapping to CoRR classification @prefix cst: <http://cstheory.stackexchange.com/tags/> . [ skos:notation "LO"; skos:prefLabel "Logic in Computer Science"@en ] skos:closeMatch cst:lo.logic . [ skos:notation "DS" ; skos:prefLabel "Data Structures and Algorithms"@en ] skos:narrowMatch cst:ds.algorithms , cst:ds.data-structures .
  • 20. Feedback of enrichment and links into the community
  • 21. Enrichtment of tag description in Wikipedia
  • 22. Enrichtment of tag description in Wikipedia <http://de.dbpedia.org/resource/Kategorie:H%C3%B6rspiel> a skos:Concept ; skos:prefLabel "H¨rspiel"@de ; o skos:narrowMatch <http://data.bib.uni-mannheim.de/data/rvk/AP_36320> , <http://data.bib.uni-mannheim.de/data/rvk/EC_7980> ; skos:closeMatch <http://dewey.info/class/791.447/> , # DDC <http://d-nb.info/gnd/4025435-5> . # GND
  • 23. Enrichtment of tag description in Stack Exchange
  • 24. Enrichtment of tag description in Stack Exchange @prefix libse: <http://libraries.stackexchange.com/tags/> libse:ils a skos:Concept ; skos:broader libse:software ; skos:narrower libse:circulation> , libse:collection-management , libse:cataloging> , libse:opac ; skos:closeMatch <http://dbpedia.org/resource/Integrated_library_system> <http://id.loc.gov/authorities/subjects/sh95003216> , <http://eprints.rclis.org/handle/10760/3775> , <http://d-nb.info/gnd/4583297-3> .
  • 25. Feedback of enrichment and links into the community Feedback with additional benefit: find related documents One must be able to directly link to a rich collected of documents indexed with the concept notation/identifier of each KOS
  • 28. Mappings to other KOS Published in SKOS/RDF as shown Simple mappings in form of BEACON files #PREFIX: http://libraries.stackexchange.com/tags/ #RELATION: http://www.w3.org/2004/02/skos/core#closeMatch ils|http://dbpedia.org/resource/Integrated_library_system ils|http://id.loc.gov/authorities/subjects/sh95003216 ils|http://eprints.rclis.org/handle/10760/3775 ils|http://d-nb.info/gnd/4583297-3 archives|http://eprints.rclis.org/handle/10760/3660
  • 29. Outcome and Benefits Show related documents guide people from communities to collections Catalog enrichment guide people from collections to communities Collection analysis
  • 30. Compare collections with measuring at one KOS Collection of papers at arXiv.org compared to question at theoretical computer science Stack Exchange: complexity theory is asked much more then published information theory is published much more then asked about
  • 31. References Scripts and data harvested available at http://github.com/nichtich/se2skos. Source of paper and slides available at http://github.com/jakobib/mtsr2012. Both Wikipedia and Stack Exchange data available under CC-BY-SA accessible via open APIs: http://stackapps.com/ http://en.wikipedia.org/w/api.php Icons CC-BY based on picol.org