@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/p456079394> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De witte van boven / Niek Hendriks" ;
    dcterms1:issued "2025" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p078294029> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789493465176" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e0751ce60cd8b5249dcdc58e38c79ff0> ;
    schema1:name "De witte van boven" ;
    schema1:numberOfPages 330 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/3f8d596016f10e6f053a2f4bb3d84406> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1569282746> .

