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
Updates to do: first we need to represent these relationships:
Thing > Hardware Thing > OperatingSystem Thing > SoftwareHost Thing > ComputationalEnvironment - has SoftwareHost (many) each of which... - runsOn Hardware - supports Virtualization - has OperatingSystem Thing > Virtualization - isSupportedBy SoftwareHost Thing > Virtualization > Hypervisor Thing > Virtualization > Container - has OperatingSystem - buildFrom ContainerRecipe (sometimes) - has SoftwareApplication (sometimes) - has annotations Thing > Virtualization > Container > ContainerImage > ContainerRuntime Thing > CreativeWork > Collection > ContainerDistribution has Container (many)
I'm not deliving into Computational Environment, that's too large of a chunk to tackle right now. It could be added as a parent node at some point.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Updates to do: first we need to represent these relationships:
I'm not deliving into Computational Environment, that's too large of a chunk to tackle right now.
It could be added as a parent node at some point.
The text was updated successfully, but these errors were encountered: