@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/1030510> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicolas Siret" ;
    ns1:birthDate "1663-03-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2971549/> ;
    ns1:deathDate "1754-06-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nicolas Siret" ;
    skos:exactMatch <http://dbpedia.org/resource/Nicolas_Siret>,
        <http://www.wikidata.org/entity/Q2757994>,
        <https://id.loc.gov/authorities/n85162145>,
        <https://musicbrainz.org/artist/5593eb30-f9da-4218-881c-09f7e94c90cb> .

