@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/p067230563> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "A tale of two cities" ;
    dcterms1:issued "1990" ;
    schema1:about <http://data.bibliotheken.nl/id/thes/p075628937>,
        <http://data.bibliotheken.nl/id/thes/p075663783>,
        <http://data.bibliotheken.nl/id/thes/p075667681> ;
    schema1:inLanguage "en",
        "nl" ;
    schema1:isbn "9073457017" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1bc08fe31c4926f2ce0228625e77e349> ;
    schema1:name "A tale of two cities" ;
    schema1:numberOfPages 16 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/4e04b032ef6438d6937c7ded902a2606> ;
    schema1:sameAs <http://www.worldcat.org/oclc/65596891> .

