diff --git a/NF.jsonld b/NF.jsonld index e1c6c1e9..a8376121 100644 --- a/NF.jsonld +++ b/NF.jsonld @@ -1246,6 +1246,10 @@ "@type" : "rdfs:Class", "sms:requiresDependency" : [ { "@id" : "bts:Component" + }, { + "@id" : "bts:Filename" + }, { + "@id" : "bts:fileFormat" }, { "@id" : "bts:resourceType" }, { @@ -1754,6 +1758,10 @@ "@type" : "rdfs:Class", "sms:requiresDependency" : [ { "@id" : "bts:Component" + }, { + "@id" : "bts:Filename" + }, { + "@id" : "bts:fileFormat" }, { "@id" : "bts:resourceType" }, { @@ -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" }, { diff --git a/modules/Template/Data.yaml b/modules/Template/Data.yaml index 716d0a63..6bee706f 100644 --- a/modules/Template/Data.yaml +++ b/modules/Template/Data.yaml @@ -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