@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:karate
  skos:narrower sport:karate_mezczyzn, sport:karate_kobiet ;
  skos:definition "Dyscyplina sportu walki, będąca japońską sztuką walki, która posiada ponad 100 stylów i polega na stosowaniu trzech elementów: kihon (trening technik podstawowych), kata (formy demonstrowania obrony, ataku i kontrataku) oraz kumite (walka)."@pl ;
  skos:broader sport:sport_walki, sport:dyscyplina_olimpijska ;
  clarin:Kategoria sport:dyscyplina_olimpijska ;
  a skos:Concept ;
  skos:prefLabel "karate"@pl .

sport:karate_kobiet
  skos:prefLabel "karate kobiet"@pl ;
  a skos:Concept ;
  skos:broader sport:karate .

sport:dyscyplina_olimpijska
  skos:prefLabel "dyscyplina olimpijska"@pl ;
  a skos:Concept ;
  skos:narrower sport:karate .

sport:karate_mezczyzn
  skos:prefLabel "karate mężczyzn"@pl ;
  a skos:Concept ;
  skos:broader sport:karate .

sport:sport_walki
  skos:prefLabel "sport walki"@pl ;
  a skos:Concept ;
  skos:narrower sport:karate .

