Skip to content

Add countryOfOrigin to TVSeries and Movie[done] + Product [todo] #767

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

Closed
vickitardif opened this issue Sep 11, 2015 · 5 comments
Closed
Assignees
Labels
schema.org vocab General top level tag for issues on the vocabulary

Comments

@vickitardif
Copy link
Contributor

Sites like Wikipedia and IMDB often provide the country of origin for TV series and movies. It would be nice if they had a way to do that in markup as well. Something like:

{
  "@context": "http://schema.org/",
  "@type": "Movie",
  "name": "Ghostbusters",
  "countryOfOrigin": {
    "@type": "Country",
    "name": "USA"
  }
}

In some cases, there will be more than one country, which is fine. Authors can provide more than one value.

@vickitardif vickitardif added schema.org vocab General top level tag for issues on the vocabulary type:exact proposal labels Sep 11, 2015
@vickitardif vickitardif self-assigned this Sep 11, 2015
vickitardif added a commit to vickitardif/schemaorg that referenced this issue Sep 15, 2015
@vickitardif
Copy link
Contributor Author

Created pull request #767. The definition is based on FIAF cataloging rules.

danbri added a commit that referenced this issue Sep 15, 2015
@shankarnat
Copy link
Collaborator

+1 to this. This would be very useful for lot of foreign movies too.

@mfhepp
Copy link
Contributor

mfhepp commented Oct 12, 2015

I think countryOfOrigin would also be very useful for Product.

@danbri danbri changed the title Add countryOfOrigin to TVSeries and Movie Add countryOfOrigin to ~~TVSeries and Movie~~ + Product Nov 6, 2015
@danbri danbri changed the title Add countryOfOrigin to ~~TVSeries and Movie~~ + Product Add countryOfOrigin to TVSeries and Movie[done] + Product [todo] Nov 6, 2015
@danbri
Copy link
Contributor

danbri commented Nov 6, 2015

Fixed in http://schema.org/docs/releases.html#v2.2 - thanks all.

Leaving open, retitled slightly, as @mfhepp suggests this would be useful on Product too.

@vickitardif
Copy link
Contributor Author

Let's close this and if it is needed for Product we can open with a more targeted issue.

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

No branches or pull requests

4 participants