Giter VIP home page Giter VIP logo

wikibaseedtf's People

Contributors

jeroendedauw avatar kghbln avatar malberts avatar mzeinstra avatar translatewiki avatar universal-omega avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wikibaseedtf's Issues

Humanize sets

I propose to display set humanization as a list rather than as a single text with a bunch of and/or in it.

All of these
* 2020
* Approximately 2021
* January 2022
One of these
* 2020
* Approximately 2021
* January 2022

Export does not always specify xsd:datetime for 'dumbed down' version of EDTF string

In my Wikibase the valid EDTF string XXXX maps correctly maps to +0000-00-00T00:00:00Z in xsd:datetime, but without the proper datatype in the export to Blazegraph. So "+0000-00-00T00:00:00Z" should be "+0000-00-00T00:00:00Z"^^xsd:dateTime

So this TTL should have an additional ^^xsd:dateTime

wd:Q483 a wikibase:Item ;
	wdt:P19 "XXXX"^^xsd:edtf,
		"+0000-00-00T00:00:00Z" ;
	wdt:P21 "1799"^^xsd:edtf,
		"1799-01-01T00:00:00Z"^^xsd:dateTime ;

This query:

SELECT DISTINCT ?date ?type
WHERE {
  BIND(wd:Q483 AS ?item)
  ?item wdt:P19 ?date.
  BIND(datatype(?date) AS ?type)
} 

should not yield

date type
+0000-00-00T00:00:00Z xsd:string
XXXX xsd:edtf

Update translations [EDTF 1.2.0]?

Hello,
I have a Wikibase Docker instance with MediaWiki 1.36.3 and the ETDF 1.2.0 extension preinstalled.
Since then, you have released version 2.0, which contains some new translations/fixes that I'm interested in, but it seems to be designed for MediaWiki 1.37.
--> Is there a way to update the 1.2.0 extension/include the new 'humanized' translations I'm interested in?
Since the extension is installed with Composer, I don't know how to proceed. Do you have any advice?

Thanks in advance for your help.

Make dates available for SPARQL

I don't see this as an open ticket yet.

We discussed that the MVP would be to expose the lowest date of an EDTF value to SPARQL in Wikibase. Given possibilities this could be the highest and lowest values.

This is to make the current operators on dates available in SPARQL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.