GlobalSemanticConfig: {
    createEntityIRI: (typeName: string, id?: string) => string;
    jsonLDConfig: JSONLDConfig;
    propertyIRIToPropertyName: IRIToStringFn;
    propertyNameToIRI: StringToIRIFn;
    queryBuildOptions: SparqlBuildOptions;
    typeIRIToTypeName: IRIToStringFn;
    typeNameToTypeIRI: StringToIRIFn;
}

Type declaration

  • createEntityIRI: (typeName: string, id?: string) => string
  • jsonLDConfig: JSONLDConfig
  • propertyIRIToPropertyName: IRIToStringFn
  • propertyNameToIRI: StringToIRIFn
  • queryBuildOptions: SparqlBuildOptions
  • typeIRIToTypeName: IRIToStringFn
  • typeNameToTypeIRI: StringToIRIFn