Skip to content
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

Additional FlightReservation -related properties #288

Closed
danbri opened this issue Jan 26, 2015 · 8 comments
Closed

Additional FlightReservation -related properties #288

danbri opened this issue Jan 26, 2015 · 8 comments
Assignees
Labels
schema.org vocab General top level tag for issues on the vocabulary status:work expected We are likely to, or would like to, or probably should try, ... to do something in this area.

Comments

@danbri
Copy link
Contributor

danbri commented Jan 26, 2015

http://schema.org/FlightReservation

It has been suggested that additional properties around FlightReservation (or on Ticket, Airline etc.) would improve the usefulness of our flight reservations vocabulary. @vholland has been working on a specific proposal.

@danbri danbri added schema.org vocab General top level tag for issues on the vocabulary type: rough proposal idea status:work expected We are likely to, or would like to, or probably should try, ... to do something in this area. labels Jan 26, 2015
@danbri danbri added this to the sdo-gozer release milestone Jan 26, 2015
@vholland
Copy link
Contributor

vholland commented Feb 2, 2015

I have added some properties related to boarding passes at vholland@b8f85c9.

Specifically, the proposed new properties on FlightReservation are:

passengerSequenceNumber: The passenger's sequence number as assigned by the airline.

passengerPriorityStatus: The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).

securityScreening: The type of security screening the passenger is subject to.

And on Airline:

boardingPolicy: The type of boarding policy used by the airline (e.g. zone-based or group-based).

@vholland
Copy link
Contributor

vholland commented Feb 5, 2015

@tmarshbing
Copy link

@vholland, what is the difference between the existing http://schema.org/boardingGroup property and the proposed passengerSequenceNumber property?

Also, can you update the examples to show the usage of the new properties?

@vholland
Copy link
Contributor

boardingGroup is something like "Group A" or "Zone 1" which determines the order people board the plane.

The passengerSequenceNumber is a unique identifier the airline uses for the passenger.

I'll update the examples as well.

@tmarshbing
Copy link

OK, thanks. I guess I don't travel enough. I hadn't seen (or noticed) the unique ID for a passenger before.

@vholland
Copy link
Contributor

The pull request has expanded examples.

I also incorporated @chaals suggestion to not try to enumerate the security screening programs. The securityScreening property now expects Text.

@chaals
Copy link
Contributor

chaals commented Mar 20, 2015

Looks good to me.

vholland added a commit that referenced this issue Apr 8, 2015
Issue #288: Added properties to FlightReservation to handle more boarding pass information.
@vholland
Copy link
Contributor

vholland commented Apr 8, 2015

Merged into sdo-gozer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema.org vocab General top level tag for issues on the vocabulary status:work expected We are likely to, or would like to, or probably should try, ... to do something in this area.
Projects
None yet
Development

No branches or pull requests

4 participants