SlideShare una empresa de Scribd logo
1 de 35
AAT LOD Microthesauri 
Create Linked Open Data (LOD) Microthesauri 
using Art & Architecture Thesaurus (AAT) LOD 
Marcia Lei Zeng 
AAT International Terminology Working Group (ITWG) meeting 
September 5-7, 2014 
Dresden, Germany
1. Definition 
Microthesaurus: designated subset of a thesaurus that 
is capable of functioning as a complete thesaurus. 
-- ISO25964-2:2013 
Microthesauri are 
different from: 
• Derived vocabularies 
S 
(source) 
S 
S 
S 
New 
New 
N - - N e w - -N 
Derivation/Modeling 
• adaptation 
• modification 
• expansion 
• partial adaptation 
• translation
1 
2 
33 
4 
AAT-based 
Vocabularies 5 
6 
Full ATT or 
AAT Microthesaui 
Other Non-LOD 
Vocabs 
The need to 
• use, 
• create, 
• derive from, 
• map to AAT 
& 
• go to LOD 
2. Overview: Situations and decisions 
for an art and architecture 
digital collection 
that wants to become a LOD dataset
3. Can a microthesaurus be made 
from an existing thesaurus? 
Structure Example 
YES Classificatory 
structure 
• EUROVOC 
• Chinese Classified Thesaurus 
• [English Heritage Thesauri] 
YES Faceted structure • AAT 
• FAST (Faceted Application of Subject 
Terminology) 
YES/May 
be 
Deep hierarchies 
(family trees) 
• AAT 
• NASA Thesaurus 
• INSPEC Thesaurus 
NO/ 
Not-directly 
flat structure 
[alphabetically 
organized] 
• LCSH 
• many thesauri 
Microthesaurus: designated subset of a thesaurus that is capable 
of functioning as a complete thesaurus. -- ISO25964-2:2013
Example: Eurovoc "EuroVoc is split into 21 
domains and 127 
microthesauri. 
Each domain is divided into a 
number of microthesauri. 
A microthesaurus is 
considered as a concept 
scheme with a subset of the 
concepts that are part of the 
complete EuroVoc 
thesaurus." 
Source: 
http://eurovoc.europa.eu/drupal/?q=node/555
CHIN listed 
890+ 
recommended 
resources. 
AAT's facets 
and 
hierarchies 
that are listed 
separately. 
Canadian Heritage Information Network (CHIN) 
Source: Search "AAT" from http://www.pro.rcip-chin.gc.ca/ressources-resources/index-eng.jsp
From: Getty Vocabularies: Linked Open Data 
Semantic Representation. 
Section 2.3.4 Top Concepts 
http://vocab.getty.edu/doc/#The_Getty_Vocab 
ularies_and_LOD 
4. AAT 
Structure's 
Semantic 
Representation 
(Go to next 
slide for non-techy 
view.)
Art and Architecture Thesaurus (AAT) 
Facet: 
Objects 
Hierarchy: 
Furnishing and Equipment 
Concept: 
containers (receptacles) 
Guide term: 
<containers by form> 
concept: 
vessels (containers) 
concept: 
rhyta 
(cont.) AAT 
Structure's 
Semantic 
Representation
Facet: 
Objects 
Hierarchy: 
Furnishing and Equipment 
Concept: 
containers (receptacles) 
Guide term: 
<containers by form> 
concept: 
vessels (containers) 
concept: 
rhyta 
What are special in 
AAT 
Facets 
Sub-facets 
(Indicated by 
node labels) 
Art and Architecture Thesaurus (AAT) 
[large] Hierarchies 
(full coverage, deep layer) 
The units were 
recommended to use 
by projects such as 
The Canadian 
Heritage Information 
Network (CHIN)
What are usually 
available in a flat 
structured LOD 
concept 
concept: 
Concept 
BT 
NT 
Source: http://id.loc.gov/authorities/subjects/sh85142374.skos.rdf 
thesaurus
… so are in AAT; 
concept 
concept: 
Concept 
BT 
Results are obtained by entering the following in NT 
http://vocab.getty.edu/sparql : 
# 5.1.10 Find Subject by Exact English PrefLabel 
select * {?subj gvp:prefLabelGVP/xl:literalForm 
"rhyta"@en}
Facet: 
Objects 
Hierarchy: 
Furnishing and Equipment 
Concept: 
containers (receptacles) 
Guide term: 
<containers by form> 
concept: 
vessels (containers) 
concept: 
rhyta 
… but AAT LOD has more: 
Facets 
Art and Architecture Thesaurus (AAT) 
[large] Hierarchies 
(full coverage, deep layer) 
Sub-facets 
(Indicated by 
node labels)
5. An example 
-- Use a <Guide Term> to obtain 
all concept URIs 
in a facet or hierarchy 
Part 1. Get Data
Steps: 
After choosing a facet or a 
hierarchy from AAT... 
1. Get the ID 
2. Go to SPARQL Endpoint 
next slide
Step 2. Go to Getty Vocab SPARQL Endpoint: http://vocab.getty.edu/sparql
http://vocab.getty.edu/sparql 
Step 3. Choose "Descendants of a 
Given Parent" from the template, 
click.  The template's text will show 
on the top Query box.
Steps 
4. Replace the ID (e.g., 300117143) in the 
Query template 
[you may modify to add more requests] 
5. Submit 
6. Get all URIs and labels under this guide 
term. 
Note: I replaced the aat ID, also inserted a line to get the 
labels, and sort by label. Here is the text of the query: 
select * {?x gvp:broaderExtended aat:300117143. 
?x gvp:prefLabelGVP [xl:literalForm ?l]; skos:inScheme aat: 
} order by ?l
It gave me the results in 2 
seconds:
(I checked to make sure that 
the results are from multiple 
levels in the hierarchy. )
Step 7. Download JSON format 
data. 
Download Options: 
(1) JSON* 
(2) XML 
*JSON (JavaScript Object 
Notation) is a lightweight data-interchange 
format.
select * {?x gvp:broaderExtended 
aat:300117143. 
?x gvp:prefLabelGVP [xl:literalForm ?l]; 
skos:inScheme aat: 
} order by ?l 
Results of the JSON file. 
Descendants of a Given Parent:
(cont.) 5. An example 
-- Use a <Guide Term> to obtain all 
concept URIs 
in a facet or hierarchy 
Part 2. Viewing the dataset by 
a non-techy person 
Acknowledgement: Thanks to a 
Visiting Scholar En-bo Jiang for 
helping the testing.
How to manage it by a non-techy person? 
Non-techy person's wish: 
I can see what are in the dataset; 
I can use a spreadsheet to open and manage it. 
Techy-person can prepare the file 
as: 
1. From a JSON* file  convert to 
CSV** file (can be opened as 
spreadsheet) using an open source 
converter 
*JSON = (JavaScript Object 
Notation), a lightweight data-interchange 
format. 
**CSV = Comma Separated 
Value file format
"Form" view online 
Using an online converter, turn JSON to CSV. 
http://codebeautify.org/view/jsonviewer
"Tree" view online 
http://codebeautify.org/view/jsonviewer
(cont.) How to manage it by a non-techy person? 
Non-techy person's wish: 
I can see what are in the dataset; 
I can use a spreadsheet to open and manage it. 
Techy-person can prepare the 
file as: 
1. From a JSON* file  convert to 
CSV** file (can be opened as 
spreadsheet) using an open 
source converter, or 
2. From a JSON file  Manage 
from OpenRefine (open source 
system) or export to a 
spreadsheet
When uploaded the JSON 
file to OpenRefine, 
highlight the first enter in 
order for the software to tell 
the structure.
Establish a 'Project', 
then ready to edit. 
Note: OpenRefine can be 
used for many other 
functions for management, 
clean up, reconcile, etc.
Export
Open the JSON file 
from spreadsheet on 
my laptop 
To do: need to double check if all node 
labels and preferred terms are in.
If open the XML file from 
spreadsheet, it looks like:
The least techy-way 
is to copy-paste to a 
spreadsheet.
Summary of the processes 
1. Choose the facet or hierarchy you like to start; 
2. Find the ID of that concept. 
3. Use this template to get the URIs and labels: 
• Replace the ID in the Query 
template 
• Submit 
• Get the URIs and labels in 
under this guide term. 
• Sort by order (column x) 
# 5.1.2 Descendants of a Given Parent 
select * {?x gvp:broaderExtended 
aat:300117143. 
?x gvp:prefLabelGVP [xl:literalForm ?l]; 
skos:inScheme aat: 
} order by ?l 
4. Use a tool that can treat JSON to view and 
manage. 
5. Additional ideas: Use other templates to obtain needed data for 
your microthesauri. (See next slide.) 
6. Additional ideas: Using RelFinder to Visualize 
http://www.visualdataweb.org/relfinder.php
More examples 
Use other templates to obtain needed data for your microthesauri. 
• Find AAT URIs and labels according to a 
Contributor: 
#5.1.3 Subjects by Contributor Id 
select * { 
?x a gvp:Subject; dct:contributor 
aat_contrib:10000178. 
?x gvp:prefLabelGVP [xl:literalForm ?l] 
} 
• Find, within this set of data, only those 
involving a particular contributor, e.g., 
by CDBP-DIBAM (Dirección de 
Bibliotecas, Archivos y Museos; 
Santiago, Chile), id:300117143.) 
select ?x ?l ?contrib { 
?x gvp:broaderExtended aat:300117143. 
?x gvp:prefLabelGVP [xl:literalForm ?l]. 
?x dcterms:contributor aat_contrib:10000131. 
} 
• Click to view and get all 
data related to an URI
& go to LOD 
6. Conclusion 
LOD AAT Microthesauri 
• use, 
• create, 
• derive from, & 
• map to 
http://marciazeng.slis.kent.edu/ http://lod-lam.slis.kent.edu/

