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

<http://semanticlibrary.org/items/27144> skos:prefLabel "The Two Towers (The Lord of the Rings, Book 2)" .

<http://semanticlibrary.org/works/15922> dct:contributor ns0:rob-inglis ;
                                         foaf:isPrimaryTopicOf ns1:OL9823508M ;
                                         dct:title "The Two Towers (The Lord of the Rings, Book 2)" ;
                                         bibo:authorList <http://semanticlibrary.org/groups/102273> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/27144> ;
                                         rdf:type frbr:Work ;
                                         bibo:contributorList <http://semanticlibrary.org/groups/102272> ;
                                         misc:genre ns2:juvenile ,
                                                    ns2:fiction ;
                                         dct:isPartOf ns3:lord-of-the-rings ;
                                         skos:prefLabel "The Two Towers (The Lord of the Rings, Book 2)" ;
                                         dct:creator ns0:j-r-r-tolkien .

ns2:fiction skos:prefLabel "Fiction" .

ns2:juvenile skos:prefLabel "Juvenile" .

ns3:lord-of-the-rings skos:prefLabel "Lord of the Rings" .

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