Skip to content

Commit db56458

Browse files
Merge pull request #38 from ber-data/33-data_type-to-entity_type
update slot data_type to entity_type
2 parents d01a805 + d7606c0 commit db56458

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/sample_data/valid/emsl-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"depth": null,
88
"elevation": null
99
},
10-
"data_type": [
10+
"entity_type": [
1111
"sample"
1212
],
1313
"description": "Clostridium thermocellum protein extracts",

src/sample_data/valid/gold-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"has_unit": "meter (UO:0000008)"
1111
}
1212
},
13-
"data_type": [
13+
"entity_type": [
1414
"jgi_biosample"
1515
],
1616
"description": "Small acidic pool on hillside north of Nymph Lake.",

src/sample_data/valid/monet-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"has_unit": "unknown"
1111
}
1212
},
13-
"data_type": [
13+
"entity_type": [
1414
"sample"
1515
],
1616
"description": null,

src/sample_data/valid/nmdc-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"has_unit": "m"
1616
}
1717
},
18-
"data_type": [
18+
"entity_type": [
1919
"sample"
2020
],
2121
"description": "MONet sample represented in NMDC",

src/schema/linkml/bertron_schema.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ classes:
4040
description: The geographic coordinates associated with an entity. For entities with a bounding box, the centroid is used as the geographic reference.
4141
range: Coordinates
4242
required: true
43-
data_type:
44-
description: What kind of data this entity is -- e.g. sequence data; a soil core; a well; etc.
45-
range: DataTypeTagType
43+
entity_type:
44+
description: What kind of entity is this -- e.g. sequence data; a soil core; a well; field site; sample; etc.
45+
range: EntityType
4646
multivalued: true
4747
required: true
4848
description:
@@ -262,7 +262,7 @@ enums:
262262
MONET:
263263
NMDC:
264264

265-
DataTypeTagType:
265+
EntityType:
266266
description: Tags used to describe an entity.
267267
todos:
268268
- Complete this list!

0 commit comments

Comments
 (0)