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

<http://data.bibliotheken.nl/id/thes/p126585113> a schema1:Person ;
    rdfs:label "Mathias, Jack" ;
    schema1:alternateName "Mathias, J.A" ;
    schema1:description "Freshwater Institute, Canada" ;
    schema1:familyName "Mathias" ;
    schema1:givenName "Jack" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd1698de4c121998a642d30934599c00> ;
    schema1:name "Jack Mathias" ;
    schema1:sameAs <http://viaf.org/viaf/94623114>,
        <https://isni.org/isni/0000000066560001> .

