Skip to content

Commit d6311a7

Browse files
Fix links in README for DCAT-AP resources
Updated links in README to point to the correct GitHub repository locations for SHACL shapes and LinkML representations.
1 parent 84b8fa7 commit d6311a7

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This is an extension of the DCAT Application Profile v3.0 in LinkML. It is inten
99
as a core that can further be extended in profiles to provide domain specific metadata for a dataset.
1010

1111
## DCAT-AP to LinkML translation
12-
The [official DCAT-AP 3.0.0 SHACL shapes](src%2Fdcat_ap_shacl.jsonld) where downloaded from the DCAT-AP GitHub repository
12+
The [official DCAT-AP 3.0.0 SHACL shapes](https://github.com/nfdi-de/dcat-ap-plus/blob/main/src/dcat_ap_plus/dcat_ap_shacl.jsonld) where downloaded from the DCAT-AP GitHub repository
1313
from the [3.0.0 release folder within the master branch](https://github.com/SEMICeu/DCAT-AP/blob/master/releases/3.0.0/shacl/dcat-ap-SHACL.jsonld). We chose this shapes definition file, as they are in line with the current DCAT-AP Specification website and because its IRI resolves. It must be noted, that this is not case for the shapes provides in the GitHub 3.0.0 release
1414
(respectively the release branch).
1515

16-
The downloaded SHACL shapes were then processed by the [dcat_ap_shacl_2_linkml.py](src%2Fdcat_ap_shacl_2_linkml.py)
16+
The downloaded SHACL shapes were then processed by the [dcat_ap_shacl_2_linkml.py](https://github.com/nfdi-de/dcat-ap-plus/blob/main/src/dcat_ap_plus/dcat_ap_shacl_2_linkml.py)
1717
to generate two LinkML representations from it:
18-
* [dcat_ap_linkml.yaml](src%2Fdcat_4c_ap%2Fschema%2Fdcat_ap_linkml.yaml) - an almost 1:1 translation from SHACL to
18+
* [dcat_ap_linkml.yaml](https://github.com/nfdi-de/dcat-ap-plus/blob/main/src/dcat_ap_plus/schema/dcat_ap_linkml.yaml) - an almost 1:1 translation from SHACL to
1919
LinkML that could be reused by anyone who wants to.
20-
* [dcat_ap_plus.yaml](src%2Fdcat_4c_ap%2Fschema%2Fdcat_ap_plus.yaml) - the LinkML representation of DCAT-AP to which
20+
* [dcat_ap_plus.yaml](https://github.com/nfdi-de/dcat-ap-plus/blob/main/src/dcat_ap_plus/schema/dcat_ap_plus.yaml) - the LinkML representation of DCAT-AP to which
2121
we added the additional constraints, classes and properties we need for our DCAT-AP extension.
2222

2323
## Website
@@ -31,7 +31,10 @@ https://nfdi-de.github.io/chem-dcat-ap
3131
* [src/](src/) - source files (edit these)
3232
* [chem_dcat_ap](src/chem_dcat_ap)
3333
* [schema](src/chem_dcat_ap/schema) -- LinkML schema
34-
(edit this)
34+
* [chem_dcat_ap.yaml](src/chem_dcat_ap/schema/chem_dcat_ap.yaml)
35+
* [chemical_entities_ap.yaml](src/chem_dcat_ap/schema/chemical_entities_ap.yaml)
36+
* [chemical_reaction_ap.yaml](src/chem_dcat_ap/schema/chemical_reaction_ap.yaml)
37+
* [material_entities_ap.yaml](src/chem_dcat_ap/schema/material_entities_ap.yaml)
3538
* [datamodel](src/chem_dcat_ap/datamodel) -- generated
3639
Python datamodel
3740
* [tests/](tests/) - Python tests

0 commit comments

Comments
 (0)