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

<http://data.bibliotheken.nl/id/thes/p321778405> a schema1:Person ;
    rdfs:label "Collinge, Johanna" ;
    schema1:familyName "Collinge" ;
    schema1:givenName "Johanna" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/863ea02e8317080b7d5182e2128dc8ed> ;
    schema1:name "Johanna Collinge" ;
    schema1:sameAs <http://viaf.org/viaf/289007468>,
        <https://isni.org/isni/0000000368824885> .

