@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/1030271> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Victor Capoul" ;
    ns1:birthDate "1839-02-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972315/> ;
    ns1:deathDate "1924-02-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Victor Capoul" ;
    skos:exactMatch <http://dbpedia.org/resource/Victor_Capoul>,
        <http://www.wikidata.org/entity/Q3557211>,
        <https://id.loc.gov/authorities/n84193515>,
        <https://musicbrainz.org/artist/0db7f19d-747f-4538-9b20-56d66c656c86> .

