-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
schema.org vocabGeneral top level tag for issues on the vocabularyGeneral top level tag for issues on the vocabulary
Milestone
Description
In one of last emails about differences between potential and active/compleated Action, I suggested introducing new property interaction which would supersede interactionCount - http://lists.w3.org/Archives/Public/public-vocabs/2014Sep/0174.html
{
"@type": "WebPage",
"@id": "http://example.net/",
"interaction": [
{
"@type": "ViewAction",
"@id": "http://mypds.net/joe/ew0r98a0ga",
"actionStatus": "CompletedActionStatus",
"object": "http://example.net/",
"endTime": "2017-01-04T10:32:15+01:00"
},
{
"@type": "ReadAction",
"@id": "http://mypds.net/joe/0a9fd80gh7",
"actionStatus": "CompletedActionStatus",
"object": "http://example.net/",
"startTime": "2017-01-04T10:32:15+01:00",
"endTime": "2017-01-04T10:37:04+01:00"
}
]
}While on it, I would like to bring attention (for the 4th time in last 2
years) to: http://schema.org/interactionCountAnd propose to replace it with interaction which would accompany
potentialAction on Thing.
- Thing --{potentialAction}--> Action --{actionStatus}-->
PotentialActionStatus- Thing --{interaction}--> Action --{actionStatus}--> ActiveActionStatus
|| CompletedActionStatus
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
schema.org vocabGeneral top level tag for issues on the vocabularyGeneral top level tag for issues on the vocabulary