$def with(f,user,res_type,res_name,is_git_auth, project) $var user = user $var is_git_auth = is_git_auth $var project = project

$res_name

$res_type

$if f: $for field in f:
$ id = field["id"]
$if field['type'] == 'Textbox':
$elif field['type'] == 'Textarea':
$else:
$ num_rows = len(field["values"])*2
$if 'value' in field and field['value'] == 'URI':
$ checked_browse = "checked=checked" if 'browse'in field and field["browse"] == "True" else ""
$if 'value' in field and field['value'] == 'Literal' and field['type'] == 'Textbox': $ checked_disambiguate = "checked=checked" if 'disambiguate'in field and field["disambiguate"] == "True" else ""
Add Textbox Add Textarea Add Dropdown Add Checkbox

Tips

You can create your template for data entry in few easy steps! Select the appearance of your field (text box, dropdown, checkbox), name it and provide a short description.

Start typing the full URI or the prefix (e.g. foaf:depic..) of the RDF property to be associated to the field. You will get suggestions from the LOV vocabularies catalogue for autocompletion. Easy right? You can still choose to ignore suggestions and create your own property.

Field values can be free text, entities, or controlled lists of terms.

Text box

Free text: any free text descriptions. You can use this field value as the main title the record (use the checkbox below). You must select one field as a title.

Entity: a term that can be reused in other records. When creating a record, you'll get autocompletion suggestions from Wikidata and the catalogue. You can select this field to be used as a filter in the page Explore. You can create as many filters as you want.

Location: a place that can be geolocalised. Similarly to entities, autocompletion suggestions from geonames will appear.

Text area

A Textarea allows for longer text descriptions to be annotated. When filling in, press return to enable entity extraction from text (e.g. people names, places, organizations). You will be able to accept or reject suggestions, and these will be automatically added to your data (by means of schema:keywords)

Dropdown and checkbox

Create your own controlled vocabulary in VALUES. For each line include the full URI and the label of a term separated by comma. URIs can be from external vocabularies or reuse the URI base that you setup.