SlideShare ist ein Scribd-Unternehmen logo
1 von 24
Downloaden Sie, um offline zu lesen
BIBFRAME:
RDF syntax, BIBFRAME tools, and SPARQL
Beyond MARC
Koha Gruppo Italiano
15-16 March 2016
www.loc.gov/bibframe
What does Linked Data Look like?
https://linkedjazz.org/network/
@prefix bf: <http://bibframe.org/vocab/> .
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix relators: <http://id.loc.gov/vocabulary/relators/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://id.loc.gov//resources/bibs/11669250> a bf:MovingImage,
        bf:Work ;
    bf:authorizedAccessPoint "LC Purchase Collection (Library of
Congress) Oliver! / Romulus Production ; director, Carol Reed ;
producer, John Woolf ; screenplay, Vernon Harris.Oliver!",
        "oliverwork"@x-bf-hash ;
    bf:contributor [ a bf:Organization ;
                       bf:label "LC Purchase Collection (Library of
Congress)" ] ;
    bf:hasAnnotation [ a bf:Annotation ;
        bf:annotates <http://id.loc.gov//resources/bibs/11669250> ;
        bf:changeDate "0000-00-00T00:00" ;
        bf:derivedFrom <http://id.loc.gov//resources/bibs/
11669250.marcxml.xml> ;
        bf:hasInstance [ a bf:Instance, bf:Monograph ;
        bf:creditsNote "Credits: Book, music, and lyrics by Lionel
Bart." ;
        bf:dimensions "12 in. viewing copy." ;
        bf:extent "2 videodiscs of 2 (laser) :" ;
        bf:illustrationNote "sd., col. ;" ;
        bf:immediateAcquisition "Received: 11/7/91; viewing copy;
purchase, purchase order no. 172525; LC Purchase Collection." ;
        bf:instanceOf <http://id.loc.gov//resources/bibs/
11669250> ;
        bf:instanceTitle [ a bf:Title ;
            bf:label "Oliver! / Romulus Production ; director,
Carol Reed ; producer, John Woolf ; screenplay, Vernon Harris." ;
            bf:titleValue "Oliver!" ] ;
        bf:lccn [ a bf:Identifier ];
        bf:legalDeposit [ a bf:Identifier ;
                    bf:identifierAssigner "U.S. Copyright Office" ;
                    bf:identifierValue "LP36464" ] ;
        bf:modeOfIssuance "single unit" ;
        bf:note "Copyright: Warwick Film Productions, Ltd.; 1Dec68;
LP36464.",
                "Freely adapted from Charles Dickens' Oliver
Twist.",
                "On disc label: 30526.",
                "Source used: video packaging.",
                "Two discs in one jacket." ;
            bf:performerNote "Cast: Ron Moody, Shani Wallis, Oliver
Reed, Harry Secombe, Mark Lester, Jack Wild, Hugh Griffith, Joseph
O'Connor, Peggy Mount, Leonard Rossiter." ;
            bf:providerStatement "United States : Columbia
Pictures, 1969 ; United States : RCA Columbia Pictures Home Video,
1985." ;
            bf:publication [ a bf:Provider ;
                    bf:providerDate "1969 ;" ;
                    bf:providerName [ a bf:Organization ;
                            bf:label "Columbia Pictures" ] ;
                    bf:providerPlace [ a bf:Place ;
                            bf:label "United States " ] ],
                [ a bf:Provider ;
                    bf:providerDate "1985" ;
                    bf:providerName [ a bf:Organization ;
                            bf:label "RCA Columbia Pictures Home
Video" ] ;
                    bf:providerPlace [ a bf:Place ;
                            bf:label "United States " ] ] ;
            bf:soundContent "Sound on medium",
                "Videodisc" ;
            bf:titleStatement "Oliver!" ] ;
    bf:language <http://id.loc.gov/vocabulary/languages/eng> ;
    bf:subject [ a bf:Topic ;
            bf:authoritySource "http://id.loc.gov/vocabulary/
subjectSchemes/gmgpc" ;
          bf:authorizedAccessPoint "Videodiscs" ;
            bf:hasAuthority [ a madsrdf:Authority,
                        madsrdf:GenreForm ;
                    madsrdf:authoritativeLabel "Videodiscs" ;
                    madsrdf:isMemberOfMADSScheme <http://
id.loc.gov/vocabulary/subjectSchemes/gmgpc> ] ;
            bf:label "Videodiscs" ],
        [ a bf:Topic ;
            bf:authoritySource "http://id.loc.gov/vocabulary/
subjectSchemes/mim" ;
            bf:authorizedAccessPoint "Features" ;
            bf:hasAuthority [ a madsrdf:Authority,
                        madsrdf:GenreForm ;
                    madsrdf:authoritativeLabel "Features" ;
                    madsrdf:isMemberOfMADSScheme <http://
id.loc.gov/vocabulary/subjectSchemes/mim> ] ;
            bf:label "Features" ],
        [ a bf:Topic ;
            bf:authoritySource "http://id.loc.gov/vocabulary/
BIBFRAME EXAMPLE
<http://www.example.org/n198> a bf:Instance.
<http://www.example.org/n198> a bf:Monograph.
<http://www.example.org/n198> bf:dimensions “24cm.”.
<http://www.example.org/n198> a bf:Instance;
a bf:Monograph;
bf:dimensions “24cm.”.
<http://www.example.org/n198> a bf:Instance, bf:Monograph;
bf:dimensions “24cm.”.
SYNTAX
<http://bibframe.org/resources/YYg1/11instance13> a bf:Instance, bf:Monograph ;
bf:dimensions "12 in. viewing copy." ;
bf:extent "2 videodiscs of 2 (laser) :" ;
bf:instanceOf <http://bibframe.org/resources/YYg1454953912/11669250> ;
bf:lccn [ a bf:Identifier ;
bf:identifierScheme <http://id.loc.gov/vocabulary/identifiers/lccn> ;
bf:identifierValue "96503764" ] ;
bf:providerStatement "United States : Columbia Pictures, 1969" ;
bf:publication [ a bf:Provider ;
bf:providerDate "1969 ;" ;
bf:providerName [ a bf:Organization ;
bf:label "Columbia Pictures" ] ;
bf:providerPlace [ a bf:Place ;
bf:label "United States " ] ],
bf:soundContent "Sound on medium",
"Videodisc" ;
bf:titleStatement "Oliver!" .
SYNTAX, part 2
Create some Triples
Graph those Triples
Activity 1
http://docs.oracle.com/cd/E15586_01/webcenter.1111/e10148/jpsdg_recommend.htm
BIBFRAME Tools
http://www.loc.gov/bibframe/tools/
BIBFRAME editor
BIBFRAME transformation service
BIBFRAME to MARC comparison
www.bibcat.org
BIBFRAME access and discovery platform
Joy’s Test Server
joy.test.bywatersolutions.com/bfe/#
http://bibframe.org/vocab
BIBFRAMEVocabulary
Use the Tools!
Activity 2
https://en.wikipedia.org/wiki/Manuscript_culture#/media/File:Escribano.jpg
RDA and BIBFRAME Tools
www.loc.gov/catworkshop/bibframe/
Module3Unit2External.pdf
https://www.loc.gov/catworkshop/RDA training materials/
DCatRDA/index.html
SPARQL
RDF query language
SPARQL
Protocol
and
RDF
Query
Language
SELECT * WHERE { ?s ?p ?o . }
SELECT * WHERE { ?s ?p ?o . }
SELECT * WHERE { ?s ?p ?o . } LIMIT 10
SELECT * WHERE { ?s ?p ?o . } LIMIT 10
OFFSET 10000
SELECT ?property ?hasValue ?isValueOf
WHERE {
{ <http://dbpedia.org/resource/Paris,_Texas> ?property ?hasValue }
UNION
{ ?isValueOf ?property <http://dbpedia.org/resource/Paris,_Texas> }
}
SELECT ?comment
WHERE {
<http://dbpedia.org/resource/Paris,_Texas> rdfs:comment ?comment .
}
SELECT ?comment
WHERE {
<http://dbpedia.org/resource/Paris,_Texas>
rdfs:comment ?comment .
FILTER (langMatches(lang(?comment),"en")) .
}
PREFIX dbo: <http://dbpedia.org/ontology/>
SELECT ?comment ?abs
WHERE {
<http://dbpedia.org/resource/Paris,_Texas> rdfs:comment ?comment .
FILTER (langMatches(lang(?comment),"en")) .
<http://dbpedia.org/resource/Paris,_Texas> dbo:abstract ?abs .
FILTER (langMatches(lang(?abs), "en")) .
}
https://commons.wikimedia.org/wiki/
File:Anyjazz65_-_Paris,_Texas_-
_Eiffel_tower_replica.jpg
Activity 3
SNORQL-ing!
dbpedia.org/SNORQL

Weitere ähnliche Inhalte

Andere mochten auch

Agenda de negócios folha do estado proposta comercial
Agenda de negócios folha do estado   proposta comercialAgenda de negócios folha do estado   proposta comercial
Agenda de negócios folha do estado proposta comercialMeio & Mensagem
 
Fiesta fin curso 2013
Fiesta fin curso 2013Fiesta fin curso 2013
Fiesta fin curso 2013ampagabec13
 
Western Europe & SouthEast Asia Business Matching 26 October 2016 Switzerland
Western Europe & SouthEast Asia Business Matching 26 October 2016 SwitzerlandWestern Europe & SouthEast Asia Business Matching 26 October 2016 Switzerland
Western Europe & SouthEast Asia Business Matching 26 October 2016 SwitzerlandRudy Fang (Rudy Basri) 房宜发
 
Mitos atau fakta supervisor
Mitos atau fakta supervisorMitos atau fakta supervisor
Mitos atau fakta supervisorslamet soegiarto
 
Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014
Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014
Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014PSICOLEGAS
 

Andere mochten auch (11)

Presentation_NEW.PPTX
Presentation_NEW.PPTXPresentation_NEW.PPTX
Presentation_NEW.PPTX
 
Agenda de negócios folha do estado proposta comercial
Agenda de negócios folha do estado   proposta comercialAgenda de negócios folha do estado   proposta comercial
Agenda de negócios folha do estado proposta comercial
 
Gamification
GamificationGamification
Gamification
 
Fiesta fin curso 2013
Fiesta fin curso 2013Fiesta fin curso 2013
Fiesta fin curso 2013
 
THERAPY INDEX
THERAPY INDEXTHERAPY INDEX
THERAPY INDEX
 
Cartel fiesta 1
Cartel fiesta 1Cartel fiesta 1
Cartel fiesta 1
 
Western Europe & SouthEast Asia Business Matching 26 October 2016 Switzerland
Western Europe & SouthEast Asia Business Matching 26 October 2016 SwitzerlandWestern Europe & SouthEast Asia Business Matching 26 October 2016 Switzerland
Western Europe & SouthEast Asia Business Matching 26 October 2016 Switzerland
 
Seo Basic Training
Seo Basic TrainingSeo Basic Training
Seo Basic Training
 
Mitos atau fakta supervisor
Mitos atau fakta supervisorMitos atau fakta supervisor
Mitos atau fakta supervisor
 
Sony vegas
Sony vegasSony vegas
Sony vegas
 
Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014
Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014
Ponencia sobre Psicologia Narrativa y jovenes en riesgo ago 2014
 

Ähnlich wie BIBFRAME Tools and SPARQL for Linked Data

Sparql
SparqlSparql
Sparqllchen3
 
Real-time Semantic Web with Twitter Annotations
Real-time Semantic Web with Twitter AnnotationsReal-time Semantic Web with Twitter Annotations
Real-time Semantic Web with Twitter AnnotationsJoshua Shinavier
 
The Impact of Bibframe
The Impact of BibframeThe Impact of Bibframe
The Impact of BibframeThomas Meehan
 
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...Ícaro Medeiros
 
BIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARCBIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARCThomas Meehan
 
芸術・地域情報LOD動向
芸術・地域情報LOD動向芸術・地域情報LOD動向
芸術・地域情報LOD動向Fumihiro Kato
 
BBC Programmes and Music on the Linking Open Data Cloud
BBC Programmes and Music on the Linking Open Data CloudBBC Programmes and Music on the Linking Open Data Cloud
BBC Programmes and Music on the Linking Open Data CloudPatrick Sinclair
 
IronRuby for the .NET Developer
IronRuby for the .NET DeveloperIronRuby for the .NET Developer
IronRuby for the .NET DeveloperCory Foy
 
Graph Analysis over JSON, Larus
Graph Analysis over JSON, LarusGraph Analysis over JSON, Larus
Graph Analysis over JSON, LarusNeo4j
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machinesPatrick Sinclair
 
First steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webFirst steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webhorvadam
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelabCAMELIA BOBAN
 
Developing CouchApps
Developing CouchAppsDeveloping CouchApps
Developing CouchAppswesthoff
 
Cataloging with RDA: An Overview
Cataloging with RDA: An OverviewCataloging with RDA: An Overview
Cataloging with RDA: An OverviewEmily Nimsakont
 
Digital Library Federation, Fall 07, Connotea Presentation
Digital Library Federation, Fall 07, Connotea PresentationDigital Library Federation, Fall 07, Connotea Presentation
Digital Library Federation, Fall 07, Connotea PresentationIan Mulvany
 

Ähnlich wie BIBFRAME Tools and SPARQL for Linked Data (20)

Sparql
SparqlSparql
Sparql
 
BIBFRAME
BIBFRAMEBIBFRAME
BIBFRAME
 
Real-time Semantic Web with Twitter Annotations
Real-time Semantic Web with Twitter AnnotationsReal-time Semantic Web with Twitter Annotations
Real-time Semantic Web with Twitter Annotations
 
The Impact of Bibframe
The Impact of BibframeThe Impact of Bibframe
The Impact of Bibframe
 
Linked Data on Rails
Linked Data on RailsLinked Data on Rails
Linked Data on Rails
 
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...
 
BIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARCBIBFRAME and Moving Away From MARC
BIBFRAME and Moving Away From MARC
 
RDA Revisited
RDA RevisitedRDA Revisited
RDA Revisited
 
芸術・地域情報LOD動向
芸術・地域情報LOD動向芸術・地域情報LOD動向
芸術・地域情報LOD動向
 
BBC Programmes and Music on the Linking Open Data Cloud
BBC Programmes and Music on the Linking Open Data CloudBBC Programmes and Music on the Linking Open Data Cloud
BBC Programmes and Music on the Linking Open Data Cloud
 
IronRuby for the .NET Developer
IronRuby for the .NET DeveloperIronRuby for the .NET Developer
IronRuby for the .NET Developer
 
Graph Analysis over JSON, Larus
Graph Analysis over JSON, LarusGraph Analysis over JSON, Larus
Graph Analysis over JSON, Larus
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machines
 
First steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webFirst steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic web
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelab
 
Developing CouchApps
Developing CouchAppsDeveloping CouchApps
Developing CouchApps
 
RDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXV
RDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXVRDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXV
RDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXV
 
Cataloging with RDA: An Overview
Cataloging with RDA: An OverviewCataloging with RDA: An Overview
Cataloging with RDA: An Overview
 
NCompass Live: Cataloging with RDA
NCompass Live: Cataloging with RDANCompass Live: Cataloging with RDA
NCompass Live: Cataloging with RDA
 
Digital Library Federation, Fall 07, Connotea Presentation
Digital Library Federation, Fall 07, Connotea PresentationDigital Library Federation, Fall 07, Connotea Presentation
Digital Library Federation, Fall 07, Connotea Presentation
 

Mehr von Joy Nelson

Leading a remote organziation
Leading a remote organziationLeading a remote organziation
Leading a remote organziationJoy Nelson
 
Honey on the Wire KohaCon18
Honey on the Wire  KohaCon18Honey on the Wire  KohaCon18
Honey on the Wire KohaCon18Joy Nelson
 
Authorities town hall_20160824
Authorities town hall_20160824Authorities town hall_20160824
Authorities town hall_20160824Joy Nelson
 
BIBFRAME: MARC Replacement
BIBFRAME: MARC ReplacementBIBFRAME: MARC Replacement
BIBFRAME: MARC ReplacementJoy Nelson
 
Migration Heuristics
Migration HeuristicsMigration Heuristics
Migration HeuristicsJoy Nelson
 

Mehr von Joy Nelson (6)

Leading a remote organziation
Leading a remote organziationLeading a remote organziation
Leading a remote organziation
 
Honey on the Wire KohaCon18
Honey on the Wire  KohaCon18Honey on the Wire  KohaCon18
Honey on the Wire KohaCon18
 
Authorities town hall_20160824
Authorities town hall_20160824Authorities town hall_20160824
Authorities town hall_20160824
 
BIBFRAME: MARC Replacement
BIBFRAME: MARC ReplacementBIBFRAME: MARC Replacement
BIBFRAME: MARC Replacement
 
Kohacon2016
Kohacon2016Kohacon2016
Kohacon2016
 
Migration Heuristics
Migration HeuristicsMigration Heuristics
Migration Heuristics
 

Kürzlich hochgeladen

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Kürzlich hochgeladen (20)

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

BIBFRAME Tools and SPARQL for Linked Data

  • 1. BIBFRAME: RDF syntax, BIBFRAME tools, and SPARQL Beyond MARC Koha Gruppo Italiano 15-16 March 2016 www.loc.gov/bibframe
  • 2. What does Linked Data Look like? https://linkedjazz.org/network/
  • 3.
  • 4. @prefix bf: <http://bibframe.org/vocab/> . @prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix relators: <http://id.loc.gov/vocabulary/relators/> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://id.loc.gov//resources/bibs/11669250> a bf:MovingImage,         bf:Work ;     bf:authorizedAccessPoint "LC Purchase Collection (Library of Congress) Oliver! / Romulus Production ; director, Carol Reed ; producer, John Woolf ; screenplay, Vernon Harris.Oliver!",         "oliverwork"@x-bf-hash ;     bf:contributor [ a bf:Organization ;                        bf:label "LC Purchase Collection (Library of Congress)" ] ;     bf:hasAnnotation [ a bf:Annotation ;         bf:annotates <http://id.loc.gov//resources/bibs/11669250> ;         bf:changeDate "0000-00-00T00:00" ;         bf:derivedFrom <http://id.loc.gov//resources/bibs/ 11669250.marcxml.xml> ;         bf:hasInstance [ a bf:Instance, bf:Monograph ;         bf:creditsNote "Credits: Book, music, and lyrics by Lionel Bart." ;         bf:dimensions "12 in. viewing copy." ;         bf:extent "2 videodiscs of 2 (laser) :" ;         bf:illustrationNote "sd., col. ;" ;         bf:immediateAcquisition "Received: 11/7/91; viewing copy; purchase, purchase order no. 172525; LC Purchase Collection." ;         bf:instanceOf <http://id.loc.gov//resources/bibs/ 11669250> ;         bf:instanceTitle [ a bf:Title ;             bf:label "Oliver! / Romulus Production ; director, Carol Reed ; producer, John Woolf ; screenplay, Vernon Harris." ;             bf:titleValue "Oliver!" ] ;         bf:lccn [ a bf:Identifier ];         bf:legalDeposit [ a bf:Identifier ;                     bf:identifierAssigner "U.S. Copyright Office" ;                     bf:identifierValue "LP36464" ] ;         bf:modeOfIssuance "single unit" ;         bf:note "Copyright: Warwick Film Productions, Ltd.; 1Dec68; LP36464.",                 "Freely adapted from Charles Dickens' Oliver Twist.",                 "On disc label: 30526.",                 "Source used: video packaging.",                 "Two discs in one jacket." ;             bf:performerNote "Cast: Ron Moody, Shani Wallis, Oliver Reed, Harry Secombe, Mark Lester, Jack Wild, Hugh Griffith, Joseph O'Connor, Peggy Mount, Leonard Rossiter." ;             bf:providerStatement "United States : Columbia Pictures, 1969 ; United States : RCA Columbia Pictures Home Video, 1985." ;             bf:publication [ a bf:Provider ;                     bf:providerDate "1969 ;" ;                     bf:providerName [ a bf:Organization ;                             bf:label "Columbia Pictures" ] ;                     bf:providerPlace [ a bf:Place ;                             bf:label "United States " ] ],                 [ a bf:Provider ;                     bf:providerDate "1985" ;                     bf:providerName [ a bf:Organization ;                             bf:label "RCA Columbia Pictures Home Video" ] ;                     bf:providerPlace [ a bf:Place ;                             bf:label "United States " ] ] ;             bf:soundContent "Sound on medium",                 "Videodisc" ;             bf:titleStatement "Oliver!" ] ;     bf:language <http://id.loc.gov/vocabulary/languages/eng> ;     bf:subject [ a bf:Topic ;             bf:authoritySource "http://id.loc.gov/vocabulary/ subjectSchemes/gmgpc" ;           bf:authorizedAccessPoint "Videodiscs" ;             bf:hasAuthority [ a madsrdf:Authority,                         madsrdf:GenreForm ;                     madsrdf:authoritativeLabel "Videodiscs" ;                     madsrdf:isMemberOfMADSScheme <http:// id.loc.gov/vocabulary/subjectSchemes/gmgpc> ] ;             bf:label "Videodiscs" ],         [ a bf:Topic ;             bf:authoritySource "http://id.loc.gov/vocabulary/ subjectSchemes/mim" ;             bf:authorizedAccessPoint "Features" ;             bf:hasAuthority [ a madsrdf:Authority,                         madsrdf:GenreForm ;                     madsrdf:authoritativeLabel "Features" ;                     madsrdf:isMemberOfMADSScheme <http:// id.loc.gov/vocabulary/subjectSchemes/mim> ] ;             bf:label "Features" ],         [ a bf:Topic ;             bf:authoritySource "http://id.loc.gov/vocabulary/ BIBFRAME EXAMPLE
  • 5. <http://www.example.org/n198> a bf:Instance. <http://www.example.org/n198> a bf:Monograph. <http://www.example.org/n198> bf:dimensions “24cm.”. <http://www.example.org/n198> a bf:Instance; a bf:Monograph; bf:dimensions “24cm.”. <http://www.example.org/n198> a bf:Instance, bf:Monograph; bf:dimensions “24cm.”. SYNTAX
  • 6. <http://bibframe.org/resources/YYg1/11instance13> a bf:Instance, bf:Monograph ; bf:dimensions "12 in. viewing copy." ; bf:extent "2 videodiscs of 2 (laser) :" ; bf:instanceOf <http://bibframe.org/resources/YYg1454953912/11669250> ; bf:lccn [ a bf:Identifier ; bf:identifierScheme <http://id.loc.gov/vocabulary/identifiers/lccn> ; bf:identifierValue "96503764" ] ; bf:providerStatement "United States : Columbia Pictures, 1969" ; bf:publication [ a bf:Provider ; bf:providerDate "1969 ;" ; bf:providerName [ a bf:Organization ; bf:label "Columbia Pictures" ] ; bf:providerPlace [ a bf:Place ; bf:label "United States " ] ], bf:soundContent "Sound on medium", "Videodisc" ; bf:titleStatement "Oliver!" . SYNTAX, part 2
  • 7. Create some Triples Graph those Triples Activity 1 http://docs.oracle.com/cd/E15586_01/webcenter.1111/e10148/jpsdg_recommend.htm
  • 8. BIBFRAME Tools http://www.loc.gov/bibframe/tools/ BIBFRAME editor BIBFRAME transformation service BIBFRAME to MARC comparison www.bibcat.org BIBFRAME access and discovery platform Joy’s Test Server joy.test.bywatersolutions.com/bfe/# http://bibframe.org/vocab BIBFRAMEVocabulary
  • 9. Use the Tools! Activity 2 https://en.wikipedia.org/wiki/Manuscript_culture#/media/File:Escribano.jpg
  • 10. RDA and BIBFRAME Tools www.loc.gov/catworkshop/bibframe/ Module3Unit2External.pdf https://www.loc.gov/catworkshop/RDA training materials/ DCatRDA/index.html
  • 12. SELECT * WHERE { ?s ?p ?o . }
  • 13. SELECT * WHERE { ?s ?p ?o . }
  • 14. SELECT * WHERE { ?s ?p ?o . } LIMIT 10
  • 15. SELECT * WHERE { ?s ?p ?o . } LIMIT 10 OFFSET 10000
  • 16. SELECT ?property ?hasValue ?isValueOf WHERE { { <http://dbpedia.org/resource/Paris,_Texas> ?property ?hasValue } UNION { ?isValueOf ?property <http://dbpedia.org/resource/Paris,_Texas> } }
  • 17.
  • 19.
  • 20. SELECT ?comment WHERE { <http://dbpedia.org/resource/Paris,_Texas> rdfs:comment ?comment . FILTER (langMatches(lang(?comment),"en")) . }
  • 21.
  • 22. PREFIX dbo: <http://dbpedia.org/ontology/> SELECT ?comment ?abs WHERE { <http://dbpedia.org/resource/Paris,_Texas> rdfs:comment ?comment . FILTER (langMatches(lang(?comment),"en")) . <http://dbpedia.org/resource/Paris,_Texas> dbo:abstract ?abs . FILTER (langMatches(lang(?abs), "en")) . }
  • 23.