{
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Antonio Labombarda",
    "description": "Studio legale civilista.",
    "url": "http://www.studiolegalelabombarda.it",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Italia, 28",
        "postalCode": "20052",
        "addressLocality": "Monza",
        "addressRegion": "Lombardia",
        "addressCountry": "IT"
    },
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "telephone": "039388781"
        },
        {
            "@type": "ContactPoint",
            "faxNumber": "039384098"
        }
    ],
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.pagineaziende.net/azienda.php?id=614"
    }
}