@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/otte014> a schema1:Person ;
    rdfs:label "Ottema, Nanne  (1874-1955)" ;
    schema1:alternateName "Nanne Ottema" ;
    schema1:birthDate "1874-05-04"^^xsd:date ;
    schema1:birthPlace "Leeuwarden" ;
    schema1:deathDate "1955-06-20"^^xsd:date ;
    schema1:deathPlace "Leeuwarden" ;
    schema1:familyName "Ottema" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Nanne" ;
    schema1:hasOccupation "advocaat/jurist",
        "kunsthistoricus/kunsthandelaar" ;
    schema1:identifier "otte014" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e67dc12e3e3184e36fc594d805a6b46d> ;
    schema1:name "Nanne Ottema" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=otte014> .

