- From: Thad Guidry <thadguidry@gmail.com>
- Date: Wed, 12 Aug 2015 16:17:12 -0500
- To: Alex M <tech.guy415@gmail.com>
- Cc: "schema.org Mailing List" <public-schemaorg@w3.org>, W3C Web Schemas Task Force <public-vocabs@w3.org>
- Message-ID: <CAChbWaPGL7YXYxden75syZLdycOAL9UOLN61wbdpLxmVO2cJPQ@mail.gmail.com>
On Wed, Aug 12, 2015 at 3:47 PM, Alex M <tech.guy415@gmail.com> wrote: > Thad - > > This is my first effort to face the issue. The markup is not really easy > on the content. We would have to rewrite a lot of things or just mark > parts of the text that denote the property. I had to use Ticket and > amount. Am I in the right track? > > This is the select drop down list of countries to choose to travel to > Costa Rica > > <div class="form-group" itemscope itemtype=" > http://schema.org/TravelAction"> > <p itemscope itemtype="http://schema.org/SearchAction">Select the > Country that Issued Your Passport</p> > > ?? Help DanBri and Sam Goto ?? - Hmm... SearchAction is ... well, I "guess" you could say that it is a Human Selected Search Query right there..haha...but this was originally reserved for use as a textual representation of a query itself... but I cannot give advice on proper use here...even I do not fully know the correct answer on this one...but my hunch says it might be one level down with instead the http://schema.org/FindAction ? > <select class="form-control" id="citizenshipCountry"> > <option value="United States" itemprop="fromLocation"><span > itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">United > States</span></option> > <option value="Canada" itemprop="fromLocation">Canada</option> > </select> > </div> > > > Here is the result: > > <div itemscope itemtype="http://schema.org/TravelAction"> > <h1 itemprop="toLocation">Costa Rica</h1> > <h2 itemprop="name" itemscope itemtype="http://schema.org/Thing">Required > Documents</h2> > <ol> > <li itemprop="itemListElement" itemscope itemtype=" > http://schema.org/ListItem"> A valid passport > You probably also want to include some kind of sameAs relationship to a passport entity somewhere out there on the www... perhaps Wikidata ? https://www.wikidata.org/wiki/Q18392391 > <meta itemprop="position" content="1" /> > </li> > <li itemprop="itemListElement" itemscope itemtype=" > http://schema.org/ListItem"> > <span itemprop="name" itemscope itemtype="http://schema.org/Ticket"> > Pre-paid airline or bus ticket to exit Costa Rica</span> > <meta itemprop="position" content="2" /> > </li> > > <li itemprop="itemListElement" itemscope itemtype=" > http://schema.org/ListItem"> > <span itemprop="amount" itemscope itemtype=" > https://schema.org/DatedMoneySpecification"> > ?? Help Martin Hepp? Hmm... I think a https://schema.org/PriceSpecification is probably more appropriate there ? > $100.00US dollars per every 30 calendar days you plan to stay in Costa > Rica </span> > <meta itemprop="position" content="3" /> > </li> > </div> > > Thad +ThadGuidry <https://www.google.com/+ThadGuidry>
Received on Wednesday, 12 August 2015 21:17:42 UTC