Function createEntityWithAuthoritativeLink
createEntityWithAuthoritativeLink( sourceData: any, _targetData: any, options?: { authorityFields: AuthorityFieldInformation[]; mainProperty: { offset?: number }; single?: boolean; typeIRI?: string; typeName?: string; }, context?: StrategyContext,): Promise<any> Parameters
- sourceData: any
- _targetData: any
Optionaloptions: {
authorityFields: AuthorityFieldInformation[];
mainProperty: { offset?: number };
single?: boolean;
typeIRI?: string;
typeName?: string;
}Optionalcontext: StrategyContext
Returns Promise<any>
the created entity
Creates an entity with an authoritative link