Add tern:SamplingCollection, an implementation of sosa:SamplingCollection #221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
tern:SamplingCollection
an implementation ofsosa:SamplingCollection
from the recent SOSA ontology PR.Added SHACL shapes for
tern:SamplingCollection
I followed the same patterns in this one that
tern:ObservationCollection
uses.The purpose of
SamplingCollection
is to group one or more Samplings with common properties or attributes, with the ability to hoist the shared properties to theSamplingCollection
.This is a supporting PR, showing evidence of implementation in support for the pending "SamplingCollection" PR in SOSA w3c/sdw-sosa-ssn#227
Note, I don't have topbraid composer, so I edited the
tern.ttl
andtern.shapes.ttl
by hand for this, I couldn't export a new version oftern.ttl.txt
ortern.ttl.svg
or any of the html files.