@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns0: <http://openlibrary.org/b/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix ns1: <http://semanticlibrary.org/people/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://semanticlibrary.org/items/12027> skos:prefLabel "Tolkien Diary 2003" .

<http://semanticlibrary.org/works/9247> foaf:isPrimaryTopicOf ns0:OL7274731M ,
                                                              <http://www.librarything.com/work/1328536> ;
                                        dct:title "Tolkien Diary 2003" ;
                                        bibo:authorList <http://semanticlibrary.org/groups/94543> ;
                                        dct:hasVersion <http://semanticlibrary.org/items/12027> ;
                                        rdf:type frbr:Work ;
                                        skos:prefLabel "Tolkien Diary 2003" ;
                                        dct:creator ns1:j-r-r-tolkien .

ns1:j-r-r-tolkien rdfs:label "J. R. R. Tolkien" ;
                  skos:prefLabel "J. R. R. Tolkien" .