@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/1014070> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manoel Dias de Oliveira" ;
    ns1:birthDate "1735"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/3446420/> ;
    ns1:deathDate "1813-08-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Manoel Dias de Oliveira" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2047528>,
        <https://id.loc.gov/authorities/n93111938>,
        <https://musicbrainz.org/artist/6d3a467c-5d89-4a97-bd7b-32680ebb0d73> .

