Skip to content

Commit 4496cd1

Browse files
committed
Fix new schema URI
1 parent 438ef67 commit 4496cd1

5 files changed

Lines changed: 67 additions & 67 deletions

File tree

src/dcat_ap_plus/datamodel/dcat_ap_plus.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Auto generated from dcat_ap_plus.yaml by pythongen.py version: 0.0.1
2-
# Generation date: 2025-10-21T16:15:02
2+
# Generation date: 2025-10-21T16:36:17
33
# Schema: dcat-ap-plus
44
#
5-
# id: https://nfdi-de.github.io/chem-dcat-ap/dcat_ap_plus.yaml
5+
# id: https://nfdi-de.github.io/dcat-ap-plus/dcat_ap_plus.yaml
66
# description: This metadata schema is an Extension of the DCAT Application Profile for Providing Links to Use-case Specific Context. It allows to provide additional metadata regarding: which kind(s) of entity(s) or activity(s) were evaluated (the dcat:Dataset is about), which kind of activity generated the dcat:Dataset, which kind of instruments were used in the dataset generating activity, in which surrounding (e.g. a laboratory) and according to which plan the dataset generating activity took place, as well as regarding which kind(s) of qualitative and quantitative characteristic were attributed to the evaluated entity or evaluated activity and to the used instruments.
77
# license: CC-BY 4.0
88

@@ -72,7 +72,7 @@
7272
ADMS = CurieNamespace('adms', 'http://www.w3.org/ns/adms#')
7373
DCAT = CurieNamespace('dcat', 'http://www.w3.org/ns/dcat#')
7474
DCATAP = CurieNamespace('dcatap', 'http://data.europa.eu/r5r/')
75-
DCATAP_PLUS = CurieNamespace('dcatap_plus', 'https://nfdi-de.github.io/chem-dcat-ap/dcat_ap_plus.yaml#')
75+
DCATAP_PLUS = CurieNamespace('dcatap_plus', 'https://nfdi-de.github.io/dcat-ap-plus/dcat_ap_plus.yaml#')
7676
DCTERMS = CurieNamespace('dcterms', 'http://purl.org/dc/terms/')
7777
ELI = CurieNamespace('eli', 'http://data.europa.eu/eli/ontology#')
7878
EPOS = CurieNamespace('epos', 'https://www.epos-eu.org/epos-dcat-ap#')

0 commit comments

Comments
 (0)