generated from linkml/linkml-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1094 from microbiomedata/7_8_0_artifacts
artifacts for nmdc-schema v7.8.0
- Loading branch information
Showing
190 changed files
with
215,955 additions
and
2,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"id": "nmdc:bsm-99-dtTMNb", | ||
"part_of": [ | ||
"gold:Gs0110115" | ||
], | ||
"env_broad_scale": { | ||
"has_raw_value": "ENVO:00002030", | ||
"term": { | ||
"id": "ENVO:00002030" | ||
} | ||
}, | ||
"env_local_scale": { | ||
"has_raw_value": "ENVO:00002169", | ||
"term": { | ||
"id": "ENVO:00002169" | ||
} | ||
}, | ||
"env_medium": { | ||
"has_raw_value": "ENVO:00005792", | ||
"term": { | ||
"id": "ENVO:00005792" | ||
} | ||
}, | ||
"embargoed": true, | ||
"@type": "Biosample" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@prefix ENVO: <http://purl.obolibrary.org/obo/ENVO_> . | ||
@prefix GOLD: <http://identifiers.org/gold/> . | ||
@prefix MIXS: <https://w3id.org/mixs/> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix nmdc: <https://w3id.org/nmdc/> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
nmdc:bsm-99-dtTMNb a nmdc:Biosample ; | ||
dcterms:isPartOf GOLD:Gs0110115 ; | ||
MIXS:0000012 [ a nmdc:ControlledIdentifiedTermValue ; | ||
nmdc:has_raw_value "ENVO:00002030" ; | ||
nmdc:term ENVO:00002030 ] ; | ||
MIXS:0000013 [ a nmdc:ControlledIdentifiedTermValue ; | ||
nmdc:has_raw_value "ENVO:00002169" ; | ||
nmdc:term ENVO:00002169 ] ; | ||
MIXS:0000014 [ a nmdc:ControlledIdentifiedTermValue ; | ||
nmdc:has_raw_value "ENVO:00005792" ; | ||
nmdc:term ENVO:00005792 ] ; | ||
nmdc:embargoed true . | ||
|
||
ENVO:00002030 a nmdc:OntologyClass . | ||
|
||
ENVO:00002169 a nmdc:OntologyClass . | ||
|
||
ENVO:00005792 a nmdc:OntologyClass . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
id: nmdc:bsm-99-dtTMNb | ||
part_of: | ||
- gold:Gs0110115 | ||
env_broad_scale: | ||
has_raw_value: ENVO:00002030 | ||
term: | ||
id: ENVO:00002030 | ||
env_local_scale: | ||
has_raw_value: ENVO:00002169 | ||
term: | ||
id: ENVO:00002169 | ||
env_medium: | ||
has_raw_value: ENVO:00005792 | ||
term: | ||
id: ENVO:00005792 | ||
embargoed: true |
Oops, something went wrong.