@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bV0jUL>
  ns0:birthDate "1873"^^xsd:string ;
  ns0:deathDate "1940"^^xsd:string ;
  ns0:name "A.S. de Blécourt (1873-1940)"@nl ;
  ns0:givenName "Anne Siberdinus "^^xsd:string ;
  ns0:familyName "de Blécourt"^^xsd:string ;
  ns0:hasOccupation "rechtsgeleerde"@nl ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p069941033> ;
  ns0:subjectOf <http://www.biografischportaal.nl/persoon/86257856> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93666> ;
  ns0:additionalName [
    ns1:baseSurname "Blécourt"^^xsd:string ;
    ns1:surnamePrefix "de"^^xsd:string
  ] .

