earthcube / earthcube/ResourceRegistry
audience
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Why does audienceType use specific field name, 'audienceType' rather than just generic property pattern field name like 'name'?
https://github.com/earthcube/ResourceRegistry/blob/baa4200457802fce87a5f7d25c24e7c25754b496/ecrrjsonschema1.0.json#L459
```
"audience": [
{
"@type": "Audience",
"audienceType": "Data Users",
"identifier": "http://cor.esipfed.org/ont/earthcube/AUT_0000002"
},
{
"@type": "Audience",
"audienceType": "Scientists",
"identifier": "http://cor.esipfed.org/ont/earthcube/AUT_0000007"
}
],
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.