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

<http://semanticlibrary.org/works/17823> foaf:isPrimaryTopicOf ns0:OL10979971M ;
                                         dct:title "142 Escaleras, Las" ;
                                         bibo:authorList <http://semanticlibrary.org/groups/104315> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/29857> ;
                                         rdf:type frbr:Work ;
                                         misc:genre ns1:fiction ,
                                                    ns1:juvenile ;
                                         skos:prefLabel "142 Escaleras, Las" ;
                                         dct:creator ns2:j-k-rowling .

ns1:fiction skos:prefLabel "Fiction" .

ns1:juvenile skos:prefLabel "Juvenile" .

<http://semanticlibrary.org/items/29857> skos:prefLabel "142 Escaleras, Las" .

ns2:j-k-rowling rdfs:label "J. K. Rowling" ;
                skos:prefLabel "J. K. Rowling" .