We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in the book, at https://book.odis.org/thematics/expinst/index.html#example-institution-graph
have
Isn't that supposed to be memberOf? (guessing that the intention is something like 'org X is part of Org A')
The text was updated successfully, but these errors were encountered: