@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/1020795> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Girolamo Parabosco" ;
    ns1:birthPlace <https://sws.geonames.org/3171058/> ;
    ns1:deathDate "1557-04-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Girolamo Parabosco" ;
    skos:exactMatch <http://dbpedia.org/resource/Girolamo_Parabosco>,
        <http://id.loc.gov/authorities/names/n83197259>,
        <https://musicbrainz.org/artist/b2e9d103-c9f9-4ed7-83c4-107f26d168e8> .

