@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/ruys013> a schema1:Person ;
    rdfs:label "Ruys, Manu  (1924-2017)" ;
    schema1:alternateName "Manu Ruys" ;
    schema1:birthDate "1924-02-25"^^xsd:date ;
    schema1:birthPlace "Antwerpen" ;
    schema1:deathDate "2017-12-07"^^xsd:date ;
    schema1:deathPlace "Brugge" ;
    schema1:familyName "Ruys" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Emmanuel" ;
    schema1:hasOccupation "journalist/redacteur" ;
    schema1:identifier "ruys013" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6c6f55c71cbcaec532bbf5461c85d7a> ;
    schema1:name "Manu Ruys" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=ruys013> .

