-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support linking or referencing related resources #248
Comments
Sounds interesting. A few questions:
|
I have a few comments:
So relationships could look like: { We should create semantic URIs for the classes and rel types. |
Good points:
|
To discuss at an upcoming meeting:
|
This was previously called "Support linking or referencing related events" because it started from linking events recorded together in time (for instance, a milking visit with a treatment or feed), or events linked by intent (for instance, linking a treatment to a prior diagnosis). |
Proposed mechanism to implement this in a tidy manner:
In V2, identifier would be a URI rather than a scheme and ID combination.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Address comments in the PR: - Add fields to icarResourceReferenceType as per adewg#248 - Adjust `icarAnimalSetReferenceType` to be a specialised `icarResourceReferenceType` and make `identifier` required. - Make `name` and `species` required in `icarInventoryClassificationType`.
It could be useful to have a generalised method for referencing one event from another, and describing the relationship between the events. This is demonstrated by the desire to link feed intake events and milking events when animals are fed while they are milked #171.
We did something similar for links between spatial resources at https://github.com/Datalinker-Org/Geospatial
There we created a
RelationType
with the properties:We could add to these a
relatedIdentifier
(source and ID?) that could be used in preference to the related URI.It would then be possible to extend
icarEventCoreResouce
(or evenicarResource
) to have an array of related resources or related events.The text was updated successfully, but these errors were encountered: