Skip to content

Commit b4ab8df

Browse files
updated git action pipeline, toml and config file for changing to LinkML 1.11.1
1 parent 9e8f726 commit b4ab8df

8 files changed

Lines changed: 1194 additions & 1143 deletions

File tree

project/jsonld/dcat_ap_plus.jsonld

Lines changed: 109 additions & 58 deletions
Large diffs are not rendered by default.

project/jsonschema/dcat_ap_plus.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3913,5 +3913,5 @@
39133913
"metamodel_version": "1.11.0",
39143914
"title": "dcat-ap-plus",
39153915
"type": "object",
3916-
"version": "0.1.0rc4.post15.dev0+d5a45296"
3916+
"version": "0.1.0rc4.post16.dev0+9e8f726c"
39173917
}

project/shacl/dcat_ap_plus.shacl.ttl

Lines changed: 1069 additions & 1069 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ requires-python = ">=3.10,<4.0"
1616
dynamic = ["version"]
1717

1818
dependencies = [
19-
"linkml-runtime >=1.11.0",
19+
"linkml-runtime >=1.11.1",
2020
]
2121

2222
[dependency-groups]
2323
dev = [
24-
"linkml>=1.11.0",
24+
"linkml>=1.11.1",
2525
"mike>=2.1.3",
2626
"mkdocs-material>=8.2.8",
2727
"mkdocs-mermaid2-plugin>=1.1.1",

src/dcat_ap_plus/datamodel/dcat_ap_plus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto generated from dcat_ap_plus.yaml by pythongen.py version: 0.0.1
2-
# Generation date: 2026-05-18T11:34:26
2+
# Generation date: 2026-05-21T10:42:14
33
# Schema: dcat-ap-plus
44
#
55
# id: https://w3id.org/nfdi-de/dcat-ap-plus/
@@ -22,7 +22,7 @@
2222
from linkml_runtime.utils.metamodelcore import Decimal, URIorCURIE, XSDDate
2323

2424
metamodel_version = "1.11.0"
25-
version = "0.1.0rc4.post15.dev0+d5a45296"
25+
version = "0.1.0rc4.post16.dev0+9e8f726c"
2626

2727
# Namespaces
2828
AFE = CurieNamespace("AFE", "http://purl.allotrope.org/ontologies/equipment#AFE_")

src/dcat_ap_plus/datamodel/dcat_ap_plus_pydantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
metamodel_version = "1.11.0"
12-
version = "0.1.0rc4.post15.dev0+d5a45296"
12+
version = "0.1.0rc4.post16.dev0+9e8f726c"
1313

1414

1515
class ConfiguredBaseModel(BaseModel):

src/dcat_ap_plus/schema/dcat_ap_plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: https://w3id.org/nfdi-de/dcat-ap-plus/
3-
version: "0.1.0rc4.post15.dev0+d5a45296" # Managed by dynamic-versioning. Don't change this line!
3+
version: "0.1.0rc4.post16.dev0+9e8f726c" # Managed by dynamic-versioning. Don't change this line!
44
name: dcat-ap-plus
55
description: >-
66
This metadata schema is an Extension of the DCAT Application Profile

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)