Más contenido relacionado

La actualidad más candente

Open library data and embrace the world library linked data
Open library data and embrace the world library linked dataOpen library data and embrace the world library linked data
Open library data and embrace the world library linked data皓仁 柯
 
CSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialCSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialLeeFeigenbaum
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and StatusMyungjin Lee
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...Laura Akerman
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
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 SystemNIT Durgapur
 
Encoding Patron Information in RDF
Encoding Patron Information in RDFEncoding Patron Information in RDF
Encoding Patron Information in RDFJakob .
 
Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarianstrevorthornton
 
The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)Myungjin Lee
 
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
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core MetadataHannes Ebner
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data UsecasesMyungjin Lee
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data VisualizationLaura Po
 
The web of interlinked data and knowledge stripped
The web of interlinked data and knowledge strippedThe web of interlinked data and knowledge stripped
The web of interlinked data and knowledge strippedSören Auer
 

La actualidad más candente (20)

Open library data and embrace the world library linked data
Open library data and embrace the world library linked dataOpen library data and embrace the world library linked data
Open library data and embrace the world library linked data
 
CSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web TutorialCSHALS 2010 W3C Semanic Web Tutorial
CSHALS 2010 W3C Semanic Web Tutorial
 
Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and Status
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
Piloting Linked Data to Connect Library and Archive Resources to the New Worl...
 
