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

<http://data.bibliotheken.nl/id/thes/p39362143X> a schema1:Person ;
    rdfs:label "Werring, Nick (1988-)" ;
    schema1:birthDate "1988" ;
    schema1:familyName "Werring" ;
    schema1:givenName "Nick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/54d7c1b920acf1bc24768333bb63c273> ;
    schema1:name "Nick Werring" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/317184342> .

