Skip to content

Commit 022e4b3

Browse files
Fix schema IDs to use https://w3id.org/valuesets
Change all schema id: fields from https://w3id.org/linkml/valuesets to https://w3id.org/valuesets to match the registered w3id prefix. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b60715e commit 022e4b3

File tree

86 files changed

+738
-738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+738
-738
lines changed

docs/schema/valuesets.yaml

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

docs/slides/valuesets-slides.pdf

-6 Bytes
Binary file not shown.

docs/slides/valuesets-slides.pptx

0 Bytes
Binary file not shown.

project/jsonschema/valuesets.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10531,7 +10531,7 @@
1053110531
"type": "string"
1053210532
}
1053310533
},
10534-
"$id": "https://w3id.org/linkml/valuesets",
10534+
"$id": "https://w3id.org/valuesets",
1053510535
"$schema": "https://json-schema.org/draft/2019-09/schema",
1053610536
"additionalProperties": true,
1053710537
"metamodel_version": "1.7.0",

src/valuesets/datamodel/valuesets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __contains__(self, key: str) -> bool:
5252
return key in self.root
5353

5454

55-
linkml_meta = LinkMLMeta({'default_prefix': 'valuesets', 'description': 'A collection of commonly used value sets', 'id': 'https://w3id.org/linkml/valuesets', 'name': 'valuesets', 'title': 'valuesets'})
55+
linkml_meta = LinkMLMeta({'default_prefix': 'valuesets', 'description': 'A collection of commonly used value sets', 'id': 'https://w3id.org/valuesets', 'name': 'valuesets', 'title': 'valuesets'})
5656

5757
class RelativeTimeEnum(RichEnum):
5858
"""

src/valuesets/datamodel/valuesets_pydantic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __contains__(self, key: str) -> bool:
5252
return key in self.root
5353

5454

55-
linkml_meta = LinkMLMeta({'default_prefix': 'valuesets', 'description': 'A collection of commonly used value sets', 'id': 'https://w3id.org/linkml/valuesets', 'name': 'valuesets', 'title': 'valuesets'})
55+
linkml_meta = LinkMLMeta({'default_prefix': 'valuesets', 'description': 'A collection of commonly used value sets', 'id': 'https://w3id.org/valuesets', 'name': 'valuesets', 'title': 'valuesets'})
5656

5757
class RelativeTimeEnum(RichEnum):
5858
"""

src/valuesets/schema/academic/organizations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
- ROR API: https://api.ror.org/organizations
1515
1616
ROR IDs should be used in the `meaning` field with the full URL format (e.g., https://ror.org/05gvnxz63).
17-
id: https://w3id.org/linkml/valuesets/academic/organizations
17+
id: https://w3id.org/valuesets/academic/organizations
1818
imports:
1919
- linkml:types
2020
prefixes:

src/valuesets/schema/academic/research.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: research
22
title: Academic and Research Value Sets
33
description: Value sets for academic publishing, research, and scholarly communication
4-
id: https://w3id.org/linkml/valuesets/academic/research
4+
id: https://w3id.org/valuesets/academic/research
55
imports:
66
- linkml:types
77
prefixes:

src/valuesets/schema/bio/bgc_categories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: 'Value sets for biosynthetic gene cluster (BGC) categories used in
77
BGCs.
88
99
Based on the MIBiG (Minimum Information about a Biosynthetic Gene cluster) standard.'
10-
id: https://w3id.org/linkml/valuesets/bio/bgc_categories
10+
id: https://w3id.org/valuesets/bio/bgc_categories
1111
imports:
1212
- linkml:types
1313
prefixes:

src/valuesets/schema/bio/bio_entities.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Dynamic enumerations for biological entities including anatomical
55
cell types, diseases, and chemical entities. These enums are populated
66
77
dynamically from ontologies.'
8-
id: https://w3id.org/linkml/valuesets/bio/bio_entities
8+
id: https://w3id.org/valuesets/bio/bio_entities
99
imports:
1010
- linkml:types
1111
prefixes:

0 commit comments

Comments
 (0)