Tese phd
Tese phdTese phd
Tese phd
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
 
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
 
Encoding Patron Information in RDF
Encoding Patron Information in RDFEncoding Patron Information in RDF
Encoding Patron Information in RDF
 
Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarians
 
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
NISO/NFAIS Joint Virtual Conference: Connecting the Library to the Wider Worl...
 
The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)
 
The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)The Semantic Web #4 - RDF (1)
The Semantic Web #4 - RDF (1)
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core Metadata
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
Expanding the content categories at JaLC
Expanding the content categories at JaLCExpanding the content categories at JaLC
Expanding the content categories at JaLC
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data Visualization
 
The web of interlinked data and knowledge stripped
The web of interlinked data and knowledge strippedThe web of interlinked data and knowledge stripped
The web of interlinked data and knowledge stripped
 

Similar a AAT LOD Microthesauri

Putting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAMPutting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAM4Science
 
TEI ODD based development
TEI ODD based developmentTEI ODD based development
TEI ODD based developmentEduard Drenth
 
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
 
1 Project 2 Introduction - the SeaPort Project seri.docx
1  Project 2 Introduction - the SeaPort Project seri.docx1  Project 2 Introduction - the SeaPort Project seri.docx
1 Project 2 Introduction - the SeaPort Project seri.docxhoney725342
 
