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

<http://data.bibliotheken.nl/id/thes/p213037998> a schema1:Person ;
    rdfs:label "Span, Ike" ;
    schema1:familyName "Span" ;
    schema1:givenName "Ike" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6d95373a13c1d3969ff1029774568deb> ;
    schema1:name "Ike Span" ;
    schema1:sameAs <http://viaf.org/viaf/279956525>,
        <https://isni.org/isni/0000000387098903> .

