René's URL Explorer Experiment


Title: DefinedRegion - Schema.org Type

Description: Schema.org Type: DefinedRegion - A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.

Examples: a delivery destination when shopping. Region where regional pricing is configured.

Requirement 1: Country: US States: "NY", "CA"

Requirement 2: Country: US PostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]} { [12345, 12345], [78945, 78945], } Region = state, canton, prefecture, autonomous community...

direct link

Domain: schema.org


Hey, it has json ld scripts:
{
  "@context": {
    "brick": "https://brickschema.org/schema/Brick#",
    "csvw": "http://www.w3.org/ns/csvw#",
    "dc": "http://purl.org/dc/elements/1.1/",
    "dcam": "http://purl.org/dc/dcam/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcmitype": "http://purl.org/dc/dcmitype/",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "geo": "http://www.opengis.net/ont/geosparql#",
    "odrl": "http://www.w3.org/ns/odrl/2/",
    "org": "http://www.w3.org/ns/org#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "prof": "http://www.w3.org/ns/dx/prof/",
    "prov": "http://www.w3.org/ns/prov#",
    "qb": "http://purl.org/linked-data/cube#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "https://schema.org/",
    "sh": "http://www.w3.org/ns/shacl#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "sosa": "http://www.w3.org/ns/sosa/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "time": "http://www.w3.org/2006/time#",
    "vann": "http://purl.org/vocab/vann/",
    "void": "http://rdfs.org/ns/void#",
    "wgs": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:DefinedRegion",
      "@type": "rdfs:Class",
      "rdfs:comment": "A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.\n\nExamples: a delivery destination when shopping. Region where regional pricing is configured.\n\nRequirement 1:\nCountry: US\nStates: \"NY\", \"CA\"\n\nRequirement 2:\nCountry: US\nPostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}\n{ [12345, 12345], [78945, 78945], }\nRegion = state, canton, prefecture, autonomous community...\n",
      "rdfs:label": "DefinedRegion",
      "rdfs:subClassOf": [
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:StructuredValue"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:Intangible",
      "@type": "rdfs:Class",
      "rdfs:comment": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
      "rdfs:label": "Intangible",
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:Place",
      "@type": "rdfs:Class",
      "rdfs:comment": "Entities that have a somewhat fixed, physical extension.",
      "rdfs:label": "Place",
      "owl:equivalentClass": {
        "@id": "https://www.omg.org/spec/Commons/Locations/Location"
      },
      "rdfs:subClassOf": {
        "@id": "schema:Thing"
      }
    },
    {
      "@id": "schema:StructuredValue",
      "@type": "rdfs:Class",
      "rdfs:comment": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.",
      "rdfs:label": "StructuredValue",
      "rdfs:subClassOf": {
        "@id": "schema:Intangible"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    },
    {
      "@id": "schema:additionalProperty",
      "@type": "rdf:Property",
      "rdfs:comment": "A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
      "rdfs:label": "additionalProperty",
      "schema:domainIncludes": [
        {
          "@id": "schema:MerchantReturnPolicy"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:PropertyValue"
      }
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. Typically the value is a URI-identified RDF class, and in this case corresponds to the\n    use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org style guide.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "rdf:type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:address",
      "@type": "rdf:Property",
      "rdfs:comment": "Physical address of the item.",
      "rdfs:label": "address",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/address"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:PostalAddress"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:addressCountry",
      "@type": "rdf:Property",
      "rdfs:comment": "The country. Recommended to be in 2-letter [ISO 3166-1 alpha-2](http://en.wikipedia.org/wiki/ISO_3166-1) format, for example \"US\". For backward compatibility, a 3-letter [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) country code such as \"SGP\" or a full country name such as \"Singapore\" can also be used.",
      "rdfs:label": "addressCountry",
      "schema:domainIncludes": [
        {
          "@id": "schema:DefinedRegion"
        },
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:PostalAddress"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Country"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:addressRegion",
      "@type": "rdf:Property",
      "rdfs:comment": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country) such as the Province in Italy or Region in Germany.",
      "rdfs:label": "addressRegion",
      "owl:equivalentProperty": {
        "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/hasCountrySubdivision"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:DefinedRegion"
        },
        {
          "@id": "schema:PostalAddress"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:AdministrativeArea"
        },
        {
          "@id": "schema:Text"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:aggregateRating",
      "@type": "rdf:Property",
      "rdfs:comment": "The overall rating, based on a collection of reviews or ratings, of the item.",
      "rdfs:label": "aggregateRating",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:AggregateRating"
      }
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:amenityFeature",
      "@type": "rdf:Property",
      "rdfs:comment": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
      "rdfs:label": "amenityFeature",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/STI_Accommodation_Ontology"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Accommodation"
        },
        {
          "@id": "schema:FloorPlan"
        },
        {
          "@id": "schema:LodgingBusiness"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:LocationFeatureSpecification"
      }
    },
    {
      "@id": "schema:branchCode",
      "@type": "rdf:Property",
      "rdfs:comment": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\\n\\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.\n      ",
      "rdfs:label": "branchCode",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:containedIn",
      "@type": "rdf:Property",
      "rdfs:comment": "The basic containment relation between a place and one that contains it.",
      "rdfs:label": "containedIn",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      },
      "schema:supersededBy": {
        "@id": "schema:containedInPlace"
      }
    },
    {
      "@id": "schema:containedInPlace",
      "@type": "rdf:Property",
      "rdfs:comment": "The basic containment relation between a place and one that contains it.",
      "rdfs:label": "containedInPlace",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:inverseOf": {
        "@id": "schema:containsPlace"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:containsPlace",
      "@type": "rdf:Property",
      "rdfs:comment": "The basic containment relation between a place and another that it contains.",
      "rdfs:label": "containsPlace",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:inverseOf": {
        "@id": "schema:containedInPlace"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Place"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:description"
        },
        {
          "@id": "http://ogp.me/ns#description"
        },
        {
          "@id": "https://ref.gs1.org/voc/description"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:TextObject"
        }
      ]
    },
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:event",
      "@type": "rdf:Property",
      "rdfs:comment": "Upcoming or past event associated with this place, organization, or action.",
      "rdfs:label": "event",
      "schema:domainIncludes": [
        {
          "@id": "schema:InformAction"
        },
        {
          "@id": "schema:InviteAction"
        },
        {
          "@id": "schema:JoinAction"
        },
        {
          "@id": "schema:LeaveAction"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:PlayAction"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      }
    },
    {
      "@id": "schema:events",
      "@type": "rdf:Property",
      "rdfs:comment": "Upcoming or past events associated with this place or organization.",
      "rdfs:label": "events",
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Event"
      },
      "schema:supersededBy": {
        "@id": "schema:event"
      }
    },
    {
      "@id": "schema:faxNumber",
      "@type": "rdf:Property",
      "rdfs:comment": "The fax number.",
      "rdfs:label": "faxNumber",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/faxNumber"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:geo",
      "@type": "rdf:Property",
      "rdfs:comment": "The geo coordinates of the place.",
      "rdfs:label": "geo",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:GeoShape"
        }
      ]
    },
    {
      "@id": "schema:geoContains",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoContains",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoCoveredBy",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoCoveredBy",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoCovers",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoCovers",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoCrosses",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoCrosses",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoDisjoint",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: \"they have no point in common. They form a set of disconnected geometries.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)",
      "rdfs:label": "geoDisjoint",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoEquals",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM). \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship).",
      "rdfs:label": "geoEquals",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoIntersects",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoIntersects",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoOverlaps",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoOverlaps",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoTouches",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents spatial relations in which two geometries (or the places they represent) touch: \"they have at least one boundary point in common, but no interior points.\" (A symmetric relationship, as defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).)",
      "rdfs:label": "geoTouches",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:geoWithin",
      "@type": "rdf:Property",
      "rdfs:comment": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM).",
      "rdfs:label": "geoWithin",
      "schema:domainIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:GeospatialGeometry"
        },
        {
          "@id": "schema:Place"
        }
      ]
    },
    {
      "@id": "schema:globalLocationNumber",
      "@type": "rdf:Property",
      "rdfs:comment": "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.",
      "rdfs:label": "globalLocationNumber",
      "owl:equivalentProperty": [
        {
          "@id": "http://unece.org/vocab#gLNId"
        },
        {
          "@id": "https://ref.gs1.org/voc/globalLocationNumber"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:hasCertification",
      "@type": "rdf:Property",
      "rdfs:comment": "Certification information about a product, organization, service, place, or person.",
      "rdfs:label": "hasCertification",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#ApplicableCertificate"
      },
      "rdfs:subPropertyOf": [
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/isReferencedIn"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Classifiers/isClassifiedBy"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Certification"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3230"
      }
    },
    {
      "@id": "schema:hasDriveThroughService",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.",
      "rdfs:label": "hasDriveThroughService",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2490"
      }
    },
    {
      "@id": "schema:hasGS1DigitalLink",
      "@type": "rdf:Property",
      "rdfs:comment": "The GS1 digital link associated with the object. This URL should conform to the particular requirements of digital links. The link should only contain the Application Identifiers (AIs) that are relevant for the entity being annotated, for instance a [[Product]] or an [[Organization]], and for the correct granularity. In particular, for products: Other item types should be adapted similarly.",
      "rdfs:label": "hasGS1DigitalLink",
      "rdfs:subPropertyOf": {
        "@id": "schema:identifier"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/3475"
      }
    },
    {
      "@id": "schema:hasMap",
      "@type": "rdf:Property",
      "rdfs:comment": "A URL to a map of the place.",
      "rdfs:label": "hasMap",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Map"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n        ",
      "rdfs:label": "identifier",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:identifier"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Identifiers/identifiedBy"
        }
      ],
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
      "rdfs:label": "image",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:isAccessibleForFree",
      "@type": "rdf:Property",
      "rdfs:comment": "A flag to signal that the item, event, or place is accessible for free.",
      "rdfs:label": "isAccessibleForFree",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      }
    },
    {
      "@id": "schema:isicV4",
      "@type": "rdf:Property",
      "rdfs:comment": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
      "rdfs:label": "isicV4",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:keywords",
      "@type": "rdf:Property",
      "rdfs:comment": "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.",
      "rdfs:label": "keywords",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:latitude",
      "@type": "rdf:Property",
      "rdfs:comment": "The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
      "rdfs:label": "latitude",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Locations/hasLatitude"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Number"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:logo",
      "@type": "rdf:Property",
      "rdfs:comment": "An associated logo.",
      "rdfs:label": "logo",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#logoReferencedDocument"
      },
      "rdfs:subPropertyOf": {
        "@id": "schema:image"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:longitude",
      "@type": "rdf:Property",
      "rdfs:comment": "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).",
      "rdfs:label": "longitude",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Locations/hasLongitude"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Number"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:mainEntity"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:map",
      "@type": "rdf:Property",
      "rdfs:comment": "A URL to a map of the place.",
      "rdfs:label": "map",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:supersededBy": {
        "@id": "schema:hasMap"
      }
    },
    {
      "@id": "schema:maps",
      "@type": "rdf:Property",
      "rdfs:comment": "A URL to a map of the place.",
      "rdfs:label": "maps",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:supersededBy": {
        "@id": "schema:hasMap"
      }
    },
    {
      "@id": "schema:maximumAttendeeCapacity",
      "@type": "rdf:Property",
      "rdfs:comment": "The total number of individuals that may attend an event or venue.",
      "rdfs:label": "maximumAttendeeCapacity",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Quantities/hasUpperBound"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Integer"
      }
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "owl:equivalentProperty": [
        {
          "@id": "dcterms:title"
        },
        {
          "@id": "http://ogp.me/ns#title"
        },
        {
          "@id": "https://www.omg.org/spec/Commons/Text/hasName"
        }
      ],
      "rdfs:subPropertyOf": {
        "@id": "rdfs:label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:openingHoursSpecification",
      "@type": "rdf:Property",
      "rdfs:comment": "The opening hours of a certain place.",
      "rdfs:label": "openingHoursSpecification",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:OpeningHoursSpecification"
      }
    },
    {
      "@id": "schema:owner",
      "@type": "rdf:Property",
      "rdfs:comment": "A person or organization who owns this Thing.",
      "rdfs:label": "owner",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:owns"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/4603"
      }
    },
    {
      "@id": "schema:photo",
      "@type": "rdf:Property",
      "rdfs:comment": "A photograph of this place.",
      "rdfs:label": "photo",
      "rdfs:subPropertyOf": {
        "@id": "schema:image"
      },
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:Photograph"
        }
      ]
    },
    {
      "@id": "schema:photos",
      "@type": "rdf:Property",
      "rdfs:comment": "Photographs of this place.",
      "rdfs:label": "photos",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:ImageObject"
        },
        {
          "@id": "schema:Photograph"
        }
      ],
      "schema:supersededBy": {
        "@id": "schema:photo"
      }
    },
    {
      "@id": "schema:postalCode",
      "@type": "rdf:Property",
      "rdfs:comment": "The postal code. For example, 94043.",
      "rdfs:label": "postalCode",
      "owl:equivalentProperty": [
        {
          "@id": "http://unece.org/vocab#postcodeCode"
        },
        {
          "@id": "https://ref.gs1.org/voc/postalCode"
        },
        {
          "@id": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/hasPostalCode"
        }
      ],
      "schema:domainIncludes": [
        {
          "@id": "schema:DefinedRegion"
        },
        {
          "@id": "schema:GeoCoordinates"
        },
        {
          "@id": "schema:GeoShape"
        },
        {
          "@id": "schema:PostalAddress"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:postalCodePrefix",
      "@type": "rdf:Property",
      "rdfs:comment": "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.",
      "rdfs:label": "postalCodePrefix",
      "schema:domainIncludes": {
        "@id": "schema:DefinedRegion"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:postalCodeRange",
      "@type": "rdf:Property",
      "rdfs:comment": "A defined range of postal codes.",
      "rdfs:label": "postalCodeRange",
      "schema:domainIncludes": {
        "@id": "schema:DefinedRegion"
      },
      "schema:rangeIncludes": {
        "@id": "schema:PostalCodeRangeSpecification"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2506"
      }
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:publicAccess",
      "@type": "rdf:Property",
      "rdfs:comment": "A flag to signal that the [[Place]] is open to public visitors.  If this property is omitted there is no assumed default boolean value.",
      "rdfs:label": "publicAccess",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      }
    },
    {
      "@id": "schema:review",
      "@type": "rdf:Property",
      "rdfs:comment": "A review of the item.",
      "rdfs:label": "review",
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      }
    },
    {
      "@id": "schema:reviews",
      "@type": "rdf:Property",
      "rdfs:comment": "Review of the item.",
      "rdfs:label": "reviews",
      "schema:domainIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Review"
      },
      "schema:supersededBy": {
        "@id": "schema:review"
      }
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:slogan",
      "@type": "rdf:Property",
      "rdfs:comment": "A slogan or motto associated with the item.",
      "rdfs:label": "slogan",
      "owl:equivalentProperty": {
        "@id": "http://unece.org/vocab#PromotionalMessage"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Brand"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Place"
        },
        {
          "@id": "schema:Product"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:smokingAllowed",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.",
      "rdfs:label": "smokingAllowed",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/STI_Accommodation_Ontology"
      },
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Boolean"
      }
    },
    {
      "@id": "schema:specialOpeningHoursSpecification",
      "@type": "rdf:Property",
      "rdfs:comment": "The special opening hours of a certain place.\\n\\nUse this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].\n      ",
      "rdfs:label": "specialOpeningHoursSpecification",
      "schema:domainIncludes": {
        "@id": "schema:Place"
      },
      "schema:rangeIncludes": {
        "@id": "schema:OpeningHoursSpecification"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:inverseOf": {
        "@id": "schema:about"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:CreativeWork"
        },
        {
          "@id": "schema:Event"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1670"
      }
    },
    {
      "@id": "schema:telephone",
      "@type": "rdf:Property",
      "rdfs:comment": "The telephone number.",
      "rdfs:label": "telephone",
      "owl:equivalentProperty": {
        "@id": "https://ref.gs1.org/voc/telephone"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:Organization"
        },
        {
          "@id": "schema:Person"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:tourBookingPage",
      "@type": "rdf:Property",
      "rdfs:comment": "A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.",
      "rdfs:label": "tourBookingPage",
      "schema:domainIncludes": [
        {
          "@id": "schema:Accommodation"
        },
        {
          "@id": "schema:ApartmentComplex"
        },
        {
          "@id": "schema:Place"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      },
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/2373"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "owl:equivalentProperty": {
        "@id": "http://ogp.me/ns#url"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    }
  ]
}

