Skip to content

Update the Dataset #2

@VladimirAlexiev

Description

@VladimirAlexiev

How up to date is the dataset?

PREFIX dct: <http://purl.org/dc/terms/>
select (count(*) as ?c) ?yearMonth {
  ?x dct:date ?date
  bind(substr(str(?date),1,7) as ?yearMonth)
} group by ?yearMonth order by desc(?yearMonth) limit 10

So the delay is 5-5.5 months. But ML research is exploding, so is it possible to implement monthly updates?

I can try to scrounge some resources here at Ontotext to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions