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

<http://data.bibliotheken.nl/id/thes/p070824010> a schema1:Person ;
    rdfs:label "Bos, Alfred" ;
    schema1:description "muziek" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Alfred" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f5a97e19e8ec810bf54a86daa0052af7> ;
    schema1:name "Alfred Bos" ;
    schema1:sameAs <http://viaf.org/viaf/1464164298388708630002>,
        <https://isni.org/isni/0000000042101353> .

