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

<http://data.bibliotheken.nl/id/thes/p370104579> a schema1:Person ;
    rdfs:label "Visser, Ilja" ;
    schema1:description "mode-ontwerper" ;
    schema1:familyName "Visser" ;
    schema1:givenName "Ilja" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8e9734d232791b12d54d1473d86bf64> ;
    schema1:name "Ilja Visser" ;
    schema1:sameAs <http://viaf.org/viaf/305835645> .

