Skip to content

Commit

Permalink
add mpeg (#425)
Browse files Browse the repository at this point in the history
* add mpeg

* Rebuild NF.jsonld, json

---------

Co-authored-by: nf-osi[bot] <[email protected]>
  • Loading branch information
allaway and nfosi-service authored Apr 12, 2024
1 parent ca10841 commit e39e573
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -5934,6 +5934,8 @@
"@id" : "bts:md"
}, {
"@id" : "bts:mov"
}, {
"@id" : "bts:MPEG-4"
}, {
"@id" : "bts:msf"
}, {
Expand Down Expand Up @@ -16087,6 +16089,17 @@
},
"sms:displayName" : "chp",
"sms:required" : "sms:false"
}, {
"@id" : "bts:MPEG-4",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "MPEG-4",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "MPEG-4",
"sms:required" : "sms:false"
}, {
"@id" : "bts:single-cellRNA-seq",
"@type" : "rdfs:Class",
Expand Down
6 changes: 4 additions & 2 deletions modules/Data/FileFormat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ enums:
meaning: https://en.wikipedia.org/wiki/Markdown
mov:
description: A video file format with the .mov extension
meaning: Sage Bioenetworks
meaning: Sage Bionetworks
MPEG-4:
description: A digital multimedia container format most commonly used to store video and audio.
meaning: http://edamontology.org/format_3997
msf:
description: Proprietary mass-spectrometry format of Thermo Scientific's ProteomeDiscoverer software
meaning: http://edamontology.org/format_3702
Expand All @@ -231,7 +234,6 @@ enums:
ome-tiff:
description: OME-TIFF is a preferred open image format
meaning: http://edamontology.org/format_3727

pdf:
description: Portable Document Format
meaning: http://edamontology.org/format_3508
Expand Down

0 comments on commit e39e573

Please sign in to comment.