Skip to content

Field options

Description

Certain options are shared over all fields.

Label

The label for the form is configured by the rdfs:label predicate

sh:property             [ 
    rdfs:label        "Title"@en, "Titel"@nl ;

Description

The sh:description predicate configures a tooltip next to the label for a more descriptive text.

sh:property             [ 
    sh:description        "Empty value should not be allowed"@en,

Internal fields

Fields can be marked as internal with memorix:audience memorix:AudienceInternal as predicate and object. This will indicate that the fields should only be used for internal purposes and should not be published.

1
2
3
4
@prefix memorix: <http://memorix.io/ontology#> .

sh:property             [ 
    memorix:audience memorix:AudienceInternal