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

<http://data.bibliotheken.nl/id/thes/p323247636> a schema1:Person ;
    rdfs:label "Cruz, Aline da (1980-)" ;
    schema1:alternateName "Cruz, A. da",
        "Da Cruz, A." ;
    schema1:birthDate "1980" ;
    schema1:familyName "da Cruz" ;
    schema1:givenName "Aline" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c910cf0a66c85ec0010f6dbfd4e70b8e> ;
    schema1:name "Aline da Cruz" ;
    schema1:sameAs <http://viaf.org/viaf/287965032>,
        <https://isni.org/isni/0000000393658743> .

