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

<http://data.bibliotheken.nl/id/thes/p12123312X> a schema1:Person ;
    rdfs:label "Huygens, Marinus Willem" ;
    schema1:familyName "Huygens" ;
    schema1:givenName "Marinus Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/49bc888709658f306fd4371e5429115d> ;
    schema1:name "Marinus Willem Huygens" ;
    schema1:sameAs <http://viaf.org/viaf/287562190>,
        <https://isni.org/isni/0000000393337018> .

