@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/1015525> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Orlando de la Rosa" ;
    ns1:birthDate "1919-04-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3553478/> ;
    ns1:deathDate "1957-11-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Orlando de la Rosa" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2008021519>,
        <http://www.wikidata.org/entity/Q111049581>,
        <https://musicbrainz.org/artist/da9fcd24-f0ee-40d4-a90c-d6e8b722b67c> .

