Skip to content

Commit

Permalink
Fix base template for material science data (#410)
Browse files Browse the repository at this point in the history
* Fix base template for material science data

* Rebuild NF.jsonld, json

---------

Co-authored-by: nf-osi[bot] <[email protected]>
  • Loading branch information
anngvu and nfosi-service authored Mar 20, 2024
1 parent 9dd7d7a commit b27fad3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
14 changes: 13 additions & 1 deletion NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,10 @@
"@type" : "rdfs:Class",
"sms:requiresDependency" : [ {
"@id" : "bts:Component"
}, {
"@id" : "bts:Filename"
}, {
"@id" : "bts:fileFormat"
}, {
"@id" : "bts:resourceType"
}, {
Expand Down Expand Up @@ -1754,6 +1758,10 @@
"@type" : "rdfs:Class",
"sms:requiresDependency" : [ {
"@id" : "bts:Component"
}, {
"@id" : "bts:Filename"
}, {
"@id" : "bts:fileFormat"
}, {
"@id" : "bts:resourceType"
}, {
Expand Down Expand Up @@ -3652,10 +3660,14 @@
"sms:required" : "sms:false",
"sms:requiresComponent" : null,
"rdfs:label" : "NonBiologicalAssayDataTemplate",
"rdfs:comment" : "A template for describing deposited data artifacts (i.e. files) from an experimental assay that main involves non-biological samples. \n",
"rdfs:comment" : "Describes data artifacts (i.e. files) from an experimental/physical-sciences assay where input specimens are more at the level of synthesized molecules or inorganic materials.\n",
"@type" : "rdfs:Class",
"sms:requiresDependency" : [ {
"@id" : "bts:Component"
}, {
"@id" : "bts:Filename"
}, {
"@id" : "bts:fileFormat"
}, {
"@id" : "bts:resourceType"
}, {
Expand Down
7 changes: 6 additions & 1 deletion modules/Template/Data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@ classes:
is_a: Template
abstract: true
description: >
A template for describing deposited data artifacts (i.e. files) from an experimental assay that main involves non-biological samples.
Describes data artifacts (i.e. files) from an experimental/physical-sciences assay
where input specimens are more at the level of synthesized molecules or inorganic materials.
notes:
- Name of this base abstraction is not great, may need to revise.
slots:
- Component
- Filename
- fileFormat
- resourceType
- dataType
- dataSubtype
Expand Down

0 comments on commit b27fad3

Please sign in to comment.