Nonesnippet

Links:

Schema.orghttps://schema.org
how we workhttps://schema.org/docs/howwework.html
Schema.orghttps://schema.org/
Docshttps://schema.org/docs/documents.html
Schemashttps://schema.org/docs/schemas.html
Validatehttps://validator.schema.org
Abouthttps://schema.org/docs/about.html
javascript:void(0);
100K - 1M Domains Based on monthly aggregations from Google's web index. https://schema.org/docs/usage_stats.html
Thinghttps://schema.org/Thing
Placehttps://schema.org/Place
DefinedRegionhttps://schema.org/DefinedRegion
Thinghttps://schema.org/Thing
Intangiblehttps://schema.org/Intangible
StructuredValuehttps://schema.org/StructuredValue
DefinedRegionhttps://schema.org/DefinedRegion
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+DefinedRegion
DefinedRegionhttps://schema.org/DefinedRegion
addressCountryhttps://schema.org/addressCountry
Countryhttps://schema.org/Country
Texthttps://schema.org/Text
ISO 3166-1 alpha-2http://en.wikipedia.org/wiki/ISO_3166-1
ISO 3166-1 alpha-3https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3
addressRegionhttps://schema.org/addressRegion
AdministrativeAreahttps://schema.org/AdministrativeArea
Texthttps://schema.org/Text
Administrative divisionhttps://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country
postalCodehttps://schema.org/postalCode
Texthttps://schema.org/Text
postalCodePrefixhttps://schema.org/postalCodePrefix
Texthttps://schema.org/Text
postalCodeRangehttps://schema.org/postalCodeRange
PostalCodeRangeSpecificationhttps://schema.org/PostalCodeRangeSpecification
Placehttps://schema.org/Place
additionalPropertyhttps://schema.org/additionalProperty
PropertyValuehttps://schema.org/PropertyValue
addresshttps://schema.org/address
PostalAddresshttps://schema.org/PostalAddress
Texthttps://schema.org/Text
aggregateRatinghttps://schema.org/aggregateRating
AggregateRatinghttps://schema.org/AggregateRating
amenityFeaturehttps://schema.org/amenityFeature
LocationFeatureSpecificationhttps://schema.org/LocationFeatureSpecification
branchCodehttps://schema.org/branchCode
Texthttps://schema.org/Text
containedInPlacehttps://schema.org/containedInPlace
Placehttps://schema.org/Place
containedInhttps://schema.org/containedIn
containsPlacehttps://schema.org/containsPlace
containsPlacehttps://schema.org/containsPlace
Placehttps://schema.org/Place
containedInPlacehttps://schema.org/containedInPlace
eventhttps://schema.org/event
Eventhttps://schema.org/Event
eventshttps://schema.org/events
faxNumberhttps://schema.org/faxNumber
Texthttps://schema.org/Text
geohttps://schema.org/geo
GeoCoordinateshttps://schema.org/GeoCoordinates
GeoShapehttps://schema.org/GeoShape
geoContainshttps://schema.org/geoContains
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoCoveredByhttps://schema.org/geoCoveredBy
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoCovershttps://schema.org/geoCovers
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoCrosseshttps://schema.org/geoCrosses
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoDisjointhttps://schema.org/geoDisjoint
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoEqualshttps://schema.org/geoEquals
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoIntersectshttps://schema.org/geoIntersects
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoOverlapshttps://schema.org/geoOverlaps
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoToucheshttps://schema.org/geoTouches
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
geoWithinhttps://schema.org/geoWithin
GeospatialGeometryhttps://schema.org/GeospatialGeometry
Placehttps://schema.org/Place
DE-9IMhttps://en.wikipedia.org/wiki/DE-9IM
globalLocationNumberhttps://schema.org/globalLocationNumber
Texthttps://schema.org/Text
Global Location Numberhttp://www.gs1.org/gln
hasCertificationhttps://schema.org/hasCertification
Certificationhttps://schema.org/Certification
hasDriveThroughServicehttps://schema.org/hasDriveThroughService
Booleanhttps://schema.org/Boolean
FoodEstablishmenthttps://schema.org/FoodEstablishment
CovidTestingFacilityhttps://schema.org/CovidTestingFacility
CovidTestingFacilityhttps://schema.org/CovidTestingFacility
hasGS1DigitalLinkhttps://schema.org/hasGS1DigitalLink
URLhttps://schema.org/URL
GS1 digital linkhttps://www.gs1.org/standards/gs1-digital-link
Producthttps://schema.org/Product
Organizationhttps://schema.org/Organization
IndividualProducthttps://schema.org/IndividualProduct
SomeProductshttps://schema.org/SomeProducts
IndividualProducthttps://schema.org/IndividualProduct
Producthttps://schema.org/Product
ProductModelhttps://schema.org/ProductModel
hasMaphttps://schema.org/hasMap
Maphttps://schema.org/Map
URLhttps://schema.org/URL
maphttps://schema.org/map
mapshttps://schema.org/maps
isAccessibleForFreehttps://schema.org/isAccessibleForFree
Booleanhttps://schema.org/Boolean
freehttps://schema.org/free
isicV4https://schema.org/isicV4
Texthttps://schema.org/Text
keywordshttps://schema.org/keywords
DefinedTermhttps://schema.org/DefinedTerm
Texthttps://schema.org/Text
URLhttps://schema.org/URL
latitudehttps://schema.org/latitude
Numberhttps://schema.org/Number
Texthttps://schema.org/Text
WGS 84https://en.wikipedia.org/wiki/World_Geodetic_System
logohttps://schema.org/logo
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
longitudehttps://schema.org/longitude
Numberhttps://schema.org/Number
Texthttps://schema.org/Text
WGS 84https://en.wikipedia.org/wiki/World_Geodetic_System
maximumAttendeeCapacityhttps://schema.org/maximumAttendeeCapacity
Integerhttps://schema.org/Integer
openingHoursSpecificationhttps://schema.org/openingHoursSpecification
OpeningHoursSpecificationhttps://schema.org/OpeningHoursSpecification
photohttps://schema.org/photo
ImageObjecthttps://schema.org/ImageObject
Photographhttps://schema.org/Photograph
photoshttps://schema.org/photos
publicAccesshttps://schema.org/publicAccess
Booleanhttps://schema.org/Boolean
Placehttps://schema.org/Place
reviewhttps://schema.org/review
Reviewhttps://schema.org/Review
reviewshttps://schema.org/reviews
sloganhttps://schema.org/slogan
Texthttps://schema.org/Text
smokingAllowedhttps://schema.org/smokingAllowed
Booleanhttps://schema.org/Boolean
specialOpeningHoursSpecificationhttps://schema.org/specialOpeningHoursSpecification
OpeningHoursSpecificationhttps://schema.org/OpeningHoursSpecification
openingHoursSpecificationhttps://schema.org/openingHoursSpecification
openingHourshttps://schema.org/openingHours
telephonehttps://schema.org/telephone
Texthttps://schema.org/Text
tourBookingPagehttps://schema.org/tourBookingPage
URLhttps://schema.org/URL
Placehttps://schema.org/Place
Accommodationhttps://schema.org/Accommodation
ApartmentComplexhttps://schema.org/ApartmentComplex
Thinghttps://schema.org/Thing
additionalTypehttps://schema.org/additionalType
Texthttps://schema.org/Text
URLhttps://schema.org/URL
style guidehttps://schema.org/docs/styleguide.html
alternateNamehttps://schema.org/alternateName
Texthttps://schema.org/Text
descriptionhttps://schema.org/description
Texthttps://schema.org/Text
TextObjecthttps://schema.org/TextObject
disambiguatingDescriptionhttps://schema.org/disambiguatingDescription
Texthttps://schema.org/Text
identifierhttps://schema.org/identifier
PropertyValuehttps://schema.org/PropertyValue
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Thinghttps://schema.org/Thing
background noteshttps://schema.org/docs/datamodel.html#identifierBg
imagehttps://schema.org/image
ImageObjecthttps://schema.org/ImageObject
URLhttps://schema.org/URL
URLhttps://schema.org/URL
ImageObjecthttps://schema.org/ImageObject
mainEntityOfPagehttps://schema.org/mainEntityOfPage
CreativeWorkhttps://schema.org/CreativeWork
URLhttps://schema.org/URL
background noteshttps://schema.org/docs/datamodel.html#mainEntityBackground
mainEntityhttps://schema.org/mainEntity
namehttps://schema.org/name
Texthttps://schema.org/Text
ownerhttps://schema.org/owner
Organizationhttps://schema.org/Organization
Personhttps://schema.org/Person
ownshttps://schema.org/owns
potentialActionhttps://schema.org/potentialAction
Actionhttps://schema.org/Action
sameAshttps://schema.org/sameAs
URLhttps://schema.org/URL
subjectOfhttps://schema.org/subjectOf
CreativeWorkhttps://schema.org/CreativeWork
Eventhttps://schema.org/Event
abouthttps://schema.org/about
urlhttps://schema.org/url
URLhttps://schema.org/URL
DefinedRegionhttps://schema.org/DefinedRegion
shippingDestinationhttps://schema.org/shippingDestination
DeliveryTimeSettingshttps://schema.org/DeliveryTimeSettings
OfferShippingDetailshttps://schema.org/OfferShippingDetails
ShippingConditionshttps://schema.org/ShippingConditions
ShippingRateSettingshttps://schema.org/ShippingRateSettings
shippingOriginhttps://schema.org/shippingOrigin
OfferShippingDetailshttps://schema.org/OfferShippingDetails
ShippingConditionshttps://schema.org/ShippingConditions
https://github.com/schemaorg/schemaorg/issues/2506https://github.com/schemaorg/schemaorg/issues/2506
Example 1https://schema.org/DefinedRegion#eg-0346
JSON-LDhttps://en.wikipedia.org/wiki/JSON-LD
Terms and conditionshttps://schema.org/docs/terms.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.