OBJECT

Taxonomy

link GraphQL Schema definition

  • type Taxonomy {
  • # array of definitions (usually just one)
  • definitions: [String!]
  • # expanded names are used only for Elasticsearch
  • expandedNames: [String!]
  • # fairsharing_records tagged with this tag
  • fairsharingRecords: [FairsharingRecord!]
  • # ID of this tag
  • id: Int!
  • # unique IRI of the tag
  • iri: String
  • # label, to be used as the displayed name of the tag
  • label: String!
  • # array of synonyms for this tag
  • synonyms: [String!]
  • }