# ARTIFACT\_STATE

| *Definition:* | Suggested values exist in the Information Model : idsc:ANONYMIZED, idsc:PSEUDONYMIZED, idsc:ENCRYPTED, idsc:COMBINED.                                                 |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Label:*      | artifact state                                                                                                                                                        |
| *Identifier:* | [artifact-state.ttl](https://github.com/International-Data-Spaces-Association/ODRL-profile-for-IDS/blob/develop-iese/ids-vocabulary/left-operands/artifact-state.ttl) |
| *Note:*       |                                                                                                                                                                       |
| *Class:*      | [Left Operand](https://www.w3.org/TR/odrl-vocab/#term-LeftOperand)                                                                                                    |

*Example:*

```
"constraint": [{
	"leftOperand": "idsc:ARTIFACT_STATE",
	"operator": "eq",
	"rightOperand": { "@value": "idsc:ANONYMIZED", "@type": "xsd:string" }
}]
```
