@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/p316653632> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Anna Bijns Prijs" ;
    dcterms1:issued "200X" ;
    schema1:associatedMedia "http://www.annabijnsprijs.nl/" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p075372991> ;
    schema1:bookFormat schema1:EBook ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7cb92f16cd9c4bcaec7de19a1004ea1e> ;
    schema1:name "Anna Bijns Prijs" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/34cce5259a9762d13ce1ba33cf4f4cbe> ;
    schema1:sameAs <http://www.worldcat.org/oclc/778288979> .

