Skip to content

Commit

Permalink
Adding an origin property to Trip
Browse files Browse the repository at this point in the history
This is for issue schemaorg#3317

"I am proposing adding a new origin that expects Place for Trip which will be used for navigation/directions for Google's local actions for trip activities."
  • Loading branch information
gmackenz committed May 19, 2023
1 parent c6615f0 commit 2f2efa8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/schema.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7409,6 +7409,12 @@ Note: for historical reasons, any textual label and formal code provided as a li
:Person ;
rdfs:comment "An organizer of an Event." .
:origin a rdf:Property ;
rdfs:label "origin" ;
:domainIncludes :Trip ;
:rangeIncludes :Place ;
rdfs:comment "The location of origin of the trip, prior to any destination(s)." .
:originAddress a rdf:Property ;
rdfs:label "originAddress" ;
:domainIncludes :ParcelDelivery ;
Expand Down

0 comments on commit 2f2efa8

Please sign in to comment.