@prefix dcterms1: <http://purl.org/dc/terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/nbt/p330838121> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De ouderwetse auto / Ruth Ainsworth" ;
    dcterms1:issued "19XX" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068800428> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/39d8d49b68c2e7258f33d76c87d5e0ec> ;
    schema1:name "De ouderwetse auto" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/bb367279859b5fe9c0e630b0d4d67b73> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1078443075> .

