ordia icon indicating copy to clipboard operation
ordia copied to clipboard

Add time period (P2348) to lexemeSparql in l.html

Open Daniel-Mietchen opened this issue 1 year ago • 1 comments

Example: https://ordia.toolforge.org/L704983

Background: https://www.wikidata.org/w/index.php?title=Topic:Xdjb0agvg0o7ltrd&topic_showPostId=xdjb57apwea1lj5n#flow-post-xdjb57apwea1lj5n .

Draft query:

SELECT DISTINCT
  ?description 
  (?valueLabel AS ?value_) 
WHERE {
  VALUES ?lexeme { wd:L704983 }
  {
    BIND(33 AS ?order)
    BIND("Time period" AS ?description)
    ?lexeme p:P2348 ?value_statement .
    ?value_statement ps:P2348 ?value .
    ?value rdfs:label ?valueLabel .
    FILTER (LANG(?valueLabel) = 'en')
  }
}
ORDER BY ?order



Daniel-Mietchen avatar Mar 02 '23 02:03 Daniel-Mietchen

Some background on this for the Sumerian language:

  • I currently add time periods per Lexeme. These are time periods in which the Lexeme has been attested in texts
  • The same can be done and possibly will be done in the future (the data is there) on the level of forms: Both of which are, I think interesting to highlight in Ordia as well

In Ordia I think it would be sufficient to display time periods in one row, but they should be linked to the QIDs of the time periods.

I would be in favor of adding a profile type for time periods. I think it would be a welcome addition at least for the domain of cuneiform languages, but possibly also for many others.

situx avatar Mar 02 '23 12:03 situx