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

organization is memberOf organization #470

Open
smrgeoinfo opened this issue Oct 24, 2024 · 0 comments
Open

organization is memberOf organization #470

smrgeoinfo opened this issue Oct 24, 2024 · 0 comments

Comments

@smrgeoinfo
Copy link

in the book, at https://book.odis.org/thematics/expinst/index.html#example-institution-graph

have

"@id": "https://index.example.org/id/org/x",
    "@type": "Organization",
...
    "name": "Organization X",
     "member": [
        {
            "@id": "https://example.org/id/org/1",
            "@type": "Organization",
            "name": "Organization A",
            "description": "Org A is a potential parent organization of Org X"
        }, ...

Isn't that supposed to be memberOf? (guessing that the intention is something like 'org X is part of Org A')

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

1 participant