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

audience #4

Open
valentinedwv opened this issue Mar 21, 2022 · 1 comment
Open

audience #4

valentinedwv opened this issue Mar 21, 2022 · 1 comment
Assignees

Comments

@valentinedwv
Copy link
Contributor

Why does audienceType use specific field name, 'audienceType' rather than just generic property pattern field name like 'name'?

"audience_type": {

"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"
        }
    ],
@smrgeoinfo
Copy link
Contributor

I can add 'name' as well, checking on Slack to see before I finish new JSON-LD generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants