Skip to content

Commit

Permalink
Merge pull request #41 from psychoinformatics-de/bf-39
Browse files Browse the repository at this point in the history
Rename and simplify `meta_utils`
  • Loading branch information
mih authored Feb 18, 2024
2 parents 4679f3e + 652d1f8 commit 82814a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/linkml/ontology/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ slots:
slot_uri: DCAT:isVersionOf
description: >-
A related resource of which the described resource is a version.
range: MetaObject
qualified_access:
description: >-
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: https://concepts.datalad.org/ontology/meta_utils
id: https://concepts.datalad.org/ontology/schema_utils
name: meta_utils
title: Utilities for identifying and typing metadata objects
description: >-
Expand All @@ -7,6 +7,7 @@ description: >-
prefixes:
dcterms: http://purl.org/dc/terms/
dlco: https://concepts.datalad.org/ontology/
linkml: https://w3id.org/linkml/
imports:
- linkml:types
default_prefix: dlco
Expand Down Expand Up @@ -42,8 +43,3 @@ classes:
slot_usage:
meta_type:
required: true

MetaObject:
class_uri: linkml:Any
description: >-
Utility class to enable "open" range specifications.
2 changes: 1 addition & 1 deletion src/linkml/schemas/datalad-dataset-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ prefixes:
spdx: http://spdx.org/rdf/terms#

imports:
- ../ontology/meta_utils
- ../ontology/schema_utils
- ../ontology/datalad
- ../ontology/git-annex

Expand Down
2 changes: 1 addition & 1 deletion src/linkml/schemas/datalad-dataset-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ prefixes:
prov: http://www.w3.org/ns/prov#
spdx: http://spdx.org/rdf/terms#
imports:
- ../ontology/schema_utils
- ../ontology/datalad
- ../ontology/git-annex
- ../ontology/meta_utils
default_prefix: dlco

classes:
Expand Down
2 changes: 1 addition & 1 deletion src/linkml/schemas/git-provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ prefixes:
linkml: https://w3id.org/linkml/
prov: http://www.w3.org/ns/prov#
imports:
- ../ontology/schema_utils
- ../ontology/git
- ../ontology/labeling
- ../ontology/meta_utils
- ../ontology/provenance
- ../ontology/types
default_prefix: dlco
Expand Down
2 changes: 1 addition & 1 deletion src/linkml/schemas/ontology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ imports:
- ../ontology/datasets
- ../ontology/git-annex
- ../ontology/labeling
- ../ontology/meta_utils
- ../ontology/properties
- ../ontology/provenance
- ../ontology/schema_utils
- ../ontology/types

0 comments on commit 82814a1

Please sign in to comment.