Skip to content

Commit

Permalink
GitHub Action: convert *.model.csv to *.model.jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Jun 22, 2023
1 parent e87a89d commit acdedf6
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -6976,9 +6976,6 @@
{
"@id": "bts:HTANDataFileID"
},
{
"@id": "bts:BiospecimenPreparation"
},
{
"@id": "bts:NucleicAcidSource"
},
Expand Down Expand Up @@ -49028,31 +49025,6 @@
"sms:required": "sms:true",
"sms:validationRules": []
},
{
"@id": "bts:BiospecimenPreparation",
"@type": "rdfs:Class",
"rdfs:comment": "The way tissue is processed after collection",
"rdfs:label": "BiospecimenPreparation",
"rdfs:subClassOf": [
{
"@id": "bts:BulkMethylation-seqLevel1"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"schema:rangeIncludes": [
{
"@id": "bts:FreshFrozen"
},
{
"@id": "bts:FFPE"
}
],
"sms:displayName": "Biospecimen Preparation",
"sms:required": "sms:true",
"sms:validationRules": []
},
{
"@id": "bts:BisulfiteConversion",
"@type": "rdfs:Class",
Expand Down Expand Up @@ -143051,40 +143023,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:FreshFrozen",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "FreshFrozen",
"rdfs:subClassOf": [
{
"@id": "bts:BiospecimenPreparation"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Fresh Frozen",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:FFPE",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "FFPE",
"rdfs:subClassOf": [
{
"@id": "bts:BiospecimenPreparation"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "FFPE",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:ZimoEZDNAMethylationKit",
"@type": "rdfs:Class",
Expand Down

0 comments on commit acdedf6

Please sign in to comment.