@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/1030230> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Robiquet" ;
    ns1:birthDate "1848-10-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3017382/> ;
    ns1:deathDate "1928-01-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Paul Robiquet" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q18508576>,
        <https://id.loc.gov/authorities/nr88002932>,
        <https://musicbrainz.org/artist/8fd5647c-efb4-44d8-96b6-cf167657f1e6> .

