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

<http://semanticlibrary.org/works/30408> foaf:isPrimaryTopicOf ns0:OL20712478M ;
                                         dct:contributor ns1:j-r-r-tolkien ;
                                         dct:title "Hobbit and The Fellowship of the ring" ;
                                         bibo:authorList <http://semanticlibrary.org/groups/118787> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/45186> ;
                                         rdf:type frbr:Work ;
                                         bibo:contributorList <http://semanticlibrary.org/groups/118786> ;
                                         skos:prefLabel "The Hobbit and The Fellowship of the ring" ;
                                         misc:title_prefix "The" ;
                                         dct:creator ns1:j-r-r-tolkien ;
                                         misc:by_statement "read and sung by J.R.R. Tolkien." .

<http://semanticlibrary.org/items/45186> skos:prefLabel "The Hobbit and The Fellowship of the ring" .

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