@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://openlibrary.org/b/> .
@prefix dct: <http://purl.org/dc/terms/> .
@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/people/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:fantasy skos:prefLabel "Fantasy" .

<http://semanticlibrary.org/works/20953> foaf:isPrimaryTopicOf ns1:OL12393325M ;
                                         dct:title "Le Seign DES Anneux" ;
                                         bibo:authorList <http://semanticlibrary.org/groups/107743> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/33298> ;
                                         rdf:type frbr:Work ;
                                         misc:genre ns2:fantasy ,
                                                    ns2:fiction ;
                                         skos:prefLabel "Le Seign DES Anneux" ;
                                         dct:subject ns0:fantasy ;
                                         dct:creator ns3:j-r-r-tolkien .

ns2:fiction skos:prefLabel "Fiction" .

<http://semanticlibrary.org/items/33298> skos:prefLabel "Le Seign DES Anneux" .

ns2:fantasy skos:prefLabel "Fantasy" .

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