Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Daniel-Mietchen opened this issue Mar 2, 2023 · 1 comment
Open

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

Daniel-Mietchen opened this issue Mar 2, 2023 · 1 comment

Comments

@Daniel-Mietchen
Copy link
Contributor

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


@situx
Copy link

situx commented Mar 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants