@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 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 frbr: <http://purl.org/vocab/frbr/core#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix misc: <http://schemas.semanticlibrary.org/misc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:arthurian-romances skos:prefLabel "Arthurian romances" .

ns1:fiction skos:prefLabel "Fiction" .

ns0:gawain-legendary-character-romances skos:prefLabel "Gawain (Legendary character)--Romances" .

<http://semanticlibrary.org/works/24362> dct:contributor ns2:j-r-r-tolkien ,
                                                         ns2:e-v-gordon ;
                                         foaf:isPrimaryTopicOf ns3:OL14090657M ;
                                         dct:title "Sir Gawain & the Green Knight" ;
                                         dct:hasVersion <http://semanticlibrary.org/items/37570> ;
                                         rdf:type frbr:Work ;
                                         bibo:contributorList <http://semanticlibrary.org/groups/111476> ;
                                         misc:genre ns1:fiction ;
                                         skos:note 'Corrected impression, 1930. First edition, 1925." Includes index and glossary. Includes bibliographical references' ;
                                         skos:prefLabel "Sir Gawain & the Green Knight" ;
                                         dct:subject ns0:arthurian-romances ,
                                                     ns0:gawain-legendary-character-romances ;
                                         misc:by_statement "edited by J. R. R. Tolkien and E. V. Gordon." .

<http://semanticlibrary.org/items/37570> skos:prefLabel "Sir Gawain & the Green Knight" .

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