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

ns0:agatha-christie rdfs:label "Agatha Christie" ;
                    skos:prefLabel "Agatha Christie" .

<http://semanticlibrary.org/items/41047> skos:prefLabel "The adventure of the Christmas pudding and a selection of entrées." .

<http://semanticlibrary.org/works/27003> foaf:isPrimaryTopicOf ns1:OL17308427M ;
                                         dct:title "adventure of the Christmas pudding and a selection of entrées." ;
                                         bibo:authorList <http://semanticlibrary.org/groups/114681> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/41047> ;
                                         rdf:type frbr:Work ;
                                         skos:note "Originally published, 1960" ;
                                         skos:prefLabel "The adventure of the Christmas pudding and a selection of entrées." ;
                                         dct:creator ns0:agatha-christie ;
                                         misc:title_prefix "The" .