@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/1021426> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Francesco Maria Piave" ;
    ns1:birthDate "1810-05-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3172456/> ;
    ns1:deathDate "1876-03-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Francesco Maria Piave" ;
    skos:exactMatch <http://dbpedia.org/resource/Francesco_Maria_Piave>,
        <http://id.loc.gov/authorities/names/n79089277>,
        <http://www.wikidata.org/entity/Q334205>,
        <https://musicbrainz.org/artist/9e319267-684b-4a2a-968c-70d6975c907f> .

