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

<http://data.bibliotheken.nl/id/thes/p409813907> a schema1:Person ;
    rdfs:label "Bos, Barbara" ;
    schema1:description "Museum Voorlinden" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Barbara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b35b3b77b6d7139dfedbc3c87e1fa40> ;
    schema1:name "Barbara Bos" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/508149294564480522816>,
        <https://isni.org/isni/0000000461011109> .

