@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/frij005> a schema1:Person ;
    rdfs:label "Frijhoff, Willem  (1942-2024)" ;
    schema1:alternateName "Willem Frijhoff" ;
    schema1:birthDate "1942-05-31"^^xsd:date ;
    schema1:birthPlace "Zutphen" ;
    schema1:deathDate "2024-04-05"^^xsd:date ;
    schema1:deathPlace "Rotterdam" ;
    schema1:familyName "Frijhoff" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Wilhelmus Theodorus Maria" ;
    schema1:hasOccupation "historicus/archeoloog" ;
    schema1:identifier "frij005" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/77d547c4911458861ce9b7e95eaf7215> ;
    schema1:name "Willem Frijhoff" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=frij005> .

