Skip to content

Commit 5fda33f

Browse files
committed
Fix wrong edit for id/name in dcat-ap-linkml
1 parent 084fbab commit 5fda33f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dcat_ap_plus/schema/dcat_ap_linkml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: https://w3id.org/nfdi-de/dcat_ap_linkml
1+
id: https://nfdi-de.github.io/dcat_ap_linkml
2+
name: dcat_ap_linkml
23
description: 'This LinkML schema representation of DCAT-AP 3.0.0 was automatically
34
created from these [JSON-LD SHACL shapes](https://github.com/SEMICeu/DCAT-AP/blob/master/releases/3.0.0/shacl/dcat-ap-SHACL.jsonld)
45
using this Python script: https://github.com/StroemPhi/dcat-4C-ap/tree/main/src/dcat-ap_shacl_2_linkml.py.
@@ -28,7 +29,6 @@ todos:
2829
- Check if https://github.com/linkml/linkml/issues/1813 is closed and range unions
2930
are validatable
3031
source: https://semiceu.github.io/DCAT-AP/releases/3.0.0
31-
id: https://nfdi-de.github.io/dcat-ap-plus/dcat_ap_linkml.yaml
3232
imports:
3333
- linkml:types
3434
license: CC-BY 4.0

0 commit comments

Comments
 (0)