Skip to content

Commit 07f8f10

Browse files
committed
Fix links
1 parent 74d1308 commit 07f8f10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ docs: docs/index.html
22

33
deps:
44
python -m venv .venv
5-
.venv/bin/pip install wheel pylode==3.0.2 rdflib
5+
.venv/bin/pip install wheel pylode==3.2.0 rdflib
66

7-
docs/index.html: nfdi4objects.rdf
7+
docs/index.html: n4o-objects-ontology/nfdi4objects.rdf deps
88
mkdir -p docs
99
.venv/bin/python -m pylode $< -o $@
1010
cp $< docs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ In Task Area 6 "Qualification, Integration, Harmonisation" entwickeln das Compet
66

77
Dieses Repository beinhaltet:
88

9-
- [die N4O Objects Ontology] (OWL)
10-
- [WissKI Pathbuilder Templates mit dem Datenmodell der Objektbiografie bzw. Object Biography & Minimaldatensatz bzw. Minimal Dataset] (XML)
9+
- [die N4O Objects Ontology](n4o-objects-ontology) in RDF/OWL
10+
- WissKI Pathbuilder Templates mit dem Datenmodell der Objektbiografie bzw. Object Biography & Minimaldatensatz bzw. Minimal Dataset in XML
1111
- [Publikationen zur Ontologie- und Datenmodellentwicklung](presentations)
1212

1313
Publikationen in NFDI4Objects finden sich hier bei [Zenodo](https://zenodo.org/communities/nfdi4objects/records?q=&l=list&p=1&s=10&sort=newest).

0 commit comments

Comments
 (0)