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

agentes:c_3d0f0c8c
  gvp:agentType tesauro:c_664660fc ;
  a skos:Concept, bf:Organization ;
  skos:prefLabel "Infraestrutura ROSSIO"@en, "Infraestrutura ROSSIO"@pt ;
  skos:inScheme agentes: ;
  frad:P4027 "ROSSIO" ;
  dc:created "2021-01-14T10:00:00"^^xsd:dateTime ;
  skos:altLabel "ROSSIO Infrastructure"@en, "ROSSIO"@pt ;
  rdfs:label "Infraestrutura ROSSIO" .

agentes:
  rdfs:label "ROSSIO Agents"@en, "Agentes ROSSIO"@pt ;
  skos:prefLabel "ROSSIO Agents"@en, "Agentes ROSSIO"@pt ;
  a skos:ConceptScheme, owl:Ontology ;
  dc:publisher agentes:c_3d0f0c8c ;
  dc:creator agentes:c_3d0f0c8c .

bf:Organization
  rdfs:label "Organização"@pt, "Organisation"@en ;
  a owl:Class .

gvp:agentType rdfs:label "Tipo de agente"@pt, "Agent type"@en .
frad:P4027 rdfs:label "Acrónimo, sigla ou abreviatura"@pt, "Acronym, initials or abbreviation"@en .
