First cut at writing up rdfs for contactpoint improvements. via Justin Boyan.
authordanbri <danbri@google.com>
Wed, 06 Nov 2013 17:15:25 +0100
changeset 129 2b562e14186a
parent 128 2d9d90bce7a0
child 130 46907b6cfdac
First cut at writing up rdfs for contactpoint improvements. via Justin Boyan.
schema.org/ext/contactpoint.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/contactpoint.html	Wed Nov 06 17:15:25 2013 +0100
@@ -0,0 +1,77 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>RDFa Lite Reflection</title>
+    <style type="text/css">
+      span.h {
+        padding-left: 0px;
+        font-weight: bold;
+      }
+      span {
+        display: block;
+        padding-left: 10px;
+      }
+    </style>
+  </head>
+  <body>
+
+   <h1>ContactPoint additions</h1>
+
+
+  <p>See <a href="http://www.w3.org/wiki/WebSchemas/ContactPoint">wiki for background</a></p>
+
+    <div typeof="rdf:Property" resource="http://schema.org/contactType">
+      <span class="h" property="rdfs:label">contactType</span>
+      <span property="rdfs:comment">A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point. Sample values for contactType include “Sales”, “Customer Service”, “Technical Support”, “Reservations”, and “Public Relations”.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/isToolFree">
+      <span class="h" property="rdfs:label">isTollFree</span>
+      <span property="rdfs:comment">True if this contact point is a toll-free phone or fax number.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/hearingImpairedSupported">
+      <span class="h" property="rdfs:label">hearingImpairedSupported</span>
+      <span property="rdfs:comment">True if the telephone number utilizes technology to communicate with hearing impaired individuals.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Boolean">Boolean</a></span>
+    </div>
+
+
+
+    <div typeof="rdf:Property" resource="http://schema.org/hoursAvailable">
+      <span class="h" property="rdfs:label">hoursAvailable</span>
+      <span property="rdfs:comment">The hours during which this contact point is available.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/productSupported">
+      <span class="h" property="rdfs:label">productSupported</span>
+      <span property="rdfs:comment">The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. “iPhone”) or a general category of products or services (e.g. “smartphones”).</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/availableLanguage">
+      <span class="h" property="rdfs:label">availableLanguage</span>
+      <span property="rdfs:comment">The set of languages used to offer a service.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Product">Product</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/areaServed">
+      <span class="h" property="rdfs:label">areaServed</span>
+      <span property="rdfs:comment">The customer location served by this phone number. E.g., if the number is intended to be called by people in Europe, the service location would be "Europe", even if the organization being called is located in North America.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
+    </div>
+
+  </body>
+</html>