@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/1004189> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sebastián Durón" ;
    ns1:birthDate "1660-04-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3127628/> ;
    ns1:deathDate "1716-08-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sebastián Durón" ;
    skos:exactMatch <http://dbpedia.org/resource/Sebasti%C3%A1n_Dur%C3%B3n>,
        <http://id.loc.gov/authorities/names/n84163047>,
        <http://www.wikidata.org/entity/Q328722>,
        <https://musicbrainz.org/artist/24de04d4-ae42-441b-9153-b7a7aed2392c> .

