@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/> .
@prefix ov: <http://open.vocab.org/terms/> .

ns0:robert-a-heinlein rdfs:label "Robert A. Heinlein" ;
                      skos:prefLabel "Robert A. Heinlein" .

<http://semanticlibrary.org/items/8937> skos:prefLabel "Farnham's freehold: a novel" .

<http://semanticlibrary.org/works/6661> foaf:isPrimaryTopicOf ns1:OL5915405M ;
                                        dct:title "Farnham's freehold" ;
                                        bibo:authorList <http://semanticlibrary.org/groups/90955> ;
                                        dct:hasVersion <http://semanticlibrary.org/items/8937> ;
                                        rdf:type frbr:Work ;
                                        misc:lc_classification "PZ3.H364 Far" ,
                                                               "PS3515.E288 Far" ;
                                        skos:prefLabel "Farnham's freehold: a novel" ;
                                        skos:note "A short version of this novel...appeared in Worlds of if magazine, 1964" ;
                                        dct:creator ns0:robert-a-heinlein ;
                                        misc:by_statement "by Robert A. Heinlein." ;
                                        ov:subtitle "a novel" .