Cultural heritage / Archive
BCU Cluj Digital Library — DSpace
Institutional digital repository containing historical Romanian periodicals (Gazeta Transilvaniei, Tribuna, Familia), early books, manuscripts, iconography and doctoral dissertations, accessible via OAI-PMH.
Before you use this resource
Copyright terms vary by publication year; pre-1900 historical items are public domain, whereas modern scholarly papers may feature restricted licensing. OCR fidelity varies by printing condition.
- Published by
- Lucian Blaga Central University Library of Cluj-Napoca
- Source
- Academic team
- Collection
- Cultural heritage
- Resource type
- Archive
- Coverage
- Romania and historical Transylvania
- Documented formats
- HTML, PDF, JPEG
- Licence / terms
- Varies by resource
- API access
- Documented API
- Record review date
- 2026-09-07
- Last resource update
- Unknown
- Technical data audit
- Not performed
- Documentation
- Source reviewed
Documentation
DSpace repository and historical periodical collections verified on dspace-cluj.bcucluj.ro.
The cited page documents this record. Check the original source for terms and versions before reuse.
Getting started
- Navigate the 'Periodice românești' collection for 19th and 20th-century newspapers and reviews.
- Download issues in PDF format with embedded OCR text layers.
- Use the OAI-PMH endpoint (`/oai/request`) for automated harvesting of Dublin Core metadata.
Access and checks
- BCU Cluj DSpace repository ↗ · HTML
Sample inspected on 2026-09-07
Direct API queries
curl -s 'https://dspace-cluj.bcucluj.ro/' | jq .import urllib.request
import json
url = "https://dspace-cluj.bcucluj.ro/"
req = urllib.request.Request(url, headers={"User-Agent": "CunoastereDeschisa/1.7"})
with urllib.request.urlopen(req) as resp:
data = json.loads(resp.read().decode("utf-8"))
print(json.dumps(data, indent=2)[:500])library(jsonlite)
data <- fromJSON("https://dspace-cluj.bcucluj.ro/")
str(data)INSTALL httpfs;
LOAD httpfs;
SELECT * FROM read_json_auto('https://dspace-cluj.bcucluj.ro/')
LIMIT 10;Executable query snippets for command line, data pipelines, or DuckDB.
Continue your research
Editorial suggestions for discovery. These links do not establish technical integration or licence compatibility.