@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/1025958> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Apostolo Zeno" ;
    ns1:birthDate "1669-12-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3164603/> ;
    ns1:deathDate "1750-11-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Apostolo Zeno" ;
    skos:exactMatch <http://dbpedia.org/resource/Apostolo_Zeno>,
        <http://www.wikidata.org/entity/Q349507>,
        <https://id.loc.gov/authorities/names/n79089444>,
        <https://musicbrainz.org/artist/f1f28cd0-b32c-4887-9752-af14332135a1> .

