@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/1027705> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joachim Relin" ;
    ns1:birthDate "1921-07-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2951595/> ;
    ns1:deathDate "2010"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Joachim Relin" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q23062055>,
        <https://musicbrainz.org/artist/9ca5e6bd-5d88-4542-a4fd-b8d30e7116c7> .

