@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/1028475> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francisco Coll" ;
    ns1:birthDate "1985"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2509954/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Francisco Coll" ;
    skos:exactMatch <http://dbpedia.org/resource/Francisco_Coll_Garc%C3%ADa>,
        <http://www.wikidata.org/entity/Q2892110>,
        <https://id.loc.gov/authorities/no2008157639>,
        <https://musicbrainz.org/artist/45c0fb6c-1c2b-4498-885b-9f511c8ff118> .

