@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/1026812> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Roland Cardon" ;
    ns1:birthDate "1929-04-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2787769/> ;
    ns1:deathDate "2001-08-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Roland Cardon" ;
    skos:exactMatch <http://dbpedia.org/resource/Roland_Cardon>,
        <http://www.wikidata.org/entity/Q1438771>,
        <https://id.loc.gov/authorities/names/n94119472>,
        <https://musicbrainz.org/artist/d0ed01ad-d0b0-4602-a0e5-ebdf22f28e84> .

