From 39db37e73fa6a8027fa5b91eb76e8f12c02e0b94 Mon Sep 17 00:00:00 2001 From: Martin Hepp Date: Fri, 2 Oct 2015 23:18:05 +0200 Subject: [PATCH] added DistanceSpecification --- data/schema.rdfa | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/data/schema.rdfa b/data/schema.rdfa index 126d5461e7..f1c4d1f3aa 100644 --- a/data/schema.rdfa +++ b/data/schema.rdfa @@ -12600,6 +12600,29 @@ Typical unit code(s): C62 for persons + +
+ DistanceSpecification + Information about the distance from one place to another. + Subclass of: QuantitativeValue + Source: GoodRelationsClass +
+ +
+ distanceInformation + Information about the distance from the place to a point of interest in the vicinity, e.g. airports, train stations, or the city center. + Domain: Place + Range: DistanceSpecification + Source: GoodRelationsProperty +
+ +
+ destination + The destination of a distance specification, e.g. an airport or train station. + Domain: DistanceSpecification + Range: Place + Source: GoodRelationsProperty +