- From: Martin Hepp <mfhepp@gmail.com>
- Date: Fri, 4 Aug 2017 08:29:01 +0200
- To: Rob Yeager <robyeager83@gmail.com>
- Cc: "mhepp@computer.org" <mhepp@computer.org>, public-gao@w3.org
Dear Rob: The best place to put this forward is the schema.org mailing list https://lists.w3.org/Archives/Public/public-schemaorg/ and the GitHub repository https://github.com/schemaorg/schemaorg/issues You will basically just need a subtype http://schema.org/Aircraft of http://schema.org/Vehicle and a few additional properties that are essential to aircraft. One might think of core subtypes of aircraft, like airplane, helicopter, glider, but I would not go into too much detail in schema.org (maybe in a schema.org extension). Keep in mind that schema.org needs subtypes only if the consumers of schema.org data require that distinction for their processing. You can also always use types from http://www.productontology.org, like so: <div itemscope itemtype="http://schema.org/Vehicle"> <link itemprop="additionalType" href="http://www.productontology.org/id/Helicopter" /> <span itemprop="name">.. a short name for the object ...</span> Product description: <span itemprop="description">... a longer description ...</span> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" itemid="#offer"> <span itemprop="price">$125000</span> </div> </div> And there is http://schema.org/additionalProperty for modeling aircraft-specific properties like wingspan etc. See the bottom of http://schema.org/additionalProperty for examples. Hope that helps. Best Martin ----------------------------------- martin hepp http://www.heppnetz.de mhepp@computer.org @mfhepp > On 04 Aug 2017, at 00:42, Rob Yeager <robyeager83@gmail.com> wrote: > > Hi my name is Rob Yeager and I am working to create a schema for aircraft. I was looking at the schema for cars and noticed that it was mentioned that aircraft could be easily created similar to how the car schema was but were waiting for someone more knowledgeable about aircraft. I am definitely that person and would like to get this going. I can do all the work I would just like a little advice as to how to get this project started. Any information and guidance you can provide will be greatly appreciated and I can be reached at robyeager83@gmail.com and 502-654-2377. Thank you so much,.
Received on Friday, 4 August 2017 06:29:25 UTC