Datamodel

Custom Forms

  • title: string

Custom FormFields

  property :form_id, :integer
  property :form_field_type, :string, NS.argu[:formFieldType]
  property :title, :string, NS.schema.name
  property :description, :text, NS.schema.text
  property :helper_text, :text, NS.ontola[:helperText]
  property :default_value, :string, NS.form[:defaultValue]
  property :max_count, :integer, NS.sh.maxCount
  property :max_count_prop, :iri, NS.ontola[:maxCount]
  property :min_count, :integer, NS.sh.minCount
  property :min_count_prop, :iri, NS.ontola[:minCount]
  property :max_inclusive, :integer, NS.sh.maxInclusive
  property :max_inclusive_prop, :iri, NS.ontola[:maxInclusive]
  property :min_inclusive, :integer, NS.sh.minInclusive
  property :min_inclusive_prop, :iri, NS.ontola[:minInclusive]
  property :max_length, :integer, NS.sh.maxLength
  property :max_length_prop, :iri, NS.ontola[:maxLength]
  property :min_length, :integer, NS.sh.minLength
  property :min_length_prop, :iri, NS.ontola[:minLength]
  property :pattern, :string, NS.sh.pattern
  property :sh_in, :iri, NS.sh.in
  property :sh_in_prop, :iri, NS.ontola[:shIn]
  property :predicate, :iri, NS.argu[:predicate]