rdfframework.validators package

Submodules

rdfframework.validators.rdfvalidators module

class rdfframework.validators.rdfvalidators.UniqueValue(message=None)[source]

Bases: object

a custom validator for use with wtforms * checks to see if the value already exists in the triplestore

rdfframework.validators.rdfvalidators.get_wtform_validators(field)[source]

reads the list of validators for the field and returns the wtforms validator list

Module contents