@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/p094227357> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Bert Loerakker" ;
    dcterms1:issued "1980" ;
    schema1:about <http://data.bibliotheken.nl/id/thes/p068361564> ;
    schema1:inLanguage "und" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7d6ce210d72ca01cc6b0bc51457cc612> ;
    schema1:name "Bert Loerakker" ;
    schema1:numberOfPages 86 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/c98a0912d84b4815e1e801a335599c6f> ;
    schema1:sameAs <http://www.worldcat.org/oclc/781210023> .

