def __init__(self, name: IRI, code: Optional[STRING] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.name = name self.code = code
def __init__(self, nodeKind: Optional[NodeType] = None, datatype: Optional[IRI] = None, mininclusive: Optional[numericLiteral] = None, minexclusive: Optional[numericLiteral] = None, maxinclusive: Optional[numericLiteral] = None, maxexclusive: Optional[numericLiteral] = None, totaldigits: Optional[INTEGER] = None, fractiondigits: Optional[INTEGER] = None, length: Optional[INTEGER] = None, minlength: Optional[INTEGER] = None, maxlength: Optional[INTEGER] = None, pattern: Optional[STRING] = None, values: Optional[List[valueSetValue]] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.nodeKind = nodeKind self.datatype = datatype self.mininclusive = mininclusive self.minexclusive = minexclusive self.maxinclusive = maxinclusive self.maxexclusive = maxexclusive self.totaldigits = totaldigits self.fractiondigits = fractiondigits self.length = length self.minlength = minlength self.maxlength = maxlength self.pattern = pattern self.values = values
def __init__(self, stem: Union[IRI, Wildcard], exclusions: Optional[List[Union[objectValue, Stem]]] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.stem = stem self.exclusions = exclusions
def __init__(self, length: Optional[INTEGER] = None, minlength: Optional[INTEGER] = None, maxlength: Optional[INTEGER] = None, pattern: Optional[STRING] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.length = length self.minlength = minlength self.maxlength = maxlength self.pattern = pattern
def __init__(self, prefixes: Optional[Dict[PREFIX, IRI]] = None, base: Optional[IRI] = None, startActs: Optional[List[SemAct]] = None, start: Optional[shapeExpr] = None, shapes: Optional[Dict[shapeLabel, shapeExpr]] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.prefixes = prefixes self.base = base self.startActs = startActs self.start = start self.shapes = shapes
def __init__(self, expressions: List[tripleExprT], min: Optional[INTEGER] = None, max: Optional[Union[INTEGER, STAR]] = None, semActs: Optional[List[SemAct]] = None, annotations: Optional[List[Annotation]] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.expressions = expressions self.min = min self.max = max self.semActs = semActs self.annotations = annotations
def __init__(self, virtual: Optional[BOOL] = None, closed: Optional[BOOL] = None, extra: Optional[List[IRI]] = None, expression: Optional[tripleExpr] = None, inherit: Optional[List[shapeLabel]] = None, semActs: Optional[List[SemAct]] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.virtual = virtual self.closed = closed self.extra = extra self.expression = expression self.inherit = inherit self.semActs = semActs
def __init__(self, mininclusive: Optional[numericLiteral] = None, minexclusive: Optional[numericLiteral] = None, maxinclusive: Optional[numericLiteral] = None, maxexclusive: Optional[numericLiteral] = None, totaldigits: Optional[INTEGER] = None, fractiondigits: Optional[INTEGER] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.mininclusive = mininclusive self.minexclusive = minexclusive self.maxinclusive = maxinclusive self.maxexclusive = maxexclusive self.totaldigits = totaldigits self.fractiondigits = fractiondigits
def __init__(self, predicate: IRI, inverse: Optional[BOOL] = None, negated: Optional[BOOL] = None, valueExpr: Optional[shapeExprT] = None, min: Optional[INTEGER] = None, max: Optional[Union[INTEGER, STAR]] = None, semActs: Optional[List[SemAct]] = None, annotations: Optional[List[Annotation]] = None, **_: Dict[str, object]): JSGObject.__init__(self) self.predicate = predicate self.inverse = inverse self.negated = negated self.valueExpr = valueExpr self.min = min self.max = max self.semActs = semActs self.annotations = annotations
def __init__(self, shapeExprs: List[shapeExprT], **_: Dict[str, object]): JSGObject.__init__(self) self.shapeExprs = shapeExprs
def __init__(self, shapeExpr: shapeExprT, **_: Dict[str, object]): JSGObject.__init__(self) self.shapeExpr = shapeExpr
def __init__(self, reference: IRI, **_: Dict[str, object]): JSGObject.__init__(self) self.reference = reference
def __init__(self, **_: Dict[str, object]): JSGObject.__init__(self)
def __init__(self, predicate: IRI, object: objectValue, **_: Dict[str, object]): JSGObject.__init__(self) self.predicate = predicate self.object = object
def __init__(self, stem: IRI, **_: Dict[str, object]): JSGObject.__init__(self) self.stem = stem
def __init__(self, include: shapeLabel, **_: Dict[str, object]): JSGObject.__init__(self) self.include = include