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

Add location, startTime, and endTime to InteractionCounter (#2823, #2825) #2824

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/schema.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5710,6 +5710,7 @@ This property should not be used where the nature of the alignment can be descri
rdfs:label "endTime" ;
:domainIncludes :Action,
:FoodEstablishmentReservation,
:InteractionCounter,
:MediaObject ;
:rangeIncludes :DateTime,
:Time ;
Expand Down Expand Up @@ -8709,6 +8710,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
rdfs:label "startTime" ;
:domainIncludes :Action,
:FoodEstablishmentReservation,
:InteractionCounter,
:MediaObject ;
:rangeIncludes :DateTime,
:Time ;
Expand Down Expand Up @@ -10438,6 +10440,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
rdfs:label "location" ;
:domainIncludes :Action,
:Event,
:InteractionCounter,
:Organization ;
:rangeIncludes :Place,
:PostalAddress,
Expand Down