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 48acb14 commit 6e72fb5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
{
"@id": "bts:antibodyId",
"@type": "rdf:Property",
"rdfs:comment": "A unique identifier for the antibodyDetails.",
"rdfs:comment": "A unique identifier for the antibody.",
"rdfs:label": "antibodyId",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -276,7 +276,7 @@
{
"@id": "bts:resourceType",
"@type": "rdf:Property",
"rdfs:comment": "Type of resource. (e.g. animal model, antibodyDetails, plasmid, etc.)",
"rdfs:comment": "Type of resource. (e.g. animal model, antibody, plasmid, etc.)",
"rdfs:label": "resourceType",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -3089,7 +3089,7 @@
{
"@id": "bts:biobankId",
"@type": "rdf:Property",
"rdfs:comment": "A unique identifier for the biobankDetails.",
"rdfs:comment": "A unique identifier for the biobank.",
"rdfs:label": "biobankId",
"schema:domainIncludes": [
{
Expand All @@ -3106,7 +3106,7 @@
{
"@id": "bts:biobankName",
"@type": "rdf:Property",
"rdfs:comment": "The name of the biobankDetails.",
"rdfs:comment": "The name of the biobank.",
"rdfs:label": "biobankName",
"schema:domainIncludes": [
{
Expand All @@ -3123,7 +3123,7 @@
{
"@id": "bts:biobankURL",
"@type": "rdf:Property",
"rdfs:comment": "A URL for the biobankDetails landing page.",
"rdfs:comment": "A URL for the biobank landing page.",
"rdfs:label": "biobankURL",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -3302,7 +3302,7 @@
{
"@id": "bts:specimenPreparationMethod",
"@type": "rdf:Property",
"rdfs:comment": "The preservation methods used by the biobankDetails.",
"rdfs:comment": "The preservation methods used by the biobank.",
"rdfs:label": "specimenPreparationMethod",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -5837,7 +5837,7 @@
{
"@id": "bts:uniprotId",
"@type": "rdf:Property",
"rdfs:comment": "The uniprotId of the antibodyDetails.",
"rdfs:comment": "The uniprotId of the antibody.",
"rdfs:label": "uniprotId",
"schema:domainIncludes": [
{
Expand All @@ -5854,7 +5854,7 @@
{
"@id": "bts:targetAntigen",
"@type": "rdf:Property",
"rdfs:comment": "Antigen that is targeted by antibodyDetails. (e.g. Neurofibromin 1 human)",
"rdfs:comment": "Antigen that is targeted by antibody. (e.g. Neurofibromin 1 human)",
"rdfs:label": "targetAntigen",
"schema:domainIncludes": [
{
Expand All @@ -5871,7 +5871,7 @@
{
"@id": "bts:clonality",
"@type": "rdf:Property",
"rdfs:comment": "They type of clonality of the antibodyDetails",
"rdfs:comment": "They type of clonality of the antibody",
"rdfs:label": "clonality",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -5949,7 +5949,7 @@
{
"@id": "bts:reactiveSpecies",
"@type": "rdf:Property",
"rdfs:comment": "Species the antibodyDetails has been shown to crossreact with the target protein.",
"rdfs:comment": "Species the antibody has been shown to crossreact with the target protein.",
"rdfs:label": "reactiveSpecies",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -6042,7 +6042,7 @@
{
"@id": "bts:conjugate",
"@type": "rdf:Property",
"rdfs:comment": "Is the antibodyDetails conjugated or nonconjugated",
"rdfs:comment": "Is the antibody conjugated or nonconjugated",
"rdfs:label": "conjugate",
"schema:domainIncludes": [
{
Expand All @@ -6067,7 +6067,7 @@
{
"@id": "bts:hostOrganism",
"@type": "rdf:Property",
"rdfs:comment": "The species of the organism that hosts the antibodyDetails",
"rdfs:comment": "The species of the organism that hosts the antibody",
"rdfs:label": "hostOrganism",
"schema:domainIncludes": [
{
Expand Down

0 comments on commit 6e72fb5

Please sign in to comment.