@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 dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://semanticlibrary.org/people/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://openlibrary.org/b/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix ns3: <http://semanticlibrary.org/series/> .
@prefix misc: <http://schemas.semanticlibrary.org/misc/terms/> .
@prefix ns4: <http://semanticlibrary.org/genres/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:fantasy skos:prefLabel "Fantasy" .

<http://semanticlibrary.org/works/13398> dct:contributor ns1:dick-hill ;
                                         foaf:isPrimaryTopicOf ns2:OL8893346M ;
                                         dct:title "Masterharper of Pern, The (Dragonriders of Pern)" ;
                                         bibo:authorList <http://semanticlibrary.org/groups/99339> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/22049> ;
                                         rdf:type frbr:Work ;
                                         bibo:contributorList <http://semanticlibrary.org/groups/99338> ;
                                         dct:isPartOf ns3:dragonriders-of-pern ;
                                         misc:genre ns4:science-fiction ,
                                                    ns4:fiction ,
                                                    ns4:fantasy ;
                                         skos:prefLabel "Masterharper of Pern, The (Dragonriders of Pern)" ;
                                         dct:subject ns0:audiobooks ,
                                                     ns0:fantasy ,
                                                     ns0:fiction ;
                                         dct:creator ns1:anne-mccaffrey .

ns3:dragonriders-of-pern skos:prefLabel "Dragonriders of Pern" .

<http://semanticlibrary.org/items/22049> skos:prefLabel "Masterharper of Pern, The (Dragonriders of Pern)" .

ns4:fiction skos:prefLabel "Fiction" .

ns0:audiobooks skos:prefLabel "Audiobooks" .

ns1:anne-mccaffrey rdfs:label "Anne McCaffrey" ,
                              "Anne Mccaffrey" ;
                   skos:prefLabel "Anne McCaffrey" .

ns4:science-fiction skos:prefLabel "Science fiction" .

ns0:fiction skos:prefLabel "Fiction" .

ns4:fantasy skos:prefLabel "Fantasy" .

ns1:dick-hill skos:prefLabel "Dick Hill" .