@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/cout010> a schema1:Person ;
    rdfs:label "Coutinho, M.  (1913-1992)" ;
    schema1:alternateName "M. Coutinho" ;
    schema1:birthDate "1913"^^xsd:gYear ;
    schema1:deathDate "1992"^^xsd:gYear ;
    schema1:familyName "Coutinho" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Maurice Sigismund (Bob)" ;
    schema1:hasOccupation "vertaler" ;
    schema1:identifier "cout010" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a087a926ab6e5091d6b4d509409158c> ;
    schema1:name "M. Coutinho" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=cout010> .

