@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://semanticlibrary.org/people/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .

<http://semanticlibrary.org/items/43343> skos:prefLabel "Feet of clay." .

ns0:terry-pratchett rdfs:label "Terry Pratchett" ;
                    skos:prefLabel "Terry Pratchett" .

<http://semanticlibrary.org/works/28787> foaf:isPrimaryTopicOf ns1:OL19001605M ;
                                         dct:title "Feet of clay." ;
                                         bibo:authorList <http://semanticlibrary.org/groups/116886> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/43343> ;
                                         rdf:type frbr:Work ;
                                         skos:prefLabel "Feet of clay." ;
                                         dct:creator ns0:terry-pratchett .