Page MenuHomePhabricator

Some item/property predicates missing from ontology.owl
Open, Needs TriagePublic

Description

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:

[ ] Lydia has found the checklist for adding a new datatype and makes sure updating the ontology file is included in the checklist

Additional info: