@prefix schema: <http://schema.org/> .
@prefix genont: <http://www.w3.org/2006/gen/ont#> .
@prefix wdrs:  <http://www.w3.org/2007/05/powder-s#> .
@prefix library: <http://purl.org/library/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix void:  <http://rdfs.org/ns/void#> .
@prefix pto:   <http://www.productontology.org/id/> .
@prefix bgn:   <http://bibliograph.net/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://id.loc.gov/vocabulary/countries/nyu>
        a                   schema:Place ;
        dcterms:identifier  "nyu" .

<http://www.worldcat.org/title/-/oclc/636657988>
        a                    genont:ContentTypeGenericResource , genont:InformationResource ;
        void:inDataset       <http://purl.oclc.org/dataset/WorldCat> ;
        schema:about         <http://www.worldcat.org/oclc/636657988> ;
        schema:dateModified  "2017-07-09" .

<http://www.worldcat.org/oclc/636657988>
        a                           schema:CreativeWork , schema:Book ;
        library:oclcnum             "636657988" ;
        library:placeOfPublication  <http://id.loc.gov/vocabulary/countries/nyu> , <http://dbpedia.org/resource/New_York_City> ;
        schema:about                <http://experiment.worldcat.org/entity/work/data/48666214#Topic/sexualitat> , <http://experiment.worldcat.org/entity/work/data/48666214#Topic/evolution> ;
        schema:bookFormat           bgn:PrintBook ;
        schema:creator              <http://experiment.worldcat.org/entity/work/data/48666214#Person/ridley_matt> ;
        schema:datePublished        "1993" ;
        schema:exampleOfWork        <http://worldcat.org/entity/work/id/48666214> ;
        schema:inLanguage           "en" ;
        schema:name                 "The Red Queen : sex and the evolution of human nature" ;
        schema:productID            "636657988" ;
        schema:publication          <http://www.worldcat.org/title/-/oclc/636657988#PublicationEvent/new_york_viking_1993> ;
        schema:publisher            <http://experiment.worldcat.org/entity/work/data/48666214#Agent/viking> ;
        schema:workExample          <http://worldcat.org/isbn/9780026033404> ;
        wdrs:describedby            <http://www.worldcat.org/title/-/oclc/636657988> .

<http://experiment.worldcat.org/entity/work/data/48666214#Topic/sexualitat>
        a            schema:Intangible ;
        schema:name  "Sexualität" .

<http://experiment.worldcat.org/entity/work/data/48666214#Agent/viking>
        a            bgn:Agent ;
        schema:name  "Viking" .

<http://dbpedia.org/resource/New_York_City>
        a            schema:Place ;
        schema:name  "New York" .

<http://worldcat.org/isbn/9780026033404>
        a            schema:ProductModel ;
        schema:isbn  "9780026033404" , "0026033402" .

<http://experiment.worldcat.org/entity/work/data/48666214#Topic/evolution>
        a            schema:Intangible ;
        schema:name  "Evolution" .

<http://experiment.worldcat.org/entity/work/data/48666214#Person/ridley_matt>
        a                  schema:Person ;
        schema:familyName  "Ridley" ;
        schema:givenName   "Matt" ;
        schema:name        "Matt Ridley" .

<http://www.worldcat.org/title/-/oclc/636657988#PublicationEvent/new_york_viking_1993>
        a                 schema:PublicationEvent ;
        schema:location   <http://dbpedia.org/resource/New_York_City> ;
        schema:organizer  <http://experiment.worldcat.org/entity/work/data/48666214#Agent/viking> ;
        schema:startDate  "1993" .
