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

<http://viaf.org/viaf/18048077> skos:exactMatch agentes:c_ed961432 .
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 .

<http://vocab.getty.edu/ulan/500028579> skos:exactMatch agentes:c_ed961432 .
gvp:agentType rdfs:label "Tipo de agente"@pt, "Agent type"@en .
bf:Person
  rdfs:label "Pessoa"@pt, "Person"@en ;
  a owl:Class .

agentes:c_ed961432
  skos:altLabel "Tomás Taveira"@pt, "Tomás Taveira"@en ;
  a skos:Concept, bf:Person ;
  skos:note "Arquiteto português contemporâneo"@pt, "Portuguese architect, contemporary"@en ;
  gvp:agentType tesauro:c_c3b76d63 ;
  skos:exactMatch <http://vocab.getty.edu/ulan/500028579>, <http://viaf.org/viaf/18048077> ;
  dc:created "2021-01-14T10:00:00"^^xsd:dateTime ;
  skos:prefLabel "Taveira, Tomás, 1938-"@pt, "Taveira, Tomás, 1938-"@en ;
  skos:inScheme agentes: ;
  schema:birthDate "1938" .

