@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/p442973802> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Over grenzen / Mark Elchardus" ;
    dcterms1:issued "2024" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p071689028> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789464750911" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7bf8b1f88cd26c500d6d376156d0a3f0> ;
    schema1:name "Over grenzen" ;
    schema1:numberOfPages 174 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/f16f4988da1f365523e7c435ec32c978> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1437823129> .

