@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/1007352> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Federico García Lorca" ;
    ns1:birthDate "1898-06-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2517493/> ;
    ns1:deathDate "1936-08-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Federico García Lorca" ;
    skos:exactMatch <http://dbpedia.org/resource/Federico_Garc%C3%ADa_Lorca>,
        <http://id.loc.gov/authorities/names/n79034425>,
        <http://www.wikidata.org/entity/Q41408>,
        <https://musicbrainz.org/artist/3e2efdb0-cd07-40e2-a39f-277c670e1d72> .

