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

ns0:fiction skos:prefLabel "Fiction" .

ns0:poetry skos:prefLabel "Poetry" .

<http://semanticlibrary.org/works/3163> dct:contributor ns1:joan-turville-petre ,
                                                        ns1:j-r-r-tolkien ;
                                        misc:dewey_decimal_class "829/.1" ;
                                        bibo:contributorList <http://semanticlibrary.org/groups/86549> ;
                                        misc:genre ns0:poetry ,
                                                   ns0:fiction ;
                                        skos:note "Bibliography: p. [ix]-x. Includes index" ;
                                        foaf:isPrimaryTopicOf ns2:OL3069401M ,
                                                              <http://www.librarything.com/work/4991185> ;
                                        dct:title "Old English Exodus" ;
                                        dct:hasVersion <http://semanticlibrary.org/items/4174> ;
                                        rdf:type frbr:Work ;
                                        misc:lc_classification "PR1609.A3 T6 1981" ;
                                        skos:prefLabel "The Old English Exodus" ;
                                        misc:title_prefix "The" ;
                                        dct:subject ns3:exodus-the ;
                                        misc:by_statement "text, translation, and commentary by J.R.R. Tolkien ; edited by Joan Turville-Petre." .

ns3:exodus-the skos:prefLabel "Exodus, The" .

<http://semanticlibrary.org/items/4174> skos:prefLabel "The Old English Exodus: text, translation and commentary" ,
                                                       "The Old English Exodus" .

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