René's URL Explorer Experiment


Title: LocationFeatureSpecification - Schema.org Type

Description: Schema.org Type: LocationFeatureSpecification - Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.

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: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:LocationFeatureSpecification",
      "@type": "rdfs:Class",
      "rdfs:comment": "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.",
      "rdfs:label": "LocationFeatureSpecification",
      "rdfs:subClassOf": {
        "@id": "schema:PropertyValue"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/STI_Accommodation_Ontology"
      }
    },
    {
      "@id": "schema:PropertyValue",
      "@type": "rdfs:Class",
      "rdfs:comment": "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\\n\\n Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.\n    ",
      "rdfs:label": "PropertyValue",
      "rdfs:subClassOf": {
        "@id": "schema:StructuredValue"
      },
      "schema:contributor": {
        "@id": "https://blog.schema.org/2012/11/08/good-relations-and-schema-org/"
      }
    },
    {
      "@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: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: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: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:hoursAvailable",
      "@type": "rdf:Property",
      "rdfs:comment": "The hours during which this service or contact is available.",
      "rdfs:label": "hoursAvailable",
      "schema:domainIncludes": [
        {
          "@id": "schema:ContactPoint"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:Service"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:OpeningHoursSpecification"
      }
    },
    {
      "@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: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:maxValue",
      "@type": "rdf:Property",
      "rdfs:comment": "The upper value of some characteristic or property.",
      "rdfs:label": "maxValue",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Quantities/hasUpperBound"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:PropertyValueSpecification"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Number"
      }
    },
    {
      "@id": "schema:measurementMethod",
      "@type": "rdf:Property",
      "rdfs:comment": "A subproperty of [[measurementTechnique]] that can be used for specifying specific methods, in particular via [[MeasurementMethodEnum]].",
      "rdfs:label": "measurementMethod",
      "rdfs:subPropertyOf": {
        "@id": "schema:measurementTechnique"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:DataCatalog"
        },
        {
          "@id": "schema:DataDownload"
        },
        {
          "@id": "schema:Dataset"
        },
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:MeasurementMethodEnum"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1425"
      }
    },
    {
      "@id": "schema:measurementTechnique",
      "@type": "rdf:Property",
      "rdfs:comment": "A technique, method or technology used in an [[Observation]], [[StatisticalVariable]] or [[Dataset]] (or [[DataDownload]], [[DataCatalog]]), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using [[variableMeasured]]; for [[Observation]], a [[StatisticalVariable]]). Often but not necessarily each [[variableMeasured]] will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and \"knowledge graphs\". In that case the subproperty of [[variableMeasured]] called [[measuredProperty]] is applicable.\n    \nThe [[measurementTechnique]] property helps when extra clarification is needed about how a [[measuredProperty]] was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery. \n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\". If the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\". \n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]]. The value can also be from an enumeration, organized as a [[MeasurementMethodEnum]].",
      "rdfs:label": "measurementTechnique",
      "schema:domainIncludes": [
        {
          "@id": "schema:DataCatalog"
        },
        {
          "@id": "schema:DataDownload"
        },
        {
          "@id": "schema:Dataset"
        },
        {
          "@id": "schema:Observation"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:StatisticalVariable"
        }
      ],
      "schema:isPartOf": {
        "@id": "https://pending.schema.org"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:MeasurementMethodEnum"
        },
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ],
      "schema:source": {
        "@id": "https://github.com/schemaorg/schemaorg/issues/1425"
      }
    },
    {
      "@id": "schema:minValue",
      "@type": "rdf:Property",
      "rdfs:comment": "The lower value of some characteristic or property.",
      "rdfs:label": "minValue",
      "rdfs:subPropertyOf": {
        "@id": "https://www.omg.org/spec/Commons/Quantities/hasLowerBound"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:PropertyValueSpecification"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Number"
      }
    },
    {
      "@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: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: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:propertyID",
      "@type": "rdf:Property",
      "rdfs:comment": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific ID of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.",
      "rdfs:label": "propertyID",
      "schema:domainIncludes": {
        "@id": "schema:PropertyValue"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@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: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:unitCode",
      "@type": "rdf:Property",
      "rdfs:comment": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.",
      "rdfs:label": "unitCode",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:TypeAndQuantityNode"
        },
        {
          "@id": "schema:UnitPriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:unitText",
      "@type": "rdf:Property",
      "rdfs:comment": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.",
      "rdfs:label": "unitText",
      "schema:domainIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:TypeAndQuantityNode"
        },
        {
          "@id": "schema:UnitPriceSpecification"
        }
      ],
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@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"
      }
    },
    {
      "@id": "schema:validFrom",
      "@type": "rdf:Property",
      "rdfs:comment": "The date when the item becomes valid.",
      "rdfs:label": "validFrom",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasStartDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Certification"
        },
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OpeningHoursSpecification"
        },
        {
          "@id": "schema:Permit"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:validThrough",
      "@type": "rdf:Property",
      "rdfs:comment": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.",
      "rdfs:label": "validThrough",
      "owl:equivalentProperty": {
        "@id": "https://www.omg.org/spec/Commons/DatesAndTimes/hasEndDate"
      },
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:Demand"
        },
        {
          "@id": "schema:FinancialIncentive"
        },
        {
          "@id": "schema:JobPosting"
        },
        {
          "@id": "schema:LocationFeatureSpecification"
        },
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:Offer"
        },
        {
          "@id": "schema:OpeningHoursSpecification"
        },
        {
          "@id": "schema:PriceSpecification"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Date"
        },
        {
          "@id": "schema:DateTime"
        }
      ]
    },
    {
      "@id": "schema:value",
      "@type": "rdf:Property",
      "rdfs:comment": "The value of a [[QuantitativeValue]] (including [[Observation]]) or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
      "rdfs:label": "value",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:MonetaryAmount"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:Boolean"
        },
        {
          "@id": "schema:Number"
        },
        {
          "@id": "schema:StructuredValue"
        },
        {
          "@id": "schema:Text"
        }
      ]
    },
    {
      "@id": "schema:valueReference",
      "@type": "rdf:Property",
      "rdfs:comment": "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.",
      "rdfs:label": "valueReference",
      "schema:contributor": {
        "@id": "https://schema.org/docs/collab/GoodRelationsTerms"
      },
      "schema:domainIncludes": [
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        }
      ],
      "schema:rangeIncludes": [
        {
          "@id": "schema:DefinedTerm"
        },
        {
          "@id": "schema:Enumeration"
        },
        {
          "@id": "schema:MeasurementTypeEnumeration"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:QualitativeValue"
        },
        {
          "@id": "schema:QuantitativeValue"
        },
        {
          "@id": "schema:StructuredValue"
        },
        {
          "@id": "schema:Text"
        }
      ]
    }
  ]
}

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
Intangiblehttps://schema.org/Intangible
StructuredValuehttps://schema.org/StructuredValue
PropertyValuehttps://schema.org/PropertyValue
LocationFeatureSpecificationhttps://schema.org/LocationFeatureSpecification
Check for open issues.https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+LocationFeatureSpecification
LocationFeatureSpecificationhttps://schema.org/LocationFeatureSpecification
hoursAvailablehttps://schema.org/hoursAvailable
OpeningHoursSpecificationhttps://schema.org/OpeningHoursSpecification
validFromhttps://schema.org/validFrom
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
validThroughhttps://schema.org/validThrough
Datehttps://schema.org/Date
DateTimehttps://schema.org/DateTime
PropertyValuehttps://schema.org/PropertyValue
maxValuehttps://schema.org/maxValue
Numberhttps://schema.org/Number
measurementMethodhttps://schema.org/measurementMethod
DefinedTermhttps://schema.org/DefinedTerm
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
Texthttps://schema.org/Text
URLhttps://schema.org/URL
measurementTechniquehttps://schema.org/measurementTechnique
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
measurementTechniquehttps://schema.org/measurementTechnique
DefinedTermhttps://schema.org/DefinedTerm
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
Texthttps://schema.org/Text
URLhttps://schema.org/URL
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
Datasethttps://schema.org/Dataset
DataDownloadhttps://schema.org/DataDownload
DataCataloghttps://schema.org/DataCatalog
variableMeasuredhttps://schema.org/variableMeasured
Observationhttps://schema.org/Observation
StatisticalVariablehttps://schema.org/StatisticalVariable
variableMeasuredhttps://schema.org/variableMeasured
variableMeasuredhttps://schema.org/variableMeasured
measuredPropertyhttps://schema.org/measuredProperty
measurementTechniquehttps://schema.org/measurementTechnique
measuredPropertyhttps://schema.org/measuredProperty
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
variableMeasuredhttps://schema.org/variableMeasured
PropertyValuehttps://schema.org/PropertyValue
variableMeasuredhttps://schema.org/variableMeasured
measurementTechniquehttps://schema.org/measurementTechnique
MeasurementMethodEnumhttps://schema.org/MeasurementMethodEnum
minValuehttps://schema.org/minValue
Numberhttps://schema.org/Number
propertyIDhttps://schema.org/propertyID
Texthttps://schema.org/Text
URLhttps://schema.org/URL
unitCodehttps://schema.org/unitCode
Texthttps://schema.org/Text
URLhttps://schema.org/URL
unitTexthttps://schema.org/unitText
Texthttps://schema.org/Text
unitCodehttps://schema.org/unitCode
valuehttps://schema.org/value
Booleanhttps://schema.org/Boolean
Numberhttps://schema.org/Number
StructuredValuehttps://schema.org/StructuredValue
Texthttps://schema.org/Text
QuantitativeValuehttps://schema.org/QuantitativeValue
Observationhttps://schema.org/Observation
QuantitativeValuehttps://schema.org/QuantitativeValue
MonetaryAmounthttps://schema.org/MonetaryAmount
PropertyValuehttps://schema.org/PropertyValue
valueReferencehttps://schema.org/valueReference
DefinedTermhttps://schema.org/DefinedTerm
Enumerationhttps://schema.org/Enumeration
MeasurementTypeEnumerationhttps://schema.org/MeasurementTypeEnumeration
PropertyValuehttps://schema.org/PropertyValue
QualitativeValuehttps://schema.org/QualitativeValue
QuantitativeValuehttps://schema.org/QuantitativeValue
StructuredValuehttps://schema.org/StructuredValue
Texthttps://schema.org/Text
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
LocationFeatureSpecificationhttps://schema.org/LocationFeatureSpecification
amenityFeaturehttps://schema.org/amenityFeature
Accommodationhttps://schema.org/Accommodation
FloorPlanhttps://schema.org/FloorPlan
LodgingBusinesshttps://schema.org/LodgingBusiness
Placehttps://schema.org/Place
http://ontologies.sti-innsbruck.at/acco/ns.htmlhttp://ontologies.sti-innsbruck.at/acco/ns.html
Example 1https://schema.org/LocationFeatureSpecification#eg-0366
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
Example 2https://schema.org/LocationFeatureSpecification#eg-0367
Microdatahttps://en.wikipedia.org/wiki/Microdata_(HTML)
Terms and conditionshttps://schema.org/docs/terms.html

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


URLs of crawlers that visited me.