2013 06-24 Wf4Ever: Annotating research objects (PDF)
2013 06-24 Wf4Ever: Annotating research objects (PDF)2013 06-24 Wf4Ever: Annotating research objects (PDF)
2013 06-24 Wf4Ever: Annotating research objects (PDF)Stian Soiland-Reyes
 
2013 06-24 Wf4Ever: Annotating research objects (PPTX)
2013 06-24 Wf4Ever: Annotating research objects (PPTX)2013 06-24 Wf4Ever: Annotating research objects (PPTX)
2013 06-24 Wf4Ever: Annotating research objects (PPTX)Stian Soiland-Reyes
 
Orchestrating the Intelligent Web with Apache Mahout
Orchestrating the Intelligent Web with Apache MahoutOrchestrating the Intelligent Web with Apache Mahout
Orchestrating the Intelligent Web with Apache Mahoutaneeshabakharia
 
Knowledge graph construction with a façade - The SPARQL Anything Project
Knowledge graph construction with a façade - The SPARQL Anything ProjectKnowledge graph construction with a façade - The SPARQL Anything Project
Knowledge graph construction with a façade - The SPARQL Anything ProjectEnrico Daga
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies secondJoseba Abaitua
 
Semantic web technologies applied to bioinformatics and laboratory data manag...
Semantic web technologies applied to bioinformatics and laboratory data manag...Semantic web technologies applied to bioinformatics and laboratory data manag...
Semantic web technologies applied to bioinformatics and laboratory data manag...Toni Hermoso Pulido
 
Sword Cetis 2007 06 29
Sword Cetis 2007 06 29Sword Cetis 2007 06 29
Sword Cetis 2007 06 29Julie Allinson
 
Social Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsSocial Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsColin Bell
 
Hierarchical clustering in Python and beyond
Hierarchical clustering in Python and beyondHierarchical clustering in Python and beyond
Hierarchical clustering in Python and beyondFrank Kelly
 
Programming the Semantic Web
Programming the Semantic WebProgramming the Semantic Web
Programming the Semantic WebLuigi De Russis
 
Commodity Semantic Search: A Case Study of DiscoverEd
Commodity Semantic Search: A Case Study of DiscoverEdCommodity Semantic Search: A Case Study of DiscoverEd
Commodity Semantic Search: A Case Study of DiscoverEdNathan Yergler
 
Expressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLExpressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLCredential Engine
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsCarole Goble
 
Wikidata as a hub for the linked data cloud
Wikidata as a hub for the linked data cloudWikidata as a hub for the linked data cloud
Wikidata as a hub for the linked data cloudJoachim Neubert
 
Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0STIinnsbruck
 

Similar a AAT LOD Microthesauri (20)

Putting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAMPutting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAM
 
TEI ODD based development
TEI ODD based developmentTEI ODD based development
TEI ODD based development
 
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
 
1 Project 2 Introduction - the SeaPort Project seri.docx
1  Project 2 Introduction - the SeaPort Project seri.docx1  Project 2 Introduction - the SeaPort Project seri.docx
1 Project 2 Introduction - the SeaPort Project seri.docx
 
2013 06-24 Wf4Ever: Annotating research objects (PDF)
2013 06-24 Wf4Ever: Annotating research objects (PDF)2013 06-24 Wf4Ever: Annotating research objects (PDF)
2013 06-24 Wf4Ever: Annotating research objects (PDF)
 
2013 06-24 Wf4Ever: Annotating research objects (PPTX)
2013 06-24 Wf4Ever: Annotating research objects (PPTX)2013 06-24 Wf4Ever: Annotating research objects (PPTX)
2013 06-24 Wf4Ever: Annotating research objects (PPTX)
 
Orchestrating the Intelligent Web with Apache Mahout
Orchestrating the Intelligent Web with Apache MahoutOrchestrating the Intelligent Web with Apache Mahout
Orchestrating the Intelligent Web with Apache Mahout
 
