@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p123728517> a schema1:Person ;
    rdfs:label "Mol Moncourt, A.E.S. de (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "de Mol Moncourt" ;
    schema1:givenName "A.E.S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5e3e423e6fc9b7fe9093b19f230f4a03> ;
    schema1:name "A.E.S. de Mol Moncourt" ;
    schema1:sameAs <http://viaf.org/viaf/285455989>,
        <https://isni.org/isni/0000000391591266> .

