@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/1023605> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Romain Bussine" ;
    ns1:birthDate "1830-11-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1899-12-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Romain Bussine" ;
    skos:exactMatch <http://dbpedia.org/resource/Romain_Bussine>,
        <http://www.wikidata.org/entity/Q76806>,
        <https://id.loc.gov/authorities/names/n86099968>,
        <https://musicbrainz.org/artist/0d88cd5e-d9d1-448b-ae31-5e0194feef78> .

