@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/1002189> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Floro M. Ugarte" ;
    ns1:birthDate "1884-09-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3435910/> ;
    ns1:deathDate "1975-06-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Floro M. Ugarte" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1369243>,
        <https://id.loc.gov/authorities/no92019635>,
        <https://musicbrainz.org/artist/fbee3313-7ec2-48aa-8e4b-41cb78c557e8> .

