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

<http://data.bibliotheken.nl/id/thes/p074552767> a schema1:Person ;
    rdfs:label "Sadio, Syaka (1956-)" ;
    schema1:birthDate "1956" ;
    schema1:familyName "Sadio" ;
    schema1:givenName "Syaka" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/586ce4ac4b5131e9b0ba6ec49f441204> ;
    schema1:name "Syaka Sadio" ;
    schema1:sameAs <http://viaf.org/viaf/36969916>,
        <https://isni.org/isni/0000000001923246> .

