@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/brut002> a schema1:Person ;
    rdfs:label "Brutel de la Rivière, J.  (1669-1742)" ;
    schema1:alternateName "J. Brutel de la Rivière" ;
    schema1:birthDate "1669-08-17"^^xsd:date ;
    schema1:deathDate "1742-08-14"^^xsd:date ;
    schema1:deathPlace "Amsterdam" ;
    schema1:familyName "Brutel de la Rivière" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Jean" ;
    schema1:hasOccupation "herv./geref. predikant/leraar" ;
    schema1:identifier "brut002" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df5d8dd1df89107d2105c4a895a567ae> ;
    schema1:name "J. Brutel de la Rivière" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=brut002> .

