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

<http://data.bibliotheken.nl/id/thes/p395150019> a schema1:Person ;
    rdfs:label "Bruyninckx, Tim" ;
    schema1:description "advocaat" ;
    schema1:familyName "Bruyninckx" ;
    schema1:givenName "Tim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/34ab288d3e153c23bef66b90fed71a95> ;
    schema1:name "Tim Bruyninckx" ;
    schema1:sameAs <http://viaf.org/viaf/317190679> .

