-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As mentioned in https://docs.google.com/document/d/19AO0cLrBBrZQV-nooCNi91KbdlwToSFmAoK1yEQTtjE/edit?ts=57106d3d
This is a final data requirement, please finish data annotation by Friday night.
数据格式(注意,请加上url,并且除了timestamp需要变化以外,其他的要严格按照我给出的格式生成数据)
确保你知道哪个sensor对应哪个player/ball/referee/glove
要保留所有的position,你的程序不要过滤/删除任何数据!!!
输出数据(请按照我给出的格式严格输出,逗号后没有换行)
- 如果有球在场上,player的腿位置信息 输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/hasPosition, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1Position10753295594424116, 10753.2955, 179:13.2955 (一行结束,换行) - 如果此player在自己的半场,接着输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1Position10753295594424116, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerInOwnHalfhttp://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside_Literate/OwnHalfPosition, 10753.2995, 179:13.2955 (一行结束,换行) - 如果此player不在自己半场,则不用输出OwnHalfPosition的annotation。
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/OE_10_Soccer_Offside/PlayerNotInOwnHalf, 10753.2995, 179:13.2955 (一行结束,换行) - 如果player是second last player,接着输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/SecondLastPlayer, 10753.2995, 179:13.2955(一行结束,换行) - 如果player不是second last player,接着输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/NotSecondLastPlayer, 10753.2995, 179:13.2955(一行结束,换行) - 如果player碰到球4了,接着输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/touch, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/Ball4, 10753.2995, 179:13.2955(一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/involves,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/BallTouch, 10753.2995, 179:13.2955(一行结束,换行) - 如果playerA1 challenge playerB1了, 接着输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/involves, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/OpponentChallenge, 10753.2995, 179:13.2955, start/end(一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerB1, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/involves, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/OpponentChallenge, 10753.2995, 179:13.2955, start/end(一行结束,换行) - 如果没有球在场上,输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/hasPosition,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1Position10753295594424116, 10753.2995, 179:13.2955 (一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1Position10753295594424116, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside_Literate/OffsideIrreleventPosition, 10753.2995, 179:13.2955 (一行结束,换行) - 如果有越位位置的存在,假设当前playerA1处于越位位置,sld是PlayerB2, ball是Ball4。
只在你第一次检测到playerA1处于越位位置时候输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1Position10753295594424116, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/isNearerToDefenderGoalLineThan, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerB2Position10753295594424116, 10753.2995, 179:13.2955(一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/PlayerA1Position10753295594424116, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/isNearerToDefenderGoalLineThan,http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/ball4position10753295594424116, 10753.2995, 179:13.2955 (一行结束,换行) - 如果是ball的信息,
- 假设球4在场上,输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/Ball4,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/hasPosition,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/ball4position10753295594424116, 10753.2995, 179:13.2955 (一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/Ball4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/InFieldBall, 10753.2995, 179:13.2955 (一行结束,换行) - 如果球不在场上,统一输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/Ball8,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/hasPosition,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/ball8position10753295594424116, 10753.2995, 179:13.2955 (一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/Ball8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/BackupBall, 10753.2995, 179:13.2955 (一行结束,换行) - 如果是裁判的位置信息,输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/referee,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/hasPosition,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/refereeposition10753295594424116, 10753.2995, 179:13.2955 (一行结束,换行) - 如果是守门员手套的信息,输出:
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/goalkeeperAleftglove,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/hasPosition,
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/goalkeeperAleftgloveposition10753295594424116, 10753.2995, 179:13.2955 (一行结束,换行)
http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside/goalkeeperAleftgloveposition10753295594424116, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://tw.rpi.edu/web/Courses/Ontologies/2016/Soccer_Offside_Literate/GlovePosition(一行结束,换行)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels