Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions instances/latest/contentTypes/application_sbml+xml.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"definingSource": [
"https://www.iana.org/assignments/media-types/application/sbml+xml"
"https://www.iana.org/assignments/media-types/application/sbml+xml",
"https://mimetype.io/application/sbml+xml"
],
"description": null,
"displayLabel": null,
"description": "SBML is an XML based format for representing computational models of biological processes.",
"displayLabel": "Systems Biology Markup Language",
"fileExtension": [
".sbml"
".sbml",
".xml"
],
"isBasedOn": [
{
"@id": "https://openminds.om-i.org/instances/contentTypes/application_xml"
}
],
"name": "application/sbml+xml",
"specification": null,
"specification": "https://sbml.org/documents/specifications/",
"synonym": [
"System Biology Markup Language"
"SBML"
]
}
10 changes: 5 additions & 5 deletions instances/latest/contentTypes/application_vnd.bionetgen.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"definingSource": null,
"description": null,
"displayLabel": null,
"description": "A BNGL is a text file used to represent biochemical reaction networks, supporting both kinetic and energy-based (eBNG) thermodynamic models.",
"displayLabel": "BioNetGen Language",
"fileExtension": [
".ebngl",
".bngl"
],
"isBasedOn": null,
"name": "application/vnd.bionetgen",
"specification": null,
"specification": "https://vcell.org/bionetgen/tutorial.html",
"synonym": [
"BioNetGen Language"
"eBNG",
"BNGL File"
]
}
24 changes: 24 additions & 0 deletions instances/latest/contentTypes/text_vnd.graphviz.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"@context": {
"@vocab": "https://openminds.om-i.org/props/"
},
"@id": "https://openminds.om-i.org/instances/contentTypes/text_vnd.graphviz",
"@type": "https://openminds.om-i.org/types/ContentType",
"dataType": null,
"definingSource": [
"https://www.iana.org/assignments/media-types/text/vnd.graphviz",
"https://mimetype.io/text/vnd.graphviz"
],
"description": "DOT is a text graph description language for directed and undirected graphs.",
"displayLabel": "DOT Language",
"fileExtension": [
".dot",
".gv"
],
"isBasedOn": null,
"name": "text/vnd.graphviz",
"specification": "https://graphviz.org/doc/info/lang.html",
"synonym": [
"DOT"
]
}
Loading