Skip to content

brando:hasProductCategory

A Brando Property
Defined in the Brando® vocabulary.


Thing > Intangible > Brand :: hasProductCategory

Canonical URL: https://brandoschema.com/properties/hasProductCategory
Check for open issues.


Description

Links a brand to its branded product or service category taxonomy nodes.


Values expected to be one of these types

  • brando:BrandedCategory
  • List of brando:BrandedCategory values

Used on these types


Example (JSON-LD)

{
  "@context": {
    "schema": "https://schema.org/",
    "brando": "https://brandoschema.com/"
  },
  "@type": "brando:Brand",
  "schema:name": "Example Brand",
  "brando:hasProductCategory": {
    "@id": "https://example.com/example",
    "@type": "brando:BrandedCategory"
  }
}

Example (YAML)

@context:
  schema: https://schema.org/
  brando: https://brandoschema.com/

@type: brando:Brand
schema:name: Example Brand

brando:hasProductCategory: {'@id': 'https://example.com/example', '@type': 'brando:BrandedCategory'}

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.