@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/1000081> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luis Jorge Gonzalez" ;
    ns1:birthDate "1936-01-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3837213/> ;
    ns1:deathDate "2016-02-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luis Jorge Gonzalez" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82026569>,
        <http://www.wikidata.org/entity/Q17274686>,
        <https://musicbrainz.org/artist/f442d734-4125-4af1-9496-07cf99b6d76d> .

