Skip to content

Conversation

@macbre
Copy link
Contributor

@macbre macbre commented Jan 4, 2019

https://wikia-inc.atlassian.net/browse/CORE-28

Football player model

<PersonModel https://schema.org/Person (Person:Zlatan Ibrahimović) birthDate = "1981", birthPlace = "Malmö", nationality = "Sweden", height = "1.95">	--[:athlete ]->(SportsTeam:Malmö FF)	--[:athlete ]->(SportsTeam:AFC Ajax)	--[:athlete ]->(SportsTeam:Juventus F.C.)	--[:athlete ]->(SportsTeam:Inter Milan)	--[:athlete ]->(SportsTeam:FC Barcelona)	--[:athlete ]->(SportsTeam:A.C. Milan)	--[:athlete ]->(SportsTeam:A.C. Milan)	--[:athlete ]->(SportsTeam:Paris Saint-Germain F.C.)	--[:athlete ]->(SportsTeam:Manchester United)	--[:athlete ]->(SportsTeam:Manchester United)	--[:athlete ]->(SportsTeam:LA Galaxy) 

Player and manager

<PersonModel https://schema.org/Person (Person:Ole Gunnar Solskjær) birthDate = "1973", birthPlace = "Kristiansund", nationality = "Norway", height = "1.78">	--[:athlete]->(SportsTeam:Clausenengen FK)	--[:athlete]->(SportsTeam:Molde FK)	--[:athlete]->(SportsTeam:Manchester United F.C.)	--[:coach]->(SportsTeam:Manchester United F.C. Reserves and Academy)	--[:coach]->(SportsTeam:Molde FK)	--[:coach]->(SportsTeam:Cardiff City F.C.)	--[:coach]->(SportsTeam:Molde FK)	--[:coach]->(SportsTeam:Manchester United F.C.) 

Football club model

<BaseModel https://schema.org/SportsTeam (SportsTeam:Manchester United F.C.) sport = "Football", foundingDate = "1878", ground = "Old Trafford", memberOf = "Premier League", url = "http://www.manutd.com/">	--[:coach ]->(Person:Ole Gunnar Solskjær)	--[:athlete {"position": "GK"}]->(Person:David de Gea)	--[:athlete {"position": "DF"}]->(Person:Victor Lindelöf)	--[:athlete {"position": "DF"}]->(Person:Eric Bailly)	--[:athlete {"position": "DF"}]->(Person:Phil Jones (born 1992))	--[:athlete {"position": "MF"}]->(Person:Paul Pogba)	--[:athlete {"position": "FW"}]->(Person:Alexis Sánchez)	--[:athlete {"position": "MF"}]->(Person:Juan Mata)	--[:athlete {"position": "FW"}]->(Person:Romelu Lukaku)	--[:athlete {"position": "FW"}]->(Person:Marcus Rashford)	--[:athlete {"position": "FW"}]->(Person:Anthony Martial)	--[:athlete {"position": "DF"}]->(Person:Chris Smalling)	--[:athlete {"position": "GK"}]->(Person:Lee Grant (born 1983))	--[:athlete {"position": "MF"}]->(Person:Jesse Lingard)	--[:athlete {"position": "MF"}]->(Person:Andreas Pereira)	--[:athlete {"position": "DF"}]->(Person:Marcos Rojo)	--[:athlete {"position": "MF"}]->(Person:Fred (born 1993))	--[:athlete {"position": "DF"}]->(Person:Ashley Young)	--[:athlete {"position": "DF"}]->(Person:Diogo Dalot)	--[:athlete {"position": "MF"}]->(Person:Ander Herrera)	--[:athlete {"position": "GK"}]->(Person:Sergio Romero)	--[:athlete {"position": "DF"}]->(Person:Luke Shaw)	--[:athlete {"position": "DF"}]->(Person:Antonio Valencia)	--[:athlete {"position": "MF"}]->(Person:Marouane Fellaini)	--[:athlete {"position": "MF"}]->(Person:Nemanja Matić)	--[:athlete {"position": "DF"}]->(Person:Matteo Darmian)	--[:athlete {"position": "MF"}]->(Person:Scott McTominay)	--[:athlete {"position": "DF"}]->(Person:Timothy Fosu-Mensah)	--[:athlete {"position": "DF"}]->(Person:Axel Tuanzebe)	--[:athlete {"position": "GK"}]->(Person:Joel Castro Pereira) 
macbre added 13 commits January 3, 2019 16:28
<PersonModel https://schema.org/Person> name: Ole Gunnar Solskjær birthDate: 1973 --> athlete --> Clausenengen FK --> athlete --> Molde FK --> athlete --> Manchester United F.C. --> coach --> Manchester United F.C. Reserves and Academy --> coach --> Molde FK --> coach --> Cardiff City F.C. --> coach --> Molde FK --> coach --> Manchester United F.C.
<PersonModel https://schema.org/Person (Person:Zlatan Ibrahimović) birthDate = "1981", birthPlace = "Malmö", nationality = "Sweden", height = "1.95">	--[:athlete ]->(SportsTeam:Malmö FF)	--[:athlete ]->(SportsTeam:AFC Ajax)	--[:athlete ]->(SportsTeam:Juventus F.C.)	--[:athlete ]->(SportsTeam:Inter Milan)	--[:athlete ]->(SportsTeam:FC Barcelona)	--[:athlete ]->(SportsTeam:A.C. Milan)	--[:athlete ]->(SportsTeam:A.C. Milan)	--[:athlete ]->(SportsTeam:Paris Saint-Germain F.C.)	--[:athlete ]->(SportsTeam:Manchester United)	--[:athlete ]->(SportsTeam:Manchester United)	--[:athlete ]->(SportsTeam:LA Galaxy)
@macbre macbre merged commit 792549c into master Jan 4, 2019
@macbre macbre deleted the football-player-extractor branch January 4, 2019 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant