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

<http://data.bibliotheken.nl/id/thes/p068467605> a schema1:Person ;
    rdfs:label "Parsons, Talcott (1902-1979)" ;
    schema1:alternateName "Parsons, Tallcot",
        "Parsons, Tallcott" ;
    schema1:birthDate "1902" ;
    schema1:deathDate "1979" ;
    schema1:familyName "Parsons" ;
    schema1:givenName "Talcott" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2537f4d105fd4d82f76cb6b1e4958c18> ;
    schema1:name "Talcott Parsons" ;
    schema1:sameAs <http://viaf.org/viaf/29546994>,
        wd:Q203913,
        <https://isni.org/isni/0000000121258615> .

