@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/1027993> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Louis Hurtaut Dancourt" ;
    ns1:birthDate "1725"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1801-07-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Louis Hurtaut Dancourt" ;
    skos:exactMatch <http://dbpedia.org/resource/Louis_Hurtaut_Dancourt>,
        <http://www.wikidata.org/entity/Q3262187>,
        <https://id.loc.gov/authorities/n84088433>,
        <https://musicbrainz.org/artist/da9ee5fd-b5a8-44eb-a370-96be2cd82b79> .

