Duplicate property listings in schema.org RDFS

Quick bug report on http://schema.org/docs/schema_org_rdfa.html -- the
following properties are listed twice, with different summary
descriptions:

   * acceptsReservations
   * carrier
   * departureAirport
   * flightNumber
   * issuedBy
   * maxValue
   * member
   * minValue
   * priceCurrency
   * provider
   * startTime

In the RDFS, the HTML value leading up to the domainIncludes assertion
is "Domain:" for one variation of the property, and "domain:" for the
other.

The result of the different summary descriptions is a property that does
not make sense in one context; for example, compare the description for
"carrier" on http://schema.org/ParcelDelivery vs.
http://schema.org/Flight; in the RDFS document, the description in the
context for Flight should be "The airline designated as the carrier for
the flight.", but at http://schema.org/Flight the ParcelDelivery context
of "The party responsible for the parcel delivery." is surfaced instead,
and that appears non-sensical.

Received on Sunday, 20 April 2014 20:07:40 UTC