@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 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 owl: <http://www.w3.org/2002/07/owl#> .

<http://viaf.org/viaf/33674891> skos:exactMatch agentes:c_0f9514e4 .
<http://vocab.getty.edu/ulan/500124545> skos:exactMatch agentes:c_0f9514e4 .
schema:birthDate rdfs:label "Date of birth"@en, "Data de nascimento"@pt .
schema:deathDate rdfs:label "Date of death"@en, "Data de morte"@pt .
agentes:c_0f9514e4
  schema:birthDate "1897" ;
  skos:exactMatch <http://viaf.org/viaf/33674891>, <http://vocab.getty.edu/ulan/500124545> ;
  skos:inScheme agentes: ;
  a skos:Concept, bf:Person ;
  skos:note "Portuguese architect, 1897-1970"@en, "Arquiteto português, 1897-1970"@pt ;
  gvp:agentType tesauro:c_c3b76d63 ;
  skos:altLabel "Cassiano Branco"@pt, "Cassiano Branco"@en ;
  dc:created "2021-01-14T10:00:00"^^xsd:dateTime ;
  skos:prefLabel "Branco, Cassiano, 1897-1970"@pt, "Branco, Cassiano, 1897-1970"@en ;
  schema:deathDate "1970" .

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 .

