@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 misc: <http://schemas.semanticlibrary.org/misc/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ov: <http://open.vocab.org/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://openlibrary.org/b/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix ns2: <http://semanticlibrary.org/series/> .

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

<http://semanticlibrary.org/works/6677> misc:dewey_decimal_class "822/.912" ;
                                        skos:note "Rule of three" ;
                                        dct:creator ns0:agatha-christie ;
                                        ov:subtitle "a play in one act." ;
                                        foaf:isPrimaryTopicOf ns1:OL5923018M ;
                                        dct:title "patient" ;
                                        bibo:authorList <http://semanticlibrary.org/groups/90975> ;
                                        dct:hasVersion <http://semanticlibrary.org/items/8953> ;
                                        rdf:type frbr:Work ;
                                        misc:lc_classification "PR6005.H66 P3" ;
                                        dct:isPartOf ns2:frenchs-acting-edition ;
                                        skos:prefLabel "The patient: a play in one act." ;
                                        misc:title_prefix "The" .

ns2:frenchs-acting-edition skos:prefLabel "French's acting edition" .

<http://semanticlibrary.org/items/8953> skos:prefLabel "The patient: a play in one act." .