--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/civic_services.html Thu Oct 17 17:34:23 2013 +0200
@@ -0,0 +1,291 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Civic Services</title>
+ <style type="text/css">
+ span.h {
+ padding-left: 0px;
+ font-weight: bold;
+ }
+ span {
+ display: block;
+ padding-left: 10px;
+ }
+ </style>
+ </head>
+ <body prefix="radion: http://www.w3.org/ns/radion#
+ adms: http://www.w3.org/ns/adms#
+ dcat: http://www.w3.org/ns/dcat#
+ ">
+
+ <h1>Civic Services</h1>
+ <div typeof="rdfs:Class" resource="http://schema.org/Service">
+ <span class="h" property="rdfs:label">Service</span>
+ <span property="rdfs:comment">A service provided by an organization, e.g. delivery service, print services, etc.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/GovernmentService">
+ <span class="h" property="rdfs:label">GovernmentService</span>
+ <span property="rdfs:comment">A service provided by a government organization, e.g. food stamps, veterans benefits, etc.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/ServiceChannel">
+ <span class="h" property="rdfs:label">ServiceChannel</span>
+ <span property="rdfs:comment">A means for accessing a service, e.g. a government office location, web site, or phone number </span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/Permit">
+ <span class="h" property="rdfs:label">Permit</span>
+ <span property="rdfs:comment">A permit issued by an organization, e.g. a parking pass.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/GovernmentPermit">
+ <span class="h" property="rdfs:label">GovernmentPermit</span>
+ <span property="rdfs:comment">A permit issued by a government agency.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Permit">Permit</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/BusinessAudience">
+ <span class="h" property="rdfs:label">BusinessAudience</span>
+ <span property="rdfs:comment">A set of characteristics belonging to businesses, e.g. who compose an item's target audience.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/ContactPointOption">
+ <span class="h" property="rdfs:label">ContactPointOption</span>
+ <span property="rdfs:comment">Enumerated options related to a ContactPoint</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
+ </div>
+ <div typeof="http://schema.org/ContactPointOption" resource="http://schema.org/HearingImpairedSupported">
+ <span class="h" property="rdfs:label">HearingImpairedSupported</span>
+ <span property="rdfs:comment">Uses devices to support users with hearing impairments</span>
+ <span>type: <a href="http://schema.org/ContactPointOption">ContactPointOption</a></span>
+ </div>
+ <div typeof="http://schema.org/ContactPointOption" resource="http://schema.org/TollFree">
+ <span class="h" property="rdfs:label">TollFree</span>
+ <span property="rdfs:comment">The associated telephone number is toll free</span>
+ <span>type: <a href="http://schema.org/ContactPointOption">ContactPointOption</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/alternateName">
+ <span class="h" property="rdfs:label">alternateName</span>
+ <span property="rdfs:comment">An alias for the item.</span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</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/availableChannel">
+ <span class="h" property="rdfs:label">availableChannel</span>
+ <span property="rdfs:comment">A means of accessing the service (e.g. a phone bank, a web site, a location, etc.)</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Service">Service</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/produces">
+ <span class="h" property="rdfs:label">produces</span>
+ <span property="rdfs:comment">The tangible thing generated by the service, e.g. a passport, permit, etc.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Service">Service</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/provider">
+ <span class="h" property="rdfs:label">provider</span>
+ <span property="rdfs:comment">The organization or agency that is providing the service.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Service">Service</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/serviceArea">
+ <span class="h" property="rdfs:label">serviceArea</span>
+ <span property="rdfs:comment">The geographic area where the service is provided.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Service">Service</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/serviceAudience">
+ <span class="h" property="rdfs:label">serviceAudience</span>
+ <span property="rdfs:comment">The audience eligible for this service.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Service">Service</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Audience">Audience</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/serviceType">
+ <span class="h" property="rdfs:label">serviceType</span>
+ <span property="rdfs:comment">The type of service being offered, e.g. veterans' benefits, emergency relief, etc.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Service">Service</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/serviceOperator">
+ <span class="h" property="rdfs:label">serviceOperator</span>
+ <span property="rdfs:comment">The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/GovernmentService">GovernmentService</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/availableLanguage">
+ <span class="h" property="rdfs:label">availableLanguage</span>
+ <span property="rdfs:comment">A language someone may use with the item.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Language">Language</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/processingTime">
+ <span class="h" property="rdfs:label">processingTime</span>
+ <span property="rdfs:comment">Estimated processing time for the service using this channel.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/providesService">
+ <span class="h" property="rdfs:label">providesService</span>
+ <span property="rdfs:comment">The service provided by this channel.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Service">Service</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/serviceLocation">
+ <span class="h" property="rdfs:label">serviceLocation</span>
+ <span property="rdfs:comment">The location (e.g. civic structure, local business, etc.) where a person can go to access the service.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/servicePhone">
+ <span class="h" property="rdfs:label">servicePhone</span>
+ <span property="rdfs:comment">The phone number to use to access the service.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/servicePostalAddress">
+ <span class="h" property="rdfs:label">servicePostalAddress</span>
+ <span property="rdfs:comment">The address for accessing the service by mail.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/PostalAddress">PostalAddress</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/serviceSmsNumber">
+ <span class="h" property="rdfs:label">serviceSmsNumber</span>
+ <span property="rdfs:comment">The number to access the service by text message.</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/ContactPoint">ContactPoint</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/serviceUrl">
+ <span class="h" property="rdfs:label">serviceUrl</span>
+ <span property="rdfs:comment">The website to access the service</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
+ </div>
+ <div typeof="rdfs:Class" resource="http://schema.org/BusinessAudience">
+ <span class="h" property="rdfs:label">BusinessAudience</span>
+ <span property="rdfs:comment">A set of characteristics belonging to businesses, e.g. who compose an item's target audience.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</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 location served by this contact point (e.g., a phone number intended for Europeans vs. North Americans or only within the United States.)</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>
+ <div typeof="rdf:Property" resource="http://schema.org/contactOption">
+ <span class="h" property="rdfs:label">contactOption</span>
+ <span property="rdfs:comment">An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers.)</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/ContactPointOption">ContactPointOption</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/issuedBy">
+ <span class="h" property="rdfs:label">issuedBy</span>
+ <span property="rdfs:comment">The organization issuing the permit</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/issuedThrough">
+ <span class="h" property="rdfs:label">issuedThrough</span>
+ <span property="rdfs:comment">The service through with the permit was granted</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Service">Service</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/permitAudience">
+ <span class="h" property="rdfs:label">permitAudience</span>
+ <span property="rdfs:comment">The target audience for this permit</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Audience">Audience</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/validIn">
+ <span class="h" property="rdfs:label">validIn</span>
+ <span property="rdfs:comment">The geographic area where the permit is valid</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/validFor">
+ <span class="h" property="rdfs:label">validFor</span>
+ <span property="rdfs:comment">The time validity of the permit</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Duration">Duration</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/validFrom">
+ <span class="h" property="rdfs:label">validFrom</span>
+ <span property="rdfs:comment">The date when the permit becomes valid</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/validUntil">
+ <span class="h" property="rdfs:label">validUntil</span>
+ <span property="rdfs:comment">The date when the permit is no longer valid</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/validFrom">
+ <span class="h" property="rdfs:label">validFrom</span>
+ <span property="rdfs:comment">The date when the permit becomes valid</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Permit">Permit</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Date">Date</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/geographicArea">
+ <span class="h" property="rdfs:label">geographicArea</span>
+ <span property="rdfs:comment">The geographic area associated with the audience</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Audience">Audience</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/audienceType">
+ <span class="h" property="rdfs:label">audienceType</span>
+ <span property="rdfs:comment">The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.)
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/Audience">Audience</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/requiredGender">
+ <span class="h" property="rdfs:label">requiredGender</span>
+ <span property="rdfs:comment">Audiences defined by a person's gender</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/PersonAudience">PersonAudience</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/requiredMaxAge">
+ <span class="h" property="rdfs:label">requiredMaxAge</span>
+ <span property="rdfs:comment">Audiences defined by a person's maximum age</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/PersonAudience">PersonAudience</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/requiredMinAge">
+ <span class="h" property="rdfs:label">requiredMinAge</span>
+ <span property="rdfs:comment">Audiences defined by a person's minimum age</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/PersonAudience">PersonAudience</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Integer">Integer</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/numberofEmployees">
+ <span class="h" property="rdfs:label">numberOfEmployees</span>
+ <span property="rdfs:comment">The size of business by number of employees</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/BusinessAudience">BusinessAudience</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/yearsInOperation">
+ <span class="h" property="rdfs:label">yearsInOperation</span>
+ <span property="rdfs:comment">The age of the business</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/BusinessAudience">BusinessAudience</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/yearlyRevenue">
+ <span class="h" property="rdfs:label">yearlyRevenue</span>
+ <span property="rdfs:comment">The size of the business in annual revenue</span>
+ <span>Domain: <a property="http://schema.org/Domain" href="http://schema.org/BusinessAudience">BusinessAudience</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
+ </div>
+ </body>
+</html>