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

ns0:fantasy skos:prefLabel "Fantasy" .

ns0:baggins-bilbo-fictitious-character skos:prefLabel "Baggins, Bilbo (Fictitious character)" .

<http://semanticlibrary.org/works/2102> misc:dewey_decimal_class "[Fic]" ;
                                        misc:genre ns1:fantasy ,
                                                   ns1:fiction ;
                                        skos:note "Bound in leather" ;
                                        dct:creator ns2:j-r-r-tolkien ;
                                        foaf:isPrimaryTopicOf ns3:OL1937352M ;
                                        dct:title "hobbit, or, There and back again" ;
                                        bibo:authorList <http://semanticlibrary.org/groups/85226> ;
                                        dct:hasVersion <http://semanticlibrary.org/items/2682> ;
                                        rdf:type frbr:Work ;
                                        dct:abstract "Bilbo Baggins, a respectable, well-to-do hobbit, lives comfortably in his hobbit-hole until the day the wandering wizard Gandalf chooses him to take part in an adventure from which he may never return." ;
                                        misc:lc_classification "PZ7.T5744 Ho 1990" ;
                                        elements:variantTitle "Hobbit." ,
                                                              "There and back again." ;
                                        skos:prefLabel "The hobbit, or, There and back again" ;
                                        dct:subject ns0:fantasy ,
                                                    ns0:baggins-bilbo-fictitious-character ,
                                                    ns0:middle-earth-imaginary-place-fiction ;
                                        misc:title_prefix "The" ;
                                        misc:by_statement "by J.R.R. Tolkien ; illustrated by the author ; frontispiece by Michael Hague." .

<http://semanticlibrary.org/items/2682> skos:prefLabel "The hobbit, or, There and back again" .

ns0:middle-earth-imaginary-place-fiction skos:prefLabel "Middle Earth (Imaginary place)--Fiction" .

ns1:fiction skos:prefLabel "Fiction" .

ns1:fantasy skos:prefLabel "Fantasy" .

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