Skip to content

Commit

Permalink
Merge pull request #1094 from microbiomedata/7_8_0_artifacts
Browse files Browse the repository at this point in the history
artifacts for nmdc-schema v7.8.0
  • Loading branch information
turbomam authored Aug 30, 2023
2 parents 19ba665 + 03286bc commit 13acf18
Show file tree
Hide file tree
Showing 190 changed files with 215,955 additions and 2,116 deletions.
26 changes: 26 additions & 0 deletions examples/output/Biosample-embargoed.json
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"
}
26 changes: 26 additions & 0 deletions examples/output/Biosample-embargoed.ttl
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 .

16 changes: 16 additions & 0 deletions examples/output/Biosample-embargoed.yaml
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
Loading

0 comments on commit 13acf18

Please sign in to comment.