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

Extend domains and ranges to "Kind" classes #211

Closed
maximelefrancois86 opened this issue Mar 19, 2024 · 2 comments
Closed

Extend domains and ranges to "Kind" classes #211

maximelefrancois86 opened this issue Mar 19, 2024 · 2 comments

Comments

@maximelefrancois86
Copy link
Contributor

Related to #107 and #209,

The "Kind" classes may be included in the domains or ranges of many object properties.

For Systems in sosa-common:

  • implementedBy (range)
  • implements (domain)
  • hasSubSystem (domain and range)
  • isHostedBy (domain)
  • hasDeployment (should only apply to instances I believe)
  • hosts (range)
  • inDeployment (should only apply to instances I believe)
  • deployedSystem (should only apply to instances I believe)

For Platforms in sosa:common:

  • isHostedOn (domain and range)
  • hosts (domain and range)
  • inDeployment (should only apply to instances I believe)
  • deployedOnPlatform (should only apply to instances I believe)

For Platforms in sosa:observations

  • relatedObservation (should only apply to instances I believe)

For Sensors in sosa:observations:

  • observes (domain)
  • isObservedBy (range)
  • madeObservation (domain)
  • madeBySensor (range)
  • relatedObservation (should only apply to instances I believe)

...

@dr-shorthair
Copy link
Collaborator

PR?

@dr-shorthair
Copy link
Collaborator

We decided not to implement 'Kind' classes, but to use OWL class/individual pattern instead.
See https://w3c.github.io/sdw-sosa-ssn/ssn/#SystemType

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

No branches or pull requests

3 participants