@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p45557331X> a schema1:Person ;
    rdfs:label "Luque López, Sergio" ;
    schema1:description "fotograaf" ;
    schema1:familyName "Luque López" ;
    schema1:givenName "Sergio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/67706d80fe4157af46f7e3c09ddea5f2> ;
    schema1:name "Sergio Luque López" .

