@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/1027922> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marcel Quinet" ;
    ns1:birthDate "1915-07-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2801922/> ;
    ns1:deathDate "1986-12-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Marcel Quinet" ;
    skos:exactMatch <http://dbpedia.org/resource/Marcel_Quinet>,
        <http://www.wikidata.org/entity/Q553981>,
        <https://id.loc.gov/authorities/n80067484>,
        <https://musicbrainz.org/artist/b69fd510-0514-4634-b903-b7ac69bcd500> .

