<!DOCTYPE html>
<html>
<body>
<h1>Trasformatore bello abbestia</h1>
<h2>DIPINTO</h2>

<form method="POST">
    <fieldset>
      <legend>Dipinto:</legend>
      
      <label for="labelDipinto">nome (label)</label><br>
      <input type="text" id="labelDipinto" name="labelDipinto" placeholder="dipinto rappresentante XYZ"><br>
      
      <label for="identificativo">ID interno (is identified by)</label><br>
      <input type="text" id="identificativo" name="identificativo" placeholder="Doe"><br><br>

      <label for="note">Note (has note)</label><br>
      <input type="note" id="note" name="note" placeholder="note varie (descrizione dell'opera)"><br><br>

      <label for="consists">Supporto (consists of)</label><br>
      <input type="consists" id="consists" name="consists" placeholder="materiale del supporto -> tela/cemento/ghisa"><br><br>

      <label for="custode">Custode (has former or current keeper)</label><br>
      <input type="custode" id="custode" name="custode" placeholder="opera in custodia al museo XYZ"><br><br>

      <label for="proprietario">Proprietario (has current owner)</label><br>
      <input type="proprietario" id="proprietario" name="proprietario" placeholder="Opera di proprietà del museo XYZ"><br><br>

      

      <input type="submit" value="ALO'">
    </fieldset>
  </form>
  

  has type -> Opera d'Arte

<p>Questa robina di qualità trasforma direttamente in RDF (TTL) passando dal parser</p>


</body>
</html>