This document provides information about BIBFRAME, which is a model for bibliographic data using RDF and Linked Data principles. It discusses BIBFRAME tools available on the Library of Congress website, such as the BIBFRAME editor and transformation services. It also covers using SPARQL to query RDF data and provides some example SPARQL queries. Finally, it directs readers to use the available BIBFRAME tools and encourages experimenting with SPARQL.
1 of 24
Downloaded 10 times
More Related Content
Joy Nelson - BIBFRAME: RDF syntax, BIBFRAME tools, and SPARQL
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:Identi?er ;
bf:identi?erScheme <http://id.loc.gov/vocabulary/identi?ers/lccn> ;
bf:identi?erValue "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