Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto final fixes #922

Merged
merged 4 commits into from Mar 18, 2016
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -204,13 +204,9 @@
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/specialUsage">
<div typeof="rdf:Property" resource="http://schema.org/vehicleSpecialUsage">
<link property="http://schema.org/isPartOf" href="http://auto.schema.org" />
<span class="h" property="rdfs:label">specialUsage</span>
<span property="rdfs:comment">Indicates whether the object has been used for special purposes, like vehicles that have been used for commercial rental, driving school, or as a taxi. The legislation in some countries may require this information to be revealed when offering the item for sale.
</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
<span class="h" property="rdfs:label">vehicleSpecialUsage</span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CarUsageType">CarUsageType</a></span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
@@ -245,13 +241,41 @@
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/emissionsCO2">
<link property="http://schema.org/isPartOf" href="http://auto.schema.org" />
<span class="h" property="rdfs:label">emissionsCO2</span>
<span property="rdfs:comment">The CO2 emissions in g/km. The property uses a number instead of a QuantitativeValue, since g/km is the dominant unit of measurement, and there is no UNCEFACT Common Code for g/km.</span>
<span property="rdfs:comment">The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put &quot;g/km&quot; into the unitText property of that value, since there is no UN/CEFACT Common Code for &quot;g/km&quot;.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/CarUsageType">
<link property="http://schema.org/isPartOf" href="http://auto.schema.org" />
<span class="h" property="rdfs:label">CarUsageType</span>
<span property="rdfs:comment">A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="http://schema.org/CarUsageType" resource="http://schema.org/RentalVehicleUsage">
<link property="http://schema.org/isPartOf" href="http://auto.schema.org" />
<span class="h" property="rdfs:label">RentalVehicleUsage</span>
<span property="rdfs:comment">Indicates the usage of the vehicle as a rental car.</span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="http://schema.org/CarUsageType" resource="http://schema.org/DrivingSchoolVehicleUsage">
<link property="http://schema.org/isPartOf" href="http://auto.schema.org" />
<span class="h" property="rdfs:label">DrivingSchoolVehicleUsage</span>
<span property="rdfs:comment">Indicates the usage of the vehicle for driving school.</span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="http://schema.org/CarUsageType" resource="http://schema.org/TaxiVehicleUsage">
<link property="http://schema.org/isPartOf" href="http://auto.schema.org" />
<span class="h" property="rdfs:label">TaxiVehicleUsage</span>
<span property="rdfs:comment">Indicates the usage of the car as a taxi.</span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

</div>
<div typeof="rdf:Property" resource="http://schema.org/vehicleSpecialUsage">
<span class="h" property="rdfs:label">vehicleSpecialUsage</span>
<span property="rdfs:comment">Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale.</span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/CarUsageType">
<span class="h" property="rdfs:label">CarUsageType</span>
<span property="rdfs:comment">A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="http://schema.org/CarUsageType" resource="http://schema.org/RentalVehicleUsage">
<span class="h" property="rdfs:label">RentalVehicleUsage</span>
<span property="rdfs:comment">Indicates the usage of the vehicle as a rental car.</span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="http://schema.org/CarUsageType" resource="http://schema.org/DrivingSchoolVehicleUsage">
<span class="h" property="rdfs:label">DrivingSchoolVehicleUsage</span>
<span property="rdfs:comment">Indicates the usage of the vehicle for driving school.</span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="http://schema.org/CarUsageType" resource="http://schema.org/TaxiVehicleUsage">
<span class="h" property="rdfs:label">TaxiVehicleUsage</span>
<span property="rdfs:comment">Indicates the usage of the car as a taxi.</span>
<span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<h1>InteractionCounter</h1>
@@ -42,7 +42,6 @@ See the draft <b><a href="{{staticPath}}/docs/releases.html">releases</a></b> pa
<p> You are viewing the Auto Extension within <a href="http://schema.org/">schema.org</a>.
It defines terms such as <a href="/MotorizedBicycle">MotorizedBicycle</a> and adds terms to <a href="/Car">Car</a>. For more details
see the W3C <a href="https://www.w3.org/community/gao/">Automotive Ontology Working Group</a>.
<br/>This should be considered a pre-final preview release; final changes may be made after wider <a href="https://github.com/schemaorg/schemaorg/issues/704">community review</a>.
</p>

<p><br/></p>
ProTip! Use n and p to navigate between commits in a pull request.