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 status property for CreativeWork #987

Closed
chharvey opened this issue Feb 16, 2016 · 2 comments · Fixed by #2241
Closed

provide a status property for CreativeWork #987

chharvey opened this issue Feb 16, 2016 · 2 comments · Fixed by #2241
Labels
schema.org vocab General top level tag for issues on the vocabulary

Comments

@chharvey
Copy link

chharvey commented Feb 16, 2016

Similar to the eventStatus property for type Event, I propose adding a similar property to CreativeWork, perhaps named creativeWorkStatus, or simply status.

This property would have values expected to be of a new type, CreativeWorkStatusType, which would be "an enumeration type whose instances represent several states that a CreativeWork may be in." Perhaps the enumeration members of this type might include values such as Draft, Unstable, InProgress, OnHold, Complete, Finalized, Published, Stable, Deprecated, Obsolete, and so on.

Although the current properties dateCreated, dateModified, and datePublished describe useful information about the date on which a creative work's status had changed, I do not believe they richly describe its status in the manner proposed above.

Related types:

@danbri danbri added the schema.org vocab General top level tag for issues on the vocabulary label Mar 7, 2016
philbarker added a commit to philbarker/schemaorg that referenced this issue May 2, 2019
danbri pushed a commit that referenced this issue Jun 18, 2019
* provides a status property for CreativeWork, issue #987

* Adding defintion file name to list to be processed.
@jeremykelaher-sbs
Copy link

Hello, sbs.com.au are building a content API fully based on strict schema.org conformance with as few propriety extensions as possible (none so far) . This extension would be useful because we have draft content in our graph for preview by journalists and tests with tools like AMP. It strikes me search engines and other semantic query engines could be usefully aware of this status to explicitly avoid crawling "not published" content.

@ktk
Copy link

ktk commented Oct 20, 2020

The property creativeWorkStatus makes a lot of sense, we will use this for describing the status of published open data sets in Switzerland, which often start as drafts and only over time get "stable".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema.org vocab General top level tag for issues on the vocabulary
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants