{
    "@context": "https://schema.org",
    "@type": "ItemList",
    "name": "Tech Software - Festival de Sintra",
    "description": "60ª Edição do Festival de Sintra",
    "url": "https://festivaldesintra.pt",
    "numberOfItems": 4,
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@type": "Service",
                "name": "O FESTIVAL",
                "provider": {
                    "@type": "Organization",
                    "name": "Festival de Sintra",
                    "url": "https://festivaldesintra.pt"
                }
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@type": "Service",
                "name": "VISITAR SINTRA",
                "provider": {
                    "@type": "Organization",
                    "name": "Festival de Sintra",
                    "url": "https://festivaldesintra.pt"
                }
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@type": "Service",
                "name": "ARQUIVO",
                "provider": {
                    "@type": "Organization",
                    "name": "Festival de Sintra",
                    "url": "https://festivaldesintra.pt"
                }
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@type": "Service",
                "name": "BILHETES",
                "provider": {
                    "@type": "Organization",
                    "name": "Festival de Sintra",
                    "url": "https://festivaldesintra.pt"
                }
            }
        }
    ]
}