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

Provide a mechanism equivalent to Atom's "<complete>" element for indicating completeness of feeds #1397

Closed
danbri opened this issue Oct 6, 2016 · 4 comments
Assignees
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). schema.org vocab General top level tag for issues on the vocabulary

Comments

@danbri
Copy link
Contributor

danbri commented Oct 6, 2016

http://schema.org/DataFeed does not currently distinguish between a feed that contains all current items, vs those that don't. The Atom format defines such a notion via a 'complete' element.

This information would be useful for interpreting whether entries missing from the feed should be treated as no longer existing (if it's a complete feed), or simply not part of this partial representation of the feed (if it's not a complete feed).

Proposal

Add a simple subtype of DataFeed called CompleteDataFeed. Definition along these lines:

CompleteDataFeed:
A CompleteDataFeed is a DataFeed whose standard representation includes content for every item currently in the feed.

This is the equivalent of Atom's element as defined by Feed Paging and Archiving (RFC 5005), https://tools.ietf.org/html/rfc5005

For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. "Top Twenty Records") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.

@danbri danbri added the schema.org vocab General top level tag for issues on the vocabulary label Oct 6, 2016
@danbri danbri self-assigned this Oct 6, 2016
danbri added a commit that referenced this issue Oct 6, 2016
@danbri
Copy link
Contributor Author

danbri commented Oct 6, 2016

Drafted in pending for review: http://pending.webschemas.org/CompleteDataFeed

@thadguidry
Copy link
Contributor

thadguidry commented Oct 6, 2016

@danbri are you fairly confident that this is better as a subtype rather than a property on DataFeed ? Pros/Cons ? Why not expose the <complete>element as a special property right on DataFeed , basically lifting it out of dataFeedElement which in theory is really were Atom <complete>realistically lives currently ?

@beccahughes
Copy link

CompleteDataFeed has been pending for a few years, is this something that is going to become part of schema.org?

@github-actions
Copy link

github-actions bot commented Aug 3, 2020

This issue is being tagged as Stale due to inactivity.

@github-actions github-actions bot added the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Aug 3, 2020
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). schema.org vocab General top level tag for issues on the vocabulary
Projects
None yet
Development

No branches or pull requests

3 participants