@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/1029328> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean-Baptiste Cardon" ;
    ns1:birthDate "1760"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2983891/> ;
    ns1:deathDate "1803-03-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean-Baptiste Cardon" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q786847>,
        <https://id.loc.gov/authorities/n89632739>,
        <https://musicbrainz.org/artist/4f02f02c-b50b-44fa-9e90-6a7178888321> .

