Skip to content

Commit

Permalink
feat: support rml and ontology formats including: Turtle, N-Triples, …
Browse files Browse the repository at this point in the history
…N-Quads, Trig, Trix, RDF/XML, JSON-LD, Notation-3
  • Loading branch information
xuemduan committed Nov 11, 2024
1 parent 8c2818d commit 9d0e0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h5 style="margin-right: 65px; font-weight: bold;">Input: Mapping Rules</h5>
</div>
<textarea id="rmlText" placeholder="RML Mapping Rules" style="width: 100%; height: 260px; margin-top: -5px; color: black; font-size: 13px;"></textarea>
<div style="display: flex; align-items: center; justify-content: space-between">
<input type="file" id="rmlTextFile" accept=".txt,.ttl,.nt" onchange="handleFileUpload(this)" multiple>
<input type="file" id="rmlTextFile" accept=".txt,.ttl,.owl,.rdf,.jsonld,.nt,.nq,.trig,.trix" onchange="handleFileUpload(this)" multiple>
<button style="padding-bottom: 2.2em; font-size: 0.6em; width: 15%; height: 1em;" id="clearButton" onclick="clearTextArea('rmlText')">Clear</button>
</div>
</div>
Expand All @@ -89,7 +89,7 @@ <h5 style="font-weight: bold;">Input: Ontologies</h5>
</div>
<textarea id="owlText" placeholder="OWL" style="width: 100%; height: 260px; margin-top: -5px; color: black; font-size: 13px;"></textarea>
<div style="display: flex; align-items: center; justify-content: space-between">
<input type="file" id="owlTextFile" accept=".txt,.ttl,.owl,.rdf,.jsonld,.nt,.nq,.trig,.trdf,.rj,.trix" onchange="handleFileUpload(this)" multiple>
<input type="file" id="owlTextFile" accept=".txt,.ttl,.owl,.rdf,.jsonld,.nt,.nq,.trig,.trix" onchange="handleFileUpload(this)" multiple>
<button style="padding-bottom: 2.2em; font-size: 0.6em; width: 15%; height: 1em;" id="clearButton" onclick="clearTextArea('owlText')">Clear</button>
</div>
</div>
Expand Down

0 comments on commit 9d0e0e9

Please sign in to comment.