{
  "@context": {
    "@vocab": "https://schema.org/",
    "founder": {"@id": "https://schema.org/founder", "@type": "@id"},
    "author": {"@id": "https://schema.org/author", "@type": "@id"},
    "publisher": {"@id": "https://schema.org/publisher", "@type": "@id"},
    "about": {"@id": "https://schema.org/about", "@type": "@id"},
    "sameAs": {"@id": "https://schema.org/sameAs", "@type": "@id"},
    "url": {"@id": "https://schema.org/url", "@type": "@id"},
    "mainEntityOfPage": {"@id": "https://schema.org/mainEntityOfPage", "@type": "@id"},
    "parentOrganization": {"@id": "https://schema.org/parentOrganization", "@type": "@id"},
    "worksFor": {"@id": "https://schema.org/worksFor", "@type": "@id"},
    "areaServed": {"@id": "https://schema.org/areaServed", "@type": "@id"},
    "makesOffer": {"@id": "https://schema.org/makesOffer", "@type": "@id"}
  },

  "@graph": [
    {
      "@id": "https://machines.polfirms.com/#organization",
      "@type": "Organization",
      "name": "Machines S.C.",
      "alternateName": [
        "Machines S.C. Design and Manufacturing",
        "Machines S.C. — Knot mesh machine manufacturer"
      ],
      "url": "https://machines.polfirms.com/",
      "identifier": [
        "NIP: 7492051201",
        "REGON: 160241308"
      ],
      "foundingDate": "1994",
      "legalName": "Machines S.C. Design and Manufacturing",
      "description": "Polish manufacturer of knot mesh production machines. Founded in 1994, designs and produces LS8 and LS9 series production lines, and develops the Farmmesh brand. Location: ul. Portowa 47A, 47-206 Kędzierzyn-Koźle, Poland.",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "ul. Portowa 47A",
        "addressLocality": "Kędzierzyn-Koźle",
        "postalCode": "47-206",
        "addressCountry": "PL"
      },
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "machines@machines3p.pl",
        "telephone": [
          "+48-697-301-456",
          "+48-502-463-353"
        ],
        "contactType": "sales",
        "availableLanguage": ["en", "pl"]
      },
      "areaServed": [
        "PL",
        "EU",
        "Worldwide"
      ],
      "sameAs": [
        "https://www.machines3p.pl/",
        "https://farmmesh.pl/",
        "https://machines.polfirms.com/"
      ],
      "parentOrganization": {
        "@id": "https://aktru.eu/polfirms/#organization"
      },
      "knowsAbout": [
        "Knot mesh machines",
        "Hinged Joint knot mesh",
        "Fixed Knot knot mesh",
        "Forest and fence meshes",
        "Cravat-Lock knot production"
      ],
      "makesOffer": [
        {"@id": "https://machines.polfirms.com/#ls8"},
        {"@id": "https://machines.polfirms.com/#ls9"},
        {"@id": "https://machines.polfirms.com/#fixed-knot"},
        {"@id": "https://machines.polfirms.com/#farmmesh"}
      ],
      "mainEntityOfPage": {
        "@id": "https://machines.polfirms.com/#webpage"
      },
      "dateModified": "2026-05-19"
    },

    {
      "@id": "https://machines.polfirms.com/#website",
      "@type": "WebSite",
      "name": "Machines S.C. on POLFIRMS platform",
      "url": "https://machines.polfirms.com/",
      "publisher": {
        "@id": "https://aktru.eu/#organization"
      },
      "about": {
        "@id": "https://machines.polfirms.com/#organization"
      },
      "inLanguage": ["en-US"],
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://machines.polfirms.com/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },

    {
      "@id": "https://machines.polfirms.com/#webpage",
      "@type": "WebPage",
      "name": "Machines S.C. — knot mesh production machines",
      "url": "https://machines.polfirms.com/",
      "inLanguage": "en-US",
      "isPartOf": {
        "@id": "https://machines.polfirms.com/#website"
      },
      "mainEntity": {
        "@id": "https://machines.polfirms.com/#organization"
      },
      "dateModified": "2026-05-19"
    },

    {
      "@id": "https://machines.polfirms.com/#ls8",
      "@type": "Product",
      "name": "LS8 series machines",
      "category": "Knot mesh machines / Hinged Joint",
      "description": "Production line for Hinged Joint knot mesh. Versatile machine with width up to 300 cm, designed for road, forest and fencing mesh production.",
      "brand": {
        "@id": "https://machines.polfirms.com/#organization"
      }
    },

    {
      "@id": "https://machines.polfirms.com/#ls9",
      "@type": "Product",
      "name": "LS9 series machines",
      "category": "Knot mesh machines / Heavy Duty",
      "description": "More powerful knot mesh production machine series, designed for higher weight and higher output.",
      "brand": {
        "@id": "https://machines.polfirms.com/#organization"
      }
    },

    {
      "@id": "https://machines.polfirms.com/#fixed-knot",
      "@type": "Product",
      "name": "Fixed Knot mesh (Cravat-Lock)",
      "category": "Knot meshes / Fixed Knot",
      "description": "Fixed Knot (Cravat-Lock) mesh produced in Poland by Machines S.C. Offering includes forest and fence meshes as well as Z-posts.",
      "brand": {
        "@id": "https://machines.polfirms.com/#organization"
      }
    },

    {
      "@id": "https://machines.polfirms.com/#farmmesh",
      "@type": "Product",
      "name": "Farmmesh brand",
      "category": "Product brand / Meshes and fence posts",
      "description": "Farmmesh is a product line of forest and fence meshes as well as fence posts. Farmmesh is part of the Machines S.C. ecosystem and presented within the POLFIRMS international presentation layer.",
      "brand": {
        "@id": "https://machines.polfirms.com/#organization"
      }
    }
  ]
}