@prefix dcterms1: <http://purl.org/dc/terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bibliotheken.nl/id/nbt/p104094869> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Aftellen / door Alan Ayckbourn" ;
    dcterms1:issued "197X" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068765983> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/072ad5152f9fb056493738f51241ede6> ;
    schema1:name "Aftellen" ;
    schema1:numberOfPages 52 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/124f5de3e20971084fb6994b6bc89b04> ;
    schema1:translationOfWork <https://data.bibliotheken.nl/.well-known/genid/c20aed4556263d496856b473a0d8c85a> .

