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

bf:Topic
  rdfs:label "Tópico"@pt, "Topic"@en ;
  a owl:Class .

tesauro:
  rdfs:label "Tesauro ROSSIO"@pt, "ROSSIO Thesaurus"@en ;
  skos:prefLabel "Tesauro ROSSIO"@pt, "ROSSIO Thesaurus"@en ;
  a skos:ConceptScheme, owl:Ontology .

tesauro:c_bf0ef856
  skos:prefLabel "Nationalism"@en, "Nacionalismo"@pt ;
  a bf:Topic, skos:Concept ;
  skos:narrower tesauro:c_e29bcbd8 .

tesauro:c_9b4c4ec2
  skos:prefLabel "Integralismo"@pt, "Integralism"@en ;
  a bf:Topic, skos:Concept ;
  skos:related tesauro:c_e29bcbd8 .

tesauro:c_e29bcbd8
  dc:created "2020-12-08T09:10:25"^^xsd:dateTime ;
  skos:related tesauro:c_9b4c4ec2 ;
  skos:broader tesauro:c_bf0ef856 ;
  skos:inScheme tesauro: ;
  skos:prefLabel "Nacionalismo integral"@pt, "Integral nationalism"@en ;
  a bf:Topic, skos:Concept .

