@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/1021476> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Felice Romani" ;
    ns1:birthDate "1788-01-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3176219/> ;
    ns1:deathDate "1865-01-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Felice Romani" ;
    skos:exactMatch <http://dbpedia.org/resource/Felice_Romani>,
        <http://id.loc.gov/authorities/names/n81017908>,
        <http://www.wikidata.org/entity/Q350103>,
        <https://musicbrainz.org/artist/45018a6f-3b6f-4cfd-a7fc-63d898c1350a> .

