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

<http://data.bibliotheken.nl/id/thes/p069683743> a schema1:Person ;
    rdfs:label "Bellefroid, Louis Henri Mathias (1800-1859)" ;
    schema1:birthDate "1800" ;
    schema1:deathDate "1859" ;
    schema1:familyName "Bellefroid" ;
    schema1:givenName "Louis Henri Mathias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bc6d8b25f0dcb9947981047bda14d1bc> ;
    schema1:name "Louis Henri Mathias Bellefroid" ;
    schema1:sameAs <http://viaf.org/viaf/282056364> .

