Skip to content

acdh-oeaw/pfp-schema

Repository files navigation

Check Turtle Files

pfp-schema

The PFP - Prosopographic Research Platform Austria serves as an umbrella project for personal research at the Austrian Academy of Sciences (ÖAW) using methods of the Digital Humanities. On this page we publish relevant materials with regard to the overarching dta model.

dev

  • clone the repo
  • (create virtual env e.g. python -m venv venv)
  • python scripts/build.py to build the website and convert .ttl stored in anywhere in the ./html into HTML sites using pylode

docker

docker build -t pfp-schema:latest .
docker run --rm -d -p 5000:5000 --name pfp-schema pfp-schema:latest
docker exec -it pfp-schema /bin/bash