mmisw / mmiorr

Unmaintained old MMI ORR system (v2) -- New development at https://github.com/mmisw/orr
2 stars 1 forks source link

Allow other common ontology formats for submission #271

Closed mmisw closed 9 years ago

mmisw commented 9 years ago

From caru...@gmail.com on August 05, 2010 13:44:24

What capability do you want added or improved? Ability to submit my ontology file in any of the common formats RDF/XML, N3, N-TRIPLE, or TURTLE. (which BTW are supported by the underlying library, Jena) Where do you want this capability to be accessible? When I select the "upload ontology" option in the ORR What sort of input/command mechanism do you want? Add the corresponding format options in the wizard page where the file is selected.

Original issue: http://code.google.com/p/mmisw/issues/detail?id=271

mmisw commented 9 years ago

From caru...@gmail.com on August 05, 2010 16:25:53

Implemented.

MMI Portal 1.9.92.alpha (20100805160455)

See http://marinemetadata.org/mmiorrusrman/registerexisting Besides RDF/XML, now the following standard formats are also supported:

* RDF/XML
* N3
* N-TRIPLE
* TURTLE 

and additionally, * Voc2Skos ( issue #133 )

Status: Fixed