@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/p443345406> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De rode baret / Hetty Lalleman" ;
    dcterms1:issued "2024" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p091401984> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789033804540" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5330fac6ebed8e27f02be4c2208a82f2> ;
    schema1:name "De rode baret" ;
    schema1:numberOfPages 303 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/9e4bb169f806c22682c7d7f3e899df51> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1462897940> .

