@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1006002> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emanuel Adriaensen" ;
    ns1:birthPlace <https://sws.geonames.org/2803138/> ;
    ns1:deathDate "1604-02-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emanuel Adriaensen" ;
    skos:exactMatch <http://dbpedia.org/resource/Emmanuel_Adriaenssen>,
        <http://id.loc.gov/authorities/names/n83134773>,
        <https://musicbrainz.org/artist/3c939ae4-01e9-4b8e-9492-2c6420b1f511> .

