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

<http://semanticlibrary.org/works/32515> foaf:isPrimaryTopicOf ns0:OL22629739M ;
                                         dct:contributor ns1:e-v-gordon ,
                                                         ns1:j-r-r-tolkien ;
                                         dct:title "Sir Gawain and the Green Knight" ;
                                         dct:hasVersion <http://semanticlibrary.org/items/47755> ;
                                         rdf:type frbr:Work ;
                                         bibo:contributorList <http://semanticlibrary.org/groups/121344> ;
                                         skos:note "First published: Oxford: Oxford University Press,1925" ;
                                         skos:prefLabel "Sir Gawain and the Green Knight" ;
                                         misc:by_statement "edited by J.R.R.Tolkien and E.V.Gordon." .

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

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