Index: trunk/extensions/SemanticMediaWiki/includes/export/SMW_Exporter.php |
— | — | @@ -69,6 +69,8 @@ |
70 | 70 | * can be used to pass a particular SMWTypesValue object that is used |
71 | 71 | * for determining the OWL type for property pages. |
72 | 72 | * |
| 73 | + * @todo Take into account whether the wiki page belongs to a builtin property, and ensure URI alignment/type declaration in this case. |
| 74 | + * |
73 | 75 | * @param $diWikiPage SMWDIWikiPage |
74 | 76 | * @param $typesvalueforproperty mixed either an SMWTypesValue or null |
75 | 77 | * @param $addStubData boolean to indicate if additional data should be added to make a stub entry for this page |