Smalyshev added a comment. Correction: our dates in RDF are gregorian only (xsd:dateTime), but calendar is kept so you can display it as Julian. But the dates themselves should be Gregorian, if this doesn't work that'd be pretty major bug.
About GUIDs - we always use the actual GUID that's in the data, not sure what WDTK does. About the classes - I think it's important to emphasize that assigning fixed classes to our properties (https://phabricator.wikimedia.org/T97522) - i.e. `wikibase:Statement rdf:type owl:Class` and having support for converting something like https://phabricator.wikimedia.org/P31 to `rdf:type` are entirely different things. Some people confuse it, which gets even more confusing because WDTK seems to have support for both. We need to clearly distinguish these. For properties I'd link to https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format#Predicates since we have 8 forms for property predicate. Not counting wdno: which is kind of related to property too but is a class for technical reasons - which actually almost the same that WDTK is doing but I think naming is different. TASK DETAIL https://phabricator.wikimedia.org/T95316 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucie, Smalyshev Cc: Lydia_Pintscher, mkroetzsch, daniel, Smalyshev, Aklapper, Lucie, Wikidata-bugs, aude _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
