index.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h1>Trasformatore bello abbestia</h1>
  5. <h2>DIPINTO</h2>
  6. <form method="POST">
  7. <fieldset>
  8. <legend>Dipinto:</legend>
  9. <label for="labelDipinto">nome (label)</label><br>
  10. <input type="text" id="labelDipinto" name="labelDipinto" placeholder="dipinto"><br>
  11. <label for="identificativo">ID interno (is identified by)</label><br>
  12. <input type="text" id="identificativo" name="identificativo" placeholder="Doe"><br><br>
  13. <label for="note">Note (has note)</label><br>
  14. <input type="note" id="note" name="note" placeholder="note varie (descrizione dell'opera)"><br><br>
  15. <label for="consists">Supporto (consists of)</label><br>
  16. <input type="consists" id="consists" name="consists" placeholder="materiale del supporto -> tela/cemento/ghisa"><br><br>
  17. <label for="custode">Custode (has former or current keeper)</label><br>
  18. <input type="custode" id="custode" name="custode" placeholder="opera in custodia al museo XYZ"><br><br>
  19. <label for="proprietario">Proprietario (has current owner)</label><br>
  20. <input type="proprietario" id="proprietario" name="proprietario" placeholder="Opera di proprietà del museo XYZ"><br><br>
  21. <input type="submit" value="ALO'">
  22. </fieldset>
  23. </form>
  24. has type -> Opera d'Arte
  25. <p>Questa robina di qualità trasforma direttamente in RDF (TTL) passando dal parser</p>
  26. </body>
  27. </html>