Knowledge graph construction with a façade - The SPARQL Anything Project
Knowledge graph construction with a façade - The SPARQL Anything ProjectKnowledge graph construction with a façade - The SPARQL Anything Project
Knowledge graph construction with a façade - The SPARQL Anything Project
 
Metadata first, ontologies second
Metadata first, ontologies secondMetadata first, ontologies second
Metadata first, ontologies second
 
Semantic web technologies applied to bioinformatics and laboratory data manag...
Semantic web technologies applied to bioinformatics and laboratory data manag...Semantic web technologies applied to bioinformatics and laboratory data manag...
Semantic web technologies applied to bioinformatics and laboratory data manag...
 
Sword Cetis 2007 06 29
Sword Cetis 2007 06 29Sword Cetis 2007 06 29
Sword Cetis 2007 06 29
 
Sword Cetis 2007 06 29
Sword Cetis 2007 06 29Sword Cetis 2007 06 29
Sword Cetis 2007 06 29
 
Social Graphs and Semantic Analytics
Social Graphs and Semantic AnalyticsSocial Graphs and Semantic Analytics
Social Graphs and Semantic Analytics
 
Hierarchical clustering in Python and beyond
Hierarchical clustering in Python and beyondHierarchical clustering in Python and beyond
Hierarchical clustering in Python and beyond
 
Programming the Semantic Web
Programming the Semantic WebProgramming the Semantic Web
Programming the Semantic Web
 
Commodity Semantic Search: A Case Study of DiscoverEd
Commodity Semantic Search: A Case Study of DiscoverEdCommodity Semantic Search: A Case Study of DiscoverEd
Commodity Semantic Search: A Case Study of DiscoverEd
 
Expressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLExpressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDL
 
RO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research ObjectsRO-Crate: A framework for packaging research products into FAIR Research Objects
RO-Crate: A framework for packaging research products into FAIR Research Objects
 
Wikidata as a hub for the linked data cloud
Wikidata as a hub for the linked data cloudWikidata as a hub for the linked data cloud
Wikidata as a hub for the linked data cloud
 
Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0Combining and easing the access of the eswc semantic web data 0
Combining and easing the access of the eswc semantic web data 0
 

Más de Marcia Zeng

国际图象互操作框架 (IIIF)
国际图象互操作框架(IIIF)国际图象互操作框架(IIIF)
国际图象互操作框架 (IIIF)Marcia Zeng
 
Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...
Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...
Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...Marcia Zeng
 
理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者
理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者 理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者
理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者 Marcia Zeng
 
Extending models for controlled vocabularies to classification systems: model...
Extending models for controlled vocabularies to classification systems: model...Extending models for controlled vocabularies to classification systems: model...
Extending models for controlled vocabularies to classification systems: model...Marcia Zeng
 
Modelling Knowledge Organization Systems and Structures
Modelling Knowledge Organization Systems and StructuresModelling Knowledge Organization Systems and Structures
Modelling Knowledge Organization Systems and StructuresMarcia Zeng
 
FRSAD Functional Requirements for Subject Authority Data model
FRSAD Functional Requirements for Subject Authority Data modelFRSAD Functional Requirements for Subject Authority Data model
FRSAD Functional Requirements for Subject Authority Data modelMarcia Zeng
 
SKOS for Classification Systems
SKOS for Classification SystemsSKOS for Classification Systems
SKOS for Classification SystemsMarcia Zeng
 
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
 
ISO 25964: Thesauri and Interoperability with Other Vocabularies
ISO 25964: Thesauri and Interoperability with Other VocabulariesISO 25964: Thesauri and Interoperability with Other Vocabularies
ISO 25964: Thesauri and Interoperability with Other VocabulariesMarcia Zeng
 
Expressing Classification Schemes -- Part 3
Expressing Classification Schemes -- Part 3Expressing Classification Schemes -- Part 3
Expressing Classification Schemes -- Part 3Marcia Zeng
 
Introducing FRSAD and Mapping it with Other Models
Introducing FRSAD and Mapping it with Other ModelsIntroducing FRSAD and Mapping it with Other Models
Introducing FRSAD and Mapping it with Other ModelsMarcia Zeng
 
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 KOSMarcia Zeng
 
