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

<http://semanticlibrary.org/works/443> rdfs:seeAlso <http://www.loc.gov/catdir/description/hm022/98102207.html> ,
                                                    <http://www.loc.gov/catdir/samples/hm051/98102207.html> ,
                                                    <http://www.houghtonmifflinbooks.com/readers_guides/hobbit/index.shtml> ;
                                       skos:prefLabel "The hobbit, or, There and back again" .

<http://semanticlibrary.org/items/29384> dct:language "eng" ;
                                         elements:publishersName "Ballantine Books" ;
                                         dct:isVersionOf <http://semanticlibrary.org/works/443> ;
                                         dct:medium "mass market paperback" ;
                                         bibo:isbn10 "0345917421" ;
                                         foaf:isPrimaryTopicOf ns0:OL10686521M ;
                                         dct:title "The Hobbit" ;
                                         dct:issued "July 5, 1999" ;
                                         rdf:type frbr:Manifestation ;
                                         bibo:isbn13 "9780345917423" ;
                                         dct:publisher <http://semanticlibrary.org/publishers/0345> ;
                                         skos:prefLabel "The Hobbit" ;
                                         owl:sameAs <http://semanticlibrary.org/isbn/0345917421> ,
                                                    <http://www4.wiwiss.fu-berlin.de/bookmashup/books/0345917421> ,
                                                    <http://semanticlibrary.org/isbn/9780345917423> .