sbol3.uri_property

Module Contents

Classes

URIListProperty

URIPropertyMixin

URISingletonProperty

Functions

URIProperty(→ Union[str, list[str], Property])

class URIListProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: str | list[str] | None = None)

Bases: URIPropertyMixin, ListProperty

URIProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int | float, *, validation_rules: List | None = None, initial_value: str | List[str] | None = None) str | list[str] | Property
class URIPropertyMixin
static from_user(value: Any) rdflib.URIRef
static to_user(value: Any) str
class URISingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: str | None = None)

Bases: URIPropertyMixin, SingletonProperty