@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/p428288669> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Abc / tekeningen van Claudia Verhelst ; tekst: Auteursgroep Zwijsen" ;
    dcterms1:issued "2020" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p156941031>,
        <http://data.bibliotheken.nl/id/thes/p380128535> ;
    schema1:bookEdition "5e druk" ;
    schema1:description "1e druk: 2014",
        "Omslag vermeldt: Letterboek" ;
    schema1:inLanguage "nl" ;
    schema1:isPartOf <http://data.bibliotheken.nl/id/nbt/p380128217> ;
    schema1:isbn "9789048718863" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eb4f04e2c968bfdb0b0f7f7ae834aed2> ;
    schema1:name "Abc" ;
    schema1:numberOfPages 29 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/6adcef749c607f572abda1660b570000> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1193973204> .

