@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/p126112428> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De zeeroover van Vuurland / door B. Knoop" ;
    dcterms1:issued "1931" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p073508705> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4d98f35156857a02faa82a91af704b6b> ;
    schema1:name "De zeeroover van Vuurland" ;
    schema1:numberOfPages 228 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/9e9d9d80b84c1be7d6e342d74d90fcf7> ;
    schema1:sameAs <http://www.worldcat.org/oclc/69231385> .

