Fixed typo and filename extension
This commit is contained in:
parent
576688f15c
commit
6f5c01d34d
2 changed files with 24 additions and 3 deletions
21
webapp/web/templates/freemarker/body/primitiveRdfEdit.ftl
Normal file
21
webapp/web/templates/freemarker/body/primitiveRdfEdit.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<div>
|
||||
<form method="POST">
|
||||
|
||||
additions:
|
||||
<textarea name="additions"></textarea>
|
||||
|
||||
retractions:
|
||||
<textarea name="retractions"></textarea>
|
||||
<div>
|
||||
N3<input type="radio" name="rdfFormat" value="N3"/>
|
||||
TURTLE<input type="radio" name="rdfFormat" value="TURTLE"/>
|
||||
RDF/XML<input type="radio" name="rdfFormat" value="RDF/XML"/>
|
||||
</div>
|
||||
|
||||
<input type="submit"/>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue