@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/p378623672> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Challenging wind and waves / Marin" ;
    dcterms1:issued "20XX" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p075323583> ;
    schema1:inLanguage "en" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d88289b126adfd53c8f79c4c0b4ead3> ;
    schema1:name "Challenging wind and waves" ;
    schema1:numberOfPages 24 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/7dc5a671eac4c1bca8d458aeac7003d9> ;
    schema1:sameAs <http://www.worldcat.org/oclc/884935768> .

