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

<http://data.bibliotheken.nl/id/thes/p260622311> a schema1:Person ;
    rdfs:label "González, Susana" ;
    schema1:description "red." ;
    schema1:familyName "González" ;
    schema1:givenName "Susana" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/811d33b628e3c5f49216f6ce5eeecfb4> ;
    schema1:name "Susana González" ;
    schema1:sameAs <http://viaf.org/viaf/197084434>,
        <https://isni.org/isni/0000000140558277> .