Metadata for Terminology / KOS Resources
Metadata for Terminology / KOS ResourcesMetadata for Terminology / KOS Resources
Metadata for Terminology / KOS ResourcesMarcia Zeng
 
Metadata and Terminology Registries
Metadata and Terminology RegistriesMetadata and Terminology Registries
Metadata and Terminology RegistriesMarcia Zeng
 
Dublin Core In Practice
Dublin Core In PracticeDublin Core In Practice
Dublin Core In PracticeMarcia Zeng
 

Más de Marcia Zeng (15)

国际图象互操作框架 (IIIF)
国际图象互操作框架(IIIF)国际图象互操作框架(IIIF)
国际图象互操作框架 (IIIF)
 
Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...
Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...
Using a Semantic Analysis Tool to Generate Subject Access Points: A Study us...
 
理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者
理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者 理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者
理解和利用关联数据 --图情档博(LAM)作为关联数据的提供者和消费者
 
Extending models for controlled vocabularies to classification systems: model...
Extending models for controlled vocabularies to classification systems: model...Extending models for controlled vocabularies to classification systems: model...
Extending models for controlled vocabularies to classification systems: model...
 
Modelling Knowledge Organization Systems and Structures
Modelling Knowledge Organization Systems and StructuresModelling Knowledge Organization Systems and Structures
Modelling Knowledge Organization Systems and Structures
 
FRSAD Functional Requirements for Subject Authority Data model
FRSAD Functional Requirements for Subject Authority Data modelFRSAD Functional Requirements for Subject Authority Data model
FRSAD Functional Requirements for Subject Authority Data model
 
SKOS for Classification Systems
SKOS for Classification SystemsSKOS for Classification Systems
SKOS for Classification Systems
 
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]
 
ISO 25964: Thesauri and Interoperability with Other Vocabularies
ISO 25964: Thesauri and Interoperability with Other VocabulariesISO 25964: Thesauri and Interoperability with Other Vocabularies
ISO 25964: Thesauri and Interoperability with Other Vocabularies
 
Expressing Classification Schemes -- Part 3
Expressing Classification Schemes -- Part 3Expressing Classification Schemes -- Part 3
Expressing Classification Schemes -- Part 3
 
Introducing FRSAD and Mapping it with Other Models
Introducing FRSAD and Mapping it with Other ModelsIntroducing FRSAD and Mapping it with Other Models
Introducing FRSAD and Mapping it with Other Models
 
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
 
Metadata for Terminology / KOS Resources
Metadata for Terminology / KOS ResourcesMetadata for Terminology / KOS Resources
Metadata for Terminology / KOS Resources
 
Metadata and Terminology Registries
Metadata and Terminology RegistriesMetadata and Terminology Registries
Metadata and Terminology Registries
 
Dublin Core In Practice
Dublin Core In PracticeDublin Core In Practice
Dublin Core In Practice
 

Último

Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service Onlineanilsa9823
 
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girlCall Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girlkumarajju5765
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxolyaivanovalion
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfadriantubila
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 

Último (20)

Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Chinhat Lucknow best sexual service Online
 
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girlCall Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
Call Girls 🫤 Dwarka ➡️ 9711199171 ➡️ Delhi 🫦 Two shot with one girl
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 

