-
Notifications
You must be signed in to change notification settings - Fork 844
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
Add supporting document for autos #1677
Comments
This is very comprehensive. I like it! A few suggestions:
|
Thanks! We will consider adding a line with in-page links to all the sections (we have 7 of them). |
@tmarshbing, thank you for your suggestions. Almost all of them have been applied (see http://sdo-auto-fix.appspot.com/docs/automotive.html), i.e.:
I think it still makes sense to use maxValue for the weightTotal property. @tmarshbing, would you say that the standard for measuring battery capacity is Watt Hours or Kilo-Watt Hours not of Amp Hours? |
Thanks for the changes. A few things:
|
Oops, @tmarshbing - thanks for the note and sorry - for quite a long time we did not correct the documentation's Example 2, where we still have maxValue. We will do it asap ! |
@sopekmir, @tmarshbing as far as the change for "wheelbase" is concerned -- my fault; I've changed maxValule to value only in the example that is here: http://auto.sdo-auto-fix.appspot.com/wheelbase and completely forgot to update the documentation. Should be OK now. |
A very useful doc! Suggestions for improvement:
In the list below the diagram (The complete hierarchy of all terms in the automotive extension):
Further:
|
@VladimirAlexiev thank you for your detailed and helpful comments! Please find below my answers to all your suggestions. Ad 1 and 2: We did intentionally picture (in the first two diagrams) the types and properties this way. The only purpose of the two presented mind maps is to show the whole conceptual repertoire of types, properties, and enumerations that can be used to mark up automobiles. So I would leave them as they are. @VladimirAlexiev, let us know if there is something more to be corrected/improved, please. |
@trypuz @sopekmir ad 2. Could you make the two disconnected parts of the diagram look different, since they mean different things? ad 3. ad 4. I don't see dotted arrows? The visual from ad 7. I'm suggesting you include a section “Enumerated values”, after sections "Types" and "Properties" ad 8. and 9. Then ad 13. Would be nice to validate all examples, eg:
The problem is unclosed
ad 14. Try to convert each variant to turtle and ensure they produce the same turtle |
Ad 13: Examples have been corrected and validated by https://search.google.com/structured-data/testing-tool. There were 3 problems. There was "," after ""vehicleSpecialUsage":"DrivingSchoolVehicleUsage"" in the example 3. In the example 1 (in rdfa and microdata) there was used the old version of numberOfAirbags prop, i.e. airbags. Thanks for noticing! |
Ad 1, 2, 3, 4: @VladimirAlexiev as I wrote yesterday - I do not think it is a good idea to change the two mind maps (but let us consult @sdml and @sopekmir in this matter). The different types of arrows have been used in section 5 "Basic models". Ad 8 and 9: You do have my support! |
ad 13 See #1747, #1748, which are bugs in schema or its jsonld context
|
@trypuz #1749 also affects you. |
@VladimirAlexiev wrote:
|
https://gist.github.com/VladimirAlexiev/3415c0e8af9f1b2aaf82c7a43885436c : |
Example 3 http://sdo-auto-fix.appspot.com/docs/automotive.html#used_car_with_damages needs this due to #1749 "vehicleSpecialUsage": {"@id":"http://schema.org/DrivingSchoolVehicleUsage"}, |
ad 15. http://sdo-auto-fix.appspot.com/docs/automotive.html#rental_car_acriss code:
I've added files with such fixes to the above gist |
To all watching this thread: As far as my awerness tells - the documentation of auto.schema.org ( http://sdo-auto-fix.appspot.com/docs/automotive.html ) is in a state that allows it to be included into the upcoming release. All relevant remarks were done (as reported above). If there is anything we would need to do to the document, please let us know. |
Remaining stuff from the items I posted:
Thanks for fixing the rest! |
The prerelease version of the documentation can be viewed here: http://webschemas.org/docs/automotive.html - expected to be part of v3.4 Be aware that any future changes should be referenced against the version currently part of the master branch of https://github.com/schemaorg/schemaorg |
@RichardWallis - thanks. Good news! @VladimirAlexiev I have asked Robert @trypuz to answer you precisely. Let me only recall that we made all really needed changes already and Robert reported them here. |
@VladimirAlexiev - thank you for your comments and suggestions.
Changes implemented. See: http://sdo-auto-fix.appspot.com/docs/automotive.html |
@trypuz Good to see progress here. When the 'Will be done soon' has been done, can you create a PR to enable the merge of these updates int the master branch? |
We've added EngineSpecification and enumeration types to the diagram. |
@RichardWallis - PR created. |
ex2 rdfa: #1906. |
* Documentation for auto has been fixed (#1677). * HTML errors corrected
Hi, I'm curious if there are plans to incorporate lease pricing into the schema for autos or should that be under car? Lot's of dealer sites have New Car Specials (lease offers) that are advertised and it would be great to be able to add schema to these pages. I hope this is the right place to ask this question. Thanks! |
Right mailing list/community - maybe starting a new thread might have been
a slightly better, but you are OK.
As to your question. As you imply ‘*lease offers*’ the place to code this
would be within an Offer <http://schema.org/Offer> type used to describe
the offer to sell the vehicle by the dealer.
The obvious property to use in Offer is acceptedPaymentMethod
<http://schema.org/acceptedPaymentMethod> which takes a type of LoanOrCredit
<http://schema.org/LoanOrCredit> which you could describe the *amount*,
*loanTerm* [lease period] and a *loanType* (“lease”).
~Richard.
Richard Wallis
Founder, Data Liberate
http://dataliberate.com
Linkedin: http://www.linkedin.com/in/richardwallis
Twitter: @rjw
…On 22 May 2018 at 03:12, jmendes84 ***@***.***> wrote:
Hi, I'm curious if there are plans to incorporate lease pricing into the
schema for autos or should that be under car? Lot's of dealer sites have
New Car Specials (lease offers) that are advertised and it would be great
to be able to add schema to these pages. I hope this is the right place to
ask this question. Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1677 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHVdIFnjfz5FywTNYRZpCCTAarnX31-2ks5t03QXgaJpZM4OGj4V>
.
|
Thanks for your help!
Kind Regards,
Jair Mendes
|
This issue is being tagged as Stale due to inactivity. |
This was published ages ago - thanks again everyone! |
Mirek & co have drafted something, staged at http://sdo-auto-fix.appspot.com/docs/automotive.html
I'd like to add this under /docs/ alongside our other supporting documentation.
Ping @vholland @scor @nicolastorzec @rvguha @tmarshbing @tilid - can you take a look?
The text was updated successfully, but these errors were encountered: