@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/1021877> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Camille Du Locle" ;
    ns1:birthDate "1832-07-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2989460/> ;
    ns1:deathDate "1903-10-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Camille Du Locle" ;
    skos:exactMatch <http://dbpedia.org/resource/Camille_du_Locle>,
        <http://id.loc.gov/authorities/names/n82063824>,
        <http://www.wikidata.org/entity/Q445273>,
        <https://musicbrainz.org/artist/b6cc6c5d-bc2e-4164-b6a5-4911b2f5a2fb> .