AAT LOD Microthesauri

  • 1. AAT LOD Microthesauri Create Linked Open Data (LOD) Microthesauri using Art & Architecture Thesaurus (AAT) LOD Marcia Lei Zeng AAT International Terminology Working Group (ITWG) meeting September 5-7, 2014 Dresden, Germany
  • 2. 1. Definition Microthesaurus: designated subset of a thesaurus that is capable of functioning as a complete thesaurus. -- ISO25964-2:2013 Microthesauri are different from: • Derived vocabularies S (source) S S S New New N - - N e w - -N Derivation/Modeling • adaptation • modification • expansion • partial adaptation • translation
  • 3. 1 2 33 4 AAT-based Vocabularies 5 6 Full ATT or AAT Microthesaui Other Non-LOD Vocabs The need to • use, • create, • derive from, • map to AAT & • go to LOD 2. Overview: Situations and decisions for an art and architecture digital collection that wants to become a LOD dataset
  • 4. 3. Can a microthesaurus be made from an existing thesaurus? Structure Example YES Classificatory structure • EUROVOC • Chinese Classified Thesaurus • [English Heritage Thesauri] YES Faceted structure • AAT • FAST (Faceted Application of Subject Terminology) YES/May be Deep hierarchies (family trees) • AAT • NASA Thesaurus • INSPEC Thesaurus NO/ Not-directly flat structure [alphabetically organized] • LCSH • many thesauri Microthesaurus: designated subset of a thesaurus that is capable of functioning as a complete thesaurus. -- ISO25964-2:2013
  • 5. Example: Eurovoc "EuroVoc is split into 21 domains and 127 microthesauri. Each domain is divided into a number of microthesauri. A microthesaurus is considered as a concept scheme with a subset of the concepts that are part of the complete EuroVoc thesaurus." Source: http://eurovoc.europa.eu/drupal/?q=node/555
  • 6. CHIN listed 890+ recommended resources. AAT's facets and hierarchies that are listed separately. Canadian Heritage Information Network (CHIN) Source: Search "AAT" from http://www.pro.rcip-chin.gc.ca/ressources-resources/index-eng.jsp
  • 7. From: Getty Vocabularies: Linked Open Data Semantic Representation. Section 2.3.4 Top Concepts http://vocab.getty.edu/doc/#The_Getty_Vocab ularies_and_LOD 4. AAT Structure's Semantic Representation (Go to next slide for non-techy view.)
  • 8. Art and Architecture Thesaurus (AAT) Facet: Objects Hierarchy: Furnishing and Equipment Concept: containers (receptacles) Guide term: <containers by form> concept: vessels (containers) concept: rhyta (cont.) AAT Structure's Semantic Representation
  • 9. Facet: Objects Hierarchy: Furnishing and Equipment Concept: containers (receptacles) Guide term: <containers by form> concept: vessels (containers) concept: rhyta What are special in AAT Facets Sub-facets (Indicated by node labels) Art and Architecture Thesaurus (AAT) [large] Hierarchies (full coverage, deep layer) The units were recommended to use by projects such as The Canadian Heritage Information Network (CHIN)
  • 10. What are usually available in a flat structured LOD concept concept: Concept BT NT Source: http://id.loc.gov/authorities/subjects/sh85142374.skos.rdf thesaurus
  • 11. … so are in AAT; concept concept: Concept BT Results are obtained by entering the following in NT http://vocab.getty.edu/sparql : # 5.1.10 Find Subject by Exact English PrefLabel select * {?subj gvp:prefLabelGVP/xl:literalForm "rhyta"@en}
  • 12. Facet: Objects Hierarchy: Furnishing and Equipment Concept: containers (receptacles) Guide term: <containers by form> concept: vessels (containers) concept: rhyta … but AAT LOD has more: Facets Art and Architecture Thesaurus (AAT) [large] Hierarchies (full coverage, deep layer) Sub-facets (Indicated by node labels)
  • 13. 5. An example -- Use a <Guide Term> to obtain all concept URIs in a facet or hierarchy Part 1. Get Data
  • 14. Steps: After choosing a facet or a hierarchy from AAT... 1. Get the ID 2. Go to SPARQL Endpoint next slide
  • 15. Step 2. Go to Getty Vocab SPARQL Endpoint: http://vocab.getty.edu/sparql
  • 16. http://vocab.getty.edu/sparql Step 3. Choose "Descendants of a Given Parent" from the template, click.  The template's text will show on the top Query box.
  • 17. Steps 4. Replace the ID (e.g., 300117143) in the Query template [you may modify to add more requests] 5. Submit 6. Get all URIs and labels under this guide term. Note: I replaced the aat ID, also inserted a line to get the labels, and sort by label. Here is the text of the query: select * {?x gvp:broaderExtended aat:300117143. ?x gvp:prefLabelGVP [xl:literalForm ?l]; skos:inScheme aat: } order by ?l
  • 18. It gave me the results in 2 seconds:
  • 19. (I checked to make sure that the results are from multiple levels in the hierarchy. )
  • 20. Step 7. Download JSON format data. Download Options: (1) JSON* (2) XML *JSON (JavaScript Object Notation) is a lightweight data-interchange format.
  • 21. select * {?x gvp:broaderExtended aat:300117143. ?x gvp:prefLabelGVP [xl:literalForm ?l]; skos:inScheme aat: } order by ?l Results of the JSON file. Descendants of a Given Parent:
  • 22. (cont.) 5. An example -- Use a <Guide Term> to obtain all concept URIs in a facet or hierarchy Part 2. Viewing the dataset by a non-techy person Acknowledgement: Thanks to a Visiting Scholar En-bo Jiang for helping the testing.
  • 23. How to manage it by a non-techy person? Non-techy person's wish: I can see what are in the dataset; I can use a spreadsheet to open and manage it. Techy-person can prepare the file as: 1. From a JSON* file  convert to CSV** file (can be opened as spreadsheet) using an open source converter *JSON = (JavaScript Object Notation), a lightweight data-interchange format. **CSV = Comma Separated Value file format
  • 24. "Form" view online Using an online converter, turn JSON to CSV. http://codebeautify.org/view/jsonviewer
  • 25. "Tree" view online http://codebeautify.org/view/jsonviewer
  • 26. (cont.) How to manage it by a non-techy person? Non-techy person's wish: I can see what are in the dataset; I can use a spreadsheet to open and manage it. Techy-person can prepare the file as: 1. From a JSON* file  convert to CSV** file (can be opened as spreadsheet) using an open source converter, or 2. From a JSON file  Manage from OpenRefine (open source system) or export to a spreadsheet
  • 27. When uploaded the JSON file to OpenRefine, highlight the first enter in order for the software to tell the structure.
  • 28. Establish a 'Project', then ready to edit. Note: OpenRefine can be used for many other functions for management, clean up, reconcile, etc.
  • 30. Open the JSON file from spreadsheet on my laptop To do: need to double check if all node labels and preferred terms are in.
  • 31. If open the XML file from spreadsheet, it looks like:
  • 32. The least techy-way is to copy-paste to a spreadsheet.
  • 33. Summary of the processes 1. Choose the facet or hierarchy you like to start; 2. Find the ID of that concept. 3. Use this template to get the URIs and labels: • Replace the ID in the Query template • Submit • Get the URIs and labels in under this guide term. • Sort by order (column x) # 5.1.2 Descendants of a Given Parent select * {?x gvp:broaderExtended aat:300117143. ?x gvp:prefLabelGVP [xl:literalForm ?l]; skos:inScheme aat: } order by ?l 4. Use a tool that can treat JSON to view and manage. 5. Additional ideas: Use other templates to obtain needed data for your microthesauri. (See next slide.) 6. Additional ideas: Using RelFinder to Visualize http://www.visualdataweb.org/relfinder.php
  • 34. More examples Use other templates to obtain needed data for your microthesauri. • Find AAT URIs and labels according to a Contributor: #5.1.3 Subjects by Contributor Id select * { ?x a gvp:Subject; dct:contributor aat_contrib:10000178. ?x gvp:prefLabelGVP [xl:literalForm ?l] } • Find, within this set of data, only those involving a particular contributor, e.g., by CDBP-DIBAM (Dirección de Bibliotecas, Archivos y Museos; Santiago, Chile), id:300117143.) select ?x ?l ?contrib { ?x gvp:broaderExtended aat:300117143. ?x gvp:prefLabelGVP [xl:literalForm ?l]. ?x dcterms:contributor aat_contrib:10000131. } • Click to view and get all data related to an URI
  • 35. & go to LOD 6. Conclusion LOD AAT Microthesauri • use, • create, • derive from, & • map to http://marciazeng.slis.kent.edu/ http://lod-lam.slis.kent.edu/

Notas del editor

  1. FAST retains the LCSH vocabulary in eight facets: (1) Personal names, (2) Corporate names, (3) Events, (4) Titles, (5) Chronologicals, (6) Topicals, (7) Geographics, and (8) Form/Genre.
  2. select * { ?x a gvp:Subject; dct:contributor aat_contrib:10000178.
  3. select * { ?x a gvp:Subject; dct:contributor aat_contrib:10000178.