@prefix sport: <http://clarin-pl.eu/SporThes/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix clarin: <http://clarin-pl.eu/SporThes/core#> .

sport:tee_ball
  skos:prefLabel "tee ball"@pl ;
  a skos:Concept ;
  skos:broader sport:baseball .

sport:wiffle_ball
  skos:prefLabel "wiffle ball"@pl ;
  a skos:Concept ;
  skos:broader sport:baseball .

sport:baseball_5
  skos:prefLabel "baseball 5"@pl ;
  a skos:Concept ;
  skos:broader sport:baseball .

sport:baseball
  clarin:Kategoria sport:dyscyplina_nieolimpijska ;
  skos:narrower sport:tee_ball, sport:baseball_5, sport:wiffle_ball, sport:vintage_baseball ;
  skos:broader sport:gra_z_bita_i_pilka, sport:dyscyplina_nieolimpijska ;
  clarin:Zespołowość "zespołowa"@pl ;
  clarin:Kontaktowość "sport bezkontaktowy"@pl ;
  skos:definition "Dyscyplina gry z bitą i piłką, gromadząca gry na boisku będącym wycinkiem koła, polegające na rzucaniu małej piłki, odbijaniu jej pałką i zdobywaniu biegiem tzw. baz."@pl ;
  a skos:Concept ;
  skos:prefLabel "baseball"@pl ;
  clarin:Sezon "letnia"@pl .

sport:gra_z_bita_i_pilka
  skos:prefLabel "gra z bitą i piłką"@pl ;
  a skos:Concept ;
  skos:narrower sport:baseball .

sport:vintage_baseball
  skos:prefLabel "vintage baseball"@pl ;
  a skos:Concept ;
  skos:broader sport:baseball .

sport:dyscyplina_nieolimpijska
  skos:prefLabel "dyscyplina nieolimpijska"@pl ;
  a skos:Concept ;
  skos:narrower sport:baseball .

