@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/mouw001> a schema1:Person ;
    rdfs:label "Dèr Mouw, J.A.  (1863-1919)" ;
    schema1:alternateName "Adwaita",
        "J.A. Dèr Mouw",
        "J.A. dèr Mouw" ;
    schema1:birthDate "1863-07-24"^^xsd:date ;
    schema1:birthPlace "Westervoort" ;
    schema1:deathDate "1919-07-08"^^xsd:date ;
    schema1:deathPlace "Den Haag" ;
    schema1:familyName "Dèr Mouw" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Johannes Andreas" ;
    schema1:hasOccupation "politicus/staatsman/bestuurder" ;
    schema1:identifier "mouw001" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b69c4390f22a3745100a702e33e53e35> ;
    schema1:name "J.A. Dèr Mouw" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=mouw001> .

