@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/dbnla/bloc010> a schema1:Person ;
    rdfs:label "Blockmans, Wim  (1945-)" ;
    schema1:alternateName "W.P. Blockmans",
        "Wim Blockmans" ;
    schema1:birthDate "1945-05-26"^^xsd:date ;
    schema1:birthPlace "Antwerpen" ;
    schema1:familyName "Blockmans" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Willem Pieter" ;
    schema1:hasOccupation "historicus/archeoloog",
        "leraar/docent/hoogleraar" ;
    schema1:identifier "bloc010" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/28f6833b919ed09fe4044003871b0979> ;
    schema1:name "Wim Blockmans" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=bloc010> .

