INPUT_OBJECT

ObservationInputParams

link GraphQL Schema definition

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