@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/1003776> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Fred Raymond" ;
    ns1:birthDate "1900-01-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:deathDate "1954-01-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Fred Raymond" ;
    skos:exactMatch <http://dbpedia.org/resource/Fred_Raymond>,
        <http://id.loc.gov/authorities/names/no91028359>,
        <http://www.wikidata.org/entity/Q86235>,
        <https://musicbrainz.org/artist/f71e2d94-0bf8-471c-99df-ea95c506677b> .

