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

<http://data.bibliotheken.nl/id/thes/p174888767> a schema1:Person ;
    rdfs:label "Braam, L.J." ;
    schema1:familyName "Braam" ;
    schema1:givenName "L.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e23db4f531f8e59bb118d708386b87b2> ;
    schema1:name "L.J. Braam" ;
    schema1:sameAs <http://viaf.org/viaf/288046375> .

