https://wikiba.se/ontology is missing some predicates for items/properties.
For properties:
- wikibase:propertyType (not to be confused with the class wikibase:PropertyType which is there)
For example, https://www.wikidata.org/wiki/Special:EntityData/P625.ttl has
wikibase:propertyType <http://wikiba.se/ontology#GlobeCoordinate> ;
For items:
- wikibase:identifiers
- wikibase:sitelinks
- wikibase:statements
For example, https://www.wikidata.org/wiki/Special:EntityData/Q188.ttl has
wikibase:statements "250"^^xsd:integer ; wikibase:sitelinks "352"^^xsd:integer ; wikibase:identifiers "118"^^xsd:integer .
Similar older ticket for lexeme/entity schemas: T371752
Acceptance criteria:
- the ontology files in the source code repos are updated (note: a new ontology file should have been added to the EntitySchema extension in T371752 but its not clear if it was)
- the missing datatypes are defined in https://wikiba.se/ontology
- the missing predicate is defined in https://wikiba.se/ontology
- wikibase:Sense is added to the AllDisjointClasses section in https://wikiba.se/ontology
[ ] Lydia has found the checklist for adding a new datatype and makes sure updating the ontology file is included in the checklist
Additional info:
- The Wikibase Suite team can upload a new ontology file to https://wikiba.se