brando:hasSyntheticPersona
Property: Has Synthetic Persona
Brando property reference
Defined in the Brando vocabulary.
Brand > Property > Brand :: hasSyntheticPersona
Canonical URL: https://brandoschema.com/properties/hasSyntheticPersona
Check for open issues.
Definition
Links the node to one or more synthetic-persona entities used for testing, simulation, or controlled generation.
Values expected to be one of these types
- brando:SyntheticPersona
- List of brando:SyntheticPersona values
Used on these types
brando:Brand
Example (JSON-LD)
{
"@context": {
"schema": "https://schema.org/",
"brando": "https://brandoschema.com/"
},
"@type": "brando:Brand",
"schema:name": "Example Brand",
"brando:hasSyntheticPersona": {
"@id": "https://example.com/example",
"@type": "brando:SyntheticPersona"
}
}
Example (YAML)
@context:
schema: https://schema.org/
brando: https://brandoschema.com/
@type: brando:Brand
schema:name: Example Brand
brando:hasSyntheticPersona: {'@id': 'https://example.com/example', '@type': 'brando:SyntheticPersona'}
Acknowledgements
This element is based on the work of Advanced Analytica. Many Type and Property definitions are inspired by extensive analysis of brand guidelines, governance systems, and AI content-safety practices.