@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 dct: <http://purl.org/dc/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/> .
@prefix misc: <http://schemas.semanticlibrary.org/misc/terms/> .

ns0:terry-pratchett rdfs:label "Terry Pratchett" ;
                    skos:prefLabel "Terry Pratchett" .

<http://semanticlibrary.org/works/28636> dct:contributor ns0:cristina-macia ;
                                         foaf:isPrimaryTopicOf ns1:OL18863847M ;
                                         dct:title "Brujerias" ;
                                         bibo:authorList <http://semanticlibrary.org/groups/116705> ;
                                         dct:hasVersion <http://semanticlibrary.org/items/43159> ;
                                         rdf:type frbr:Work ;
                                         bibo:contributorList <http://semanticlibrary.org/groups/116706> ;
                                         dct:isPartOf ns2:discworld ;
                                         skos:prefLabel "Brujerias" ;
                                         dct:creator ns0:terry-pratchett ;
                                         misc:by_statement "traduccion de Cristina Macia." .

<http://semanticlibrary.org/items/43159> skos:prefLabel "Brujerias" .

ns2:discworld skos:prefLabel "Discworld" .