Re: A call for a new form, an algorithm

Hi Filip!

Can you provide 1 simple example, in expanded form, contrasted with compact
form, and then explain your problem space with your use cases?

Let's start with the the JSON-LD Playground's
<https://json-ld.org/playground/> "Place" example, which expanded form
looks like this:

[
  {
    "http://schema.org/description": [
      {
        "@value": "The Empire State Building is a 102-story landmark in New
York City."
      }
    ],
    "http://schema.org/geo": [
      {
        "http://schema.org/latitude": [
          {
            "@type": "http://www.w3.org/2001/XMLSchema#float",
            "@value": "40.75"
          }
        ],
        "http://schema.org/longitude": [
          {
            "@type": "http://www.w3.org/2001/XMLSchema#float",
            "@value": "73.98"
          }
        ]
      }
    ],
    "http://schema.org/image": [
      {
        "@id": "
http://www.civil.usherbrooke.ca/cours/gci215a/empire-state-building.jpg"
      }
    ],
    "http://schema.org/name": [
      {
        "@value": "The Empire State Building"
      }
    ]
  }
]


Thad
https://www.linkedin.com/in/thadguidry/
https://calendly.com/thadguidry/

Received on Thursday, 31 October 2024 03:49:14 UTC