@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/p42790224X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Het ijzeren gevaar / Femke van Werkhoven" ;
    dcterms1:issued "2020" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p403866510> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789059523746" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/302f9cca8ab24951962364ed4ac09c18> ;
    schema1:name "Het ijzeren gevaar" ;
    schema1:numberOfPages 61 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/599ccb4de5d46ab1232b3a07d9d90fc3> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1204107319> .

