You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ This is an extension of the DCAT Application Profile v3.0 in LinkML. It is inten
9
9
as a core that can further be extended in profiles to provide domain specific metadata for a dataset.
10
10
11
11
## 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
13
13
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
14
14
(respectively the release branch).
15
15
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)
17
17
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
19
19
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
21
21
we added the additional constraints, classes and properties we need for our DCAT-AP extension.
0 commit comments