# Slot: subsets _A list of subsets to which this entity belongs_ URI: [oio:inSubset](http://www.geneontology.org/formats/oboInOwl#inSubset) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Meta](Meta.md) | A collection of annotations on an entity or ontology or edge or axiom | no | ## Properties * Range: [String](String.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oio:inSubset | | native | obographs:subsets | ## LinkML Source
```yaml name: subsets description: A list of subsets to which this entity belongs from_schema: https://github.com/geneontology/obographs rank: 1000 slot_uri: oio:inSubset alias: subsets domain_of: - Meta range: string multivalued: true ```