Skip to content

Commit

Permalink
update openminds module from most recent schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 6, 2025
1 parent 3e2f993 commit 7324cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fairgraph/openminds/core/products/model_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class ModelVersion(KGObject):
"vocab:digitalIdentifier",
doc="Digital handle to identify objects or legal persons.",
),
Property("entry_point", str, "vocab:entryPoint", doc="no description available"),
Property(
"formats",
"openminds.core.ContentType",
Expand Down Expand Up @@ -369,6 +370,7 @@ def __init__(
description=None,
developers=None,
digital_identifier=None,
entry_point=None,
formats=None,
full_documentation=None,
full_name=None,
Expand Down Expand Up @@ -416,6 +418,7 @@ def __init__(
description=description,
developers=developers,
digital_identifier=digital_identifier,
entry_point=entry_point,
formats=formats,
full_documentation=full_documentation,
full_name=full_name,
Expand Down

0 comments on commit 7324cff

Please sign in to comment.