INPUT_OBJECT
ObservationInputParams
link GraphQL Schema definition
- input ObservationInputParams {
- # (`SpatialThing`) The place where an observation occured. Usually mappable.
- ID :
- # (`EconomicResource` or `Agent`) Thing that was observed
- ID! :
- ID :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- ID!] : [
- # (`Person` or `EconomicResource` or `ResourceSpecification`) The person or
- # machine or sensor who actually conducted the observation
- ID :
- # A textual description or comment.
- String :
- # (`Process`) Optionally defines the economic process during which this event
- # occured
- ID :
- # (`ObservableProperty`) Type of measurement (eg, temperature, weight...).
- ID! :
- # (`Person` or `Organization`) The agent who is providing the observation
- ID :
- # Alternatively to `resultPhenomenon`: Unit and measurement of what was observed
- # (only in the case of quantitative measurements)
- IMeasure :
- # Alternatively to `resultMeasure`: (`ObservablePhenomenon`) Name and other
- # information about what was observed (only in the case of qualitative
- # measurements)
- ID :
- # The date and time at which the observation occurred.
- DateTime :
- }