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

<http://data.bibliotheken.nl/id/thes/p329619640> a schema1:Person ;
    rdfs:label "McGrath, S.J. (1966-)" ;
    schema1:alternateName "MacGrath, S.J." ;
    schema1:birthDate "1966" ;
    schema1:familyName "McGrath" ;
    schema1:givenName "S.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cdbf769ddedaa8da1d5786ca2cb61d28> ;
    schema1:name "S.J. McGrath" ;
    schema1:sameAs <http://viaf.org/viaf/3653557>,
        wd:Q56596974,
        <https://isni.org/isni/0000000121182964> .

