What formats can I import into ITM?
- Last updated on November 24, 2022 at 4:00 PM
Reading time: 1 minute.
ITM supports the Excel format as well as the various RDF serializations, provided that the file extension matches the serialization of your data.
Here is the list of supported formats:
Format / serialization | File extension |
RDF/XML | .rdf |
JSON | .json |
JSON-LD | .jsonld |
Rating3 | .n3 |
N-Triples | .nt |
TriG | .trig |
Turtle | .ttl |
XML | .xml |
Excel before 2007 | .xls |
Excel after 2007 | .xlsx |
SKOS and OWL files can be imported by specifying the import parameter rules=OWL / rules=SKOS. To learn more, see this article.
Notes:
- Both .xlsx and .xls files can be imported using the mapping wizard to map columns from a file to your data model.
- To be imported, RDF data must conform to the data model defined in your ontology space. This may require data transformation before importing.