@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/bloe001> a schema1:Person ;
    rdfs:label "Bloem, J.C.  (1887-1966)" ;
    schema1:alternateName "Ego Flos",
        "Fey",
        "J.C. Bloem",
        "Jacques Bloem" ;
    schema1:birthDate "1887-05-10"^^xsd:date ;
    schema1:birthPlace "Oudshoorn" ;
    schema1:deathDate "1966-08-10"^^xsd:date ;
    schema1:deathPlace "Kalenberg" ;
    schema1:familyName "Bloem" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Jacobus Cornelis" ;
    schema1:hasOccupation "advocaat/jurist" ;
    schema1:identifier "bloe001" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a8be3203169f56c39e76693a70396df> ;
    schema1:name "J.C. Bloem" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=bloe001> .

