Skip to content

Commit

Permalink
added .gexf as accepted file format
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Sep 18, 2024
1 parent b361fa7 commit d2dc446
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions AcdhArcheAssets/formats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1884,5 +1884,23 @@
"comment" : "",
"extensions" : ["xsd"],
"name" : "XML Schema definition"
},
{
"ARCHE_category" : "https://vocabs.acdh.oeaw.ac.at/archecategory/dataset",
"ARCHE_docs" : "",
"ARCHE_conformance": "preferred",
"Further_specifications" : "",
"IANA_reference" : "",
"IANA_template" : "",
"Informal_MIME_type" : [],
"Long_term_format" : "yes",
"MIME_type" : ["application/xml"],
"Magic_number" : "",
"PRONOM_ID" : "",
"comment" : "",
"extensions" : [
"gexf"
],
"name" : "Graph Exchange XML Format"
}
]

0 comments on commit d2dc446

Please sign in to comment.