Skip to content

Commit

Permalink
Rename meta_utils -> schema_utils
Browse files Browse the repository at this point in the history
The previous name was rather vague, and the new name defined the
(present) purpose a bit better.

Closes #39
  • Loading branch information
mih committed Feb 18, 2024
1 parent b1dc8ed commit 652d1f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
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,9 @@ 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
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 652d1f8

Please sign in to comment.