iptc / newsinjson

Home of the IPTC ninjs standard
https://iptc.org/standards/ninjs/
Other
34 stars 9 forks source link

Addition of a location, people & organisation type #153

Open iyoung opened 1 year ago

iyoung commented 1 year ago

From previous experience of what works and doesn't. Having these types single value and tracking the current type the entity is known for in the news is more maintainable.

This was branched from issue #142

Examples of AP usage for further information during discussion: -

https://api.ap.org/media/v/docs/#t=AP_Classification_Metadata.htm

"locationtype": {
    "code": "01f56e0e654841eca2e69bf2cbcc0526",
    "name": "Nation"
},

person types:

"types": [
    "GOVERNMENT_FIGURE",
    "PERSON",
    "ROYALTY"
],