@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/1023668> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel Machado" ;
    ns1:birthDate "1874-08-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2510911/> ;
    ns1:deathDate "1947-01-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Manuel Machado" ;
    skos:exactMatch <http://dbpedia.org/resource/Manuel_Machado_(poet_and_playwright)>,
        <http://www.wikidata.org/entity/Q577495>,
        <https://id.loc.gov/authorities/names/n79095615>,
        <https://musicbrainz.org/artist/624af78c-84de-44fd-a6b9-d7a778a225d6> .

