Skip to content

Commit

Permalink
add Place type to domainIncludes of latitude and longitude properties (
Browse files Browse the repository at this point in the history
  • Loading branch information
tjann authored and danbri committed Aug 1, 2019
1 parent 665bd4d commit de6ac28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/schema.rdfa
Original file line number Diff line number Diff line change
Expand Up @@ -5585,6 +5585,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
<span class="h" property="rdfs:label">latitude</span>
<span property="rdfs:comment">The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>
Expand Down Expand Up @@ -5660,6 +5661,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
<span class="h" property="rdfs:label">longitude</span>
<span property="rdfs:comment">The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>
Expand Down

0 comments on commit de6ac28

Please sign in to comment.