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

<http://data.bibliotheken.nl/id/thes/p43130355X> a schema1:Person ;
    rdfs:label "Brandt, Herman" ;
    schema1:description "Arubanen en softbal" ;
    schema1:familyName "Brandt" ;
    schema1:givenName "Herman" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/250f1649684136222f51db57f414e7f9> ;
    schema1:name "Herman Brandt" .

