Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nfosi-service committed Oct 26, 2023
1 parent 679e900 commit 8c87309
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,11 @@
},
"sms:displayName": "Antibody",
"sms:required": "sms:false",
"sms:requiresDependency": [
{
"@id": "bts:antibodyId"
}
],
"sms:validationRules": []
},
{
Expand Down Expand Up @@ -496,6 +501,23 @@
"sms:required": "sms:true",
"sms:validationRules": []
},
{
"@id": "bts:antibodyId",
"@type": "rdfs:Class",
"rdfs:comment": "A unique identifier for the antibody.",
"rdfs:label": "antibodyId",
"rdfs:subClassOf": [
{
"@id": "bts:AntibodyDetails"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "antibodyId",
"sms:required": "sms:true",
"sms:validationRules": []
},
{
"@id": "bts:biobankId",
"@type": "rdf:Property",
Expand Down Expand Up @@ -5816,23 +5838,6 @@
],
"sms:validationRules": []
},
{
"@id": "bts:antibodyId",
"@type": "rdfs:Class",
"rdfs:comment": "A unique identifier for the antibody.",
"rdfs:label": "antibodyId",
"rdfs:subClassOf": [
{
"@id": "bts:AntibodyDetails"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "antibodyId",
"sms:required": "sms:true",
"sms:validationRules": []
},
{
"@id": "bts:uniprotId",
"@type": "rdf:Property",
Expand Down

0 comments on commit 8c87309

Please sign in to comment.