# Slot: lang _the language of a property value_ URI: [obographs:lang](https://github.com/geneontology/obographs/lang) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PropertyValue](PropertyValue.md) | A generic grouping for the different kinds of key-value associations on objec... | no | | [XrefPropertyValue](XrefPropertyValue.md) | A property value that represents an assertion about an external reference to ... | no | | [DefinitionPropertyValue](DefinitionPropertyValue.md) | A property value that represents an assertion about the textual definition of... | no | | [BasicPropertyValue](BasicPropertyValue.md) | A property value that represents an assertion about an entity that is not a d... | no | | [SynonymPropertyValue](SynonymPropertyValue.md) | A property value that represents an assertion about a synonym of an entity | no | ## Properties * Range: [String](String.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://github.com/geneontology/obographs ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | obographs:lang | | native | obographs:lang | ## LinkML Source
```yaml name: lang description: the language of a property value from_schema: https://github.com/geneontology/obographs rank: 1000 alias: lang domain_of: - PropertyValue range: string ```