NIHVIVO-3877 and NIHVIVO-3872 using RDFService for aspects of import and export

This commit is contained in:
brianjlowe 2012-07-06 15:05:29 +00:00
parent 0f9d1a79d1
commit eace91759a
5 changed files with 129 additions and 54 deletions

View file

@ -39,7 +39,7 @@
<option value="RDF/XML">RDF/XML</option>
<option value="RDF/XML-ABBREV">RDF/XML abbrev.</option>
<option value="N3">N3</option>
<option value="N-TRIPLES">N-Triples</option>
<option value="N-TRIPLE">N-Triples</option>
<option value="TURTLE">Turtle</option>
</select>
@ -47,4 +47,4 @@
</form>
</div>
</div>

View file

@ -62,7 +62,7 @@
<input type="radio" name="format" value="RDF/XML-ABBREV" checked="checked" selected="selected"/> RDF/XML abbreviated
<input type="radio" name="format" value="RDF/XML"/> RDF/XML
<input type="radio" name="format" value="N3"/> N3
<input type="radio" name="format" value="N-TRIPLES"/> N-Triples
<input type="radio" name="format" value="N-TRIPLE"/> N-Triples
<input type="radio" name="format" value="TURTLE"/> Turtle
</div>
</form>