Adding primitive rdf edit
This commit is contained in:
parent
cb8d4509d9
commit
576688f15c
3 changed files with 249 additions and 0 deletions
19
webapp/web/templates/freemarker/body/primitiveRdfEdit.fmt
Normal file
19
webapp/web/templates/freemarker/body/primitiveRdfEdit.fmt
Normal file
|
@ -0,0 +1,19 @@
|
|||
<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