@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/p339412399> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Mijn naam is Roelant / Gerard Vanter" ;
    dcterms1:issued "1957" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p070634564> ;
    schema1:genre <http://data.bibliotheken.nl/id/thes/p075629402> ;
    schema1:inLanguage "nl" ;
    schema1:isPartOf <http://data.bibliotheken.nl/id/nbt/p053734203> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/71ef60fed630938c6bc61add1beaba84> ;
    schema1:name "Mijn naam is Roelant" ;
    schema1:numberOfPages 350 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/6ffdc3e44ad3d62b650bd8838c1c74e1> ;
    schema1:sameAs <http://www.worldcat.org/oclc/771985410> .

