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

<http://data.bibliotheken.nl/id/thes/p069598142> a schema1:Person ;
    rdfs:label "Pols, André-Marie (1893-1971)" ;
    schema1:alternateName "Pols, A.-M.",
        "Pols, A.M." ;
    schema1:birthDate "1893" ;
    schema1:deathDate "1971" ;
    schema1:description "Belgisch musicoloog en musicograaf",
        "bron: https://nl.wikipedia.org/wiki/Andr%C3%A9_M._Pols" ;
    schema1:familyName "Pols" ;
    schema1:givenName "André-Marie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/575d8b03eb76ca8ded6e6b9a16f0cfcf> ;
    schema1:name "André-Marie Pols" ;
    schema1:sameAs <http://viaf.org/viaf/68765420>,
        <https://isni.org/isni/0000000116649400> .

