Skip to content

Commit

Permalink
Build jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-dcc-service committed Feb 8, 2024
1 parent 6690814 commit c93c709
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions GF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -533,22 +533,6 @@
"rdfs:comment" : "Category describing current smoking status and smoking history as self-reported by a patient",
"@type" : "rdfs:Class",
"sms:displayName" : "TobaccoSmokingStatus"
}, {
"rdfs:subClassOf" : [ ],
"@id" : "bts:AtlasCohort",
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:required" : "sms:true",
"schema:rangeIncludes" : [ {
"@id" : "bts:BreastAtlasCohort"
}, {
"@id" : "bts:OvarianAtlasCohort"
} ],
"rdfs:label" : "AtlasCohort",
"rdfs:comment" : "Label for cohort/atlas that this individual belongs to.",
"@type" : "rdfs:Class",
"sms:displayName" : "AtlasCohort"
}, {
"rdfs:subClassOf" : [ ],
"@id" : "bts:VariantOrigin",
Expand Down Expand Up @@ -7933,6 +7917,22 @@
},
"sms:displayName" : "SmokeExposureDuration",
"sms:required" : "sms:false"
}, {
"rdfs:subClassOf" : [ ],
"@id" : "bts:Cohort",
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:required" : "sms:true",
"schema:rangeIncludes" : [ {
"@id" : "bts:BreastAtlasCohort"
}, {
"@id" : "bts:OvarianAtlasCohort"
} ],
"rdfs:label" : "Cohort",
"rdfs:comment" : "Label for cohort/atlas that this individual belongs to.",
"@type" : "rdfs:Class",
"sms:displayName" : "Cohort"
}, {
"rdfs:subClassOf" : [ ],
"@id" : "bts:MenstrualCyclePhase",
Expand Down

0 comments on commit c93c709

Please sign in to comment.