@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/loo_012> a schema1:Person ;
    rdfs:label "Loo, Vilan van de (1961-)" ;
    schema1:alternateName "Vilan van de Loo" ;
    schema1:birthDate "1961-11-15"^^xsd:date ;
    schema1:birthPlace "Eindhout" ;
    schema1:familyName "van de Loo" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Vilan" ;
    schema1:identifier "loo_012" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d7cbd354781481c75e8bfd05638a1c4e> ;
    schema1:name "Vilan van de Loo" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=loo_012> .

