在数据库中我有两种类型的表[基于它们的名称] 例如:
1. smw_di_... => [semantic mediawiki data item => as I understood]
2. smw_fpt_... => [??]
什么是关键s_id
有人知道吗?
理解逻辑非常重要,因为没有可用的书籍,没有文档......
答案 0 :(得分:1)
FPT - 固定属性表
固定属性是用户定义但在wiki中密集使用的属性
扩展/ SemanticMediaWiki / SRC / SQLStore / PropertyTableInfoFetcher.php
private $fixedSpecialProperties = array(
// property declarations
'_TYPE', '_UNIT', '_CONV', '_PVAL', '_LIST', '_SERV',
// query statistics (very frequently used)
'_ASK', '_ASKDE', '_ASKSI', '_ASKFO', '_ASKST', '_ASKDU',
// subproperties, classes, and instances
'_SUBP', '_SUBC', '_INST',
// redirects
'_REDI',
// has sub object
'_SOBJ',
// vocabulary import and URI assignments
'_IMPO', '_URI',
// Concepts
'_CONC'
);
s_id =>指针[smw_object_ids的外键smw_id]
p_id =>属性ID,如果它没有修复DI