@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/p188291008> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De gouden dubloen / J.R. van der Lans" ;
    dcterms1:issued "1883" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p07146073X> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/06bcfb0e5ba25f6cb636f4800642653d> ;
    schema1:name "De gouden dubloen" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/ed8abc33cc63232e2bdd7ba85fb6c338> ;
    schema1:sameAs <http://www.worldcat.org/oclc/150053749> .

