Function makeSPARQLConstructQuery
makeSPARQLConstructQuery( entityIRI: string, typeIRI: string, schema: JSONSchemaWithInverseProperties, options: SPARQLCRUDOptions,): any Parameters
- entityIRI: string
- typeIRI: string
- schema: JSONSchemaWithInverseProperties
- options: SPARQLCRUDOptions
Returns any
Generates a SPARQL CONSTRUCT query from a JSON Schema
Deprecated
Consider using normalizedSchema2construct + buildCompleteSPARQLQuery directly for more control