@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/1024367> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leopoldo Marenco" ;
    ns1:birthDate "1831-08-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3178930/> ;
    ns1:deathDate "1899-04-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Leopoldo Marenco" ;
    skos:exactMatch <http://dbpedia.org/resource/Leopoldo_Marenco>,
        <http://www.wikidata.org/entity/Q3830705>,
        <https://id.loc.gov/authorities/names/n83156002>,
        <https://musicbrainz.org/artist/4ce2835b-a811-40f2-8a0c-a78eec64be15> .

