Name
DB.DBA.RDF_GRAPH_COLLECT_FP_LIST — Gets inverse / functional properties for given graphs.
Synopsis
DB.DBA.RDF_GRAPH_COLLECT_FP_LIST
(
|
in g_iid_list any , |
in direct_fp integer , | |
inout
fp_list
any
) ; |
Description
Gets inverse / functional properties for given graphs. The procedure will fetch all triples of all specified graphs during the run, so it will take some time if graphs are big and/or numerous.
Parameters
g_iid_list
Vector of IRI_IDs of sample graphs
direct_fp
When zero gets list of inverse functional properties; non-zero gets functional properties.
fp_list
Variable that will be set to the vector of properties.
Return Types
any