@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix agentes: <http://vocabs.rossio.fcsh.unl.pt/agentes/> .
@prefix bf: <http://id.loc.gov/ontologies/bibframe/> .
@prefix gvp: <http://vocab.getty.edu/ontology#> .
@prefix tesauro: <http://vocabs.rossio.fcsh.unl.pt/tesauro/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://viaf.org/viaf/52823558> skos:exactMatch agentes:c_9cf231b8 .
agentes:c_9cf231b8
  a bf:Person, skos:Concept ;
  skos:altLabel "Luís Pavão"@pt, "Luís Pavão"@en ;
  skos:exactMatch <http://viaf.org/viaf/52823558> ;
  gvp:agentType tesauro:c_f4745adb ;
  skos:inScheme agentes: ;
  skos:prefLabel "Pavão, Luís, 1954-"@pt, "Pavão, Luís, 1954-"@en ;
  dc:created "2021-01-14T10:00:00"^^xsd:dateTime ;
  schema:birthDate "1954" .

schema:birthDate rdfs:label "Date of birth"@en, "Data de nascimento"@pt .
agentes:
  rdfs:label "ROSSIO Agents"@en, "Agentes ROSSIO"@pt ;
  skos:prefLabel "ROSSIO Agents"@en, "Agentes ROSSIO"@pt ;
  a skos:ConceptScheme, owl:Ontology .

gvp:agentType rdfs:label "Tipo de agente"@pt, "Agent type"@en .
bf:Person
  rdfs:label "Pessoa"@pt, "Person"@en ;
  a owl:Class .

