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

<http://data.bibliotheken.nl/id/thes/p313899401> a schema1:Person ;
    rdfs:label "Latus, Amy (1965-)" ;
    schema1:birthDate "1965" ;
    schema1:familyName "Latus" ;
    schema1:givenName "Amy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d926de3bf0aa63cf8bfc4a57d53b321b> ;
    schema1:name "Amy Latus" ;
    schema1:sameAs <http://viaf.org/viaf/1912056>,
        <https://isni.org/isni/0000000047754804> .

