@prefix tsp: <http://data.loterre.fr/ark:/67375/TSP> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix ns0: <http://mysite.org/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

tsp: a skos:ConceptScheme .
tsp:-Variable_épidémiologique
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Variable épidémiologique"@fr ;
  skos:member tsp:-D8Q5LTR0-5 .

tsp:-D8Q5LTR0-5
  a skos:Concept ;
  skos:prefLabel "risque attribuable"@fr ;
  ns0:ns0group "Variable épidémiologique"@fr ;
  skos:hiddenLabel "Risque attribuable"@fr, "Fraction attribuable risque"@fr ;
  skos:inScheme tsp: ;
  dc:modified "2019-07-11"^^xsd:date ;
  skos:scopeNote "Probabilité de survenue d'un évènement (décès ou maladie) chez une personne ou une population, à une date ou pendant un intervalle de temps donné."@fr ;
  skos:broader tsp:-FF3RFVFQ-X ;
  dc11:identifier "56_1_3_0" ;
  skos:altLabel "fraction attribuable du risque"@fr .

tsp:-FF3RFVFQ-X
  skos:prefLabel "mesure du risque"@fr ;
  a skos:Concept ;
  skos:narrower tsp:-D8Q5LTR0-5 .

