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

<http://data.bibliotheken.nl/id/dbnla/chur002> a schema1:Person ;
    rdfs:label "Churchill, Winston  (1874-1965)" ;
    schema1:alternateName "Winston Churchill",
        "Winston L. Spencer-Churchill",
        "Winston S. Churchill" ;
    schema1:birthDate "1874-11-30"^^xsd:date ;
    schema1:deathDate "1965-01-24"^^xsd:date ;
    schema1:familyName "Churchill" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Winston Leonard Spencer" ;
    schema1:hasOccupation "politicus/staatsman/bestuurder" ;
    schema1:identifier "chur002" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a8294146ba1cecb324fef0a1aef8b425> ;
    schema1:name "Winston Churchill" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=chur002> .

