@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/1010055> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean Absil" ;
    ns1:birthDate "1893-10-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2801517/> ;
    ns1:deathDate "1974-02-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean Absil" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean_Absil>,
        <http://id.loc.gov/authorities/names/n82237502>,
        <http://www.wikidata.org/entity/Q364121>,
        <https://musicbrainz.org/artist/e9eaa30b-8417-4ced-9897-35182c52ea40> .

