@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/1029381> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Damien Chazelle" ;
    ns1:birthDate "1985-01-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5224151/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/fmk> ;
    ns1:name "Damien Chazelle" ;
    skos:exactMatch <http://dbpedia.org/resource/Damien_Chazelle>,
        <http://www.wikidata.org/entity/Q18350026>,
        <https://id.loc.gov/authorities/no2011192450>,
        <https://musicbrainz.org/artist/84f2df21-30ca-45c9-9aab-4820414a1041> .

