dateVehicleFirstRegistered
Canonical URL: http://schema.org/dateVehicleFirstRegisteredThe date of the first registration of the vehicle with the respective public authorities.
- Leave public feedback on this term 💬
- Check for open issues.
- 'dateVehicleFirstRegistered' is mentioned in layer: core
Values expected to be one of these types |
---|
Date
|
Used on these types |
---|
Vehicle
|
Acknowledgement
This element is based on the work of the Automotive Ontology Working Group, see www.automotive-ontology.org for details. Many class and property definitions are inspired by or based on abstracts from Wikipedia, the free encyclopedia.
Examples
<!-- used car with damages --> <div> <h3>Ex Driving School Car For Sale</h3> <p><strong>Model:</strong>Exemplary Car Model Name</p> <p><strong>Reg. date:</strong> 12/06/2008</p> <p><strong>Purchase date:</strong> 17/01/2010</p> <p><strong>Previous owners excl. current:</strong> 1</p> <p>excellent condition apart from damaged area car has damage to passenger front corner; no chassis damaged, no radiators damaged, no airbags deployed</p> </div>
<!-- Only JSON-LD example is available. -->
<!-- Only JSON-LD example is available. -->
<script type="application/ld+json"> { "@context":"http://schema.org/", "@type":"Car", "name":"Exemplary Car Model Name", "knownVehicleDamages":"excellent condition apart from damaged area car has damage to passenger front corner; no chassis damaged, no radiators damaged, no airbags deployed", "dateVehicleFirstRegistered":"2008-06-12", "purchaseDate":"2010-01-17", "numberOfPreviousOwners":"2", "vehicleSpecialUsage":"DrivingSchoolVehicleUsage" } </script>
Schema Version 3.3