@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-FW4T5RJF-L
  a skos:Concept ;
  skos:altLabel "domaine de définition"@fr, "ensemble de départ"@fr ;
  skos:prefLabel "domain of a function"@en, "ensemble de définition"@fr ;
  skos:broader psr:-QLGNKBD8-R ;
  skos:definition """En mathématiques, l'ensemble de définition (également appelé domaine de définition ou parfois ensemble de départ, voir la discussion plus bas) d'une application ou d'une fonction désigne informellement l'ensemble des entrées acceptées par elle. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Ensemble_de_d%C3%A9finition">https://fr.wikipedia.org/wiki/Ensemble_de_d%C3%A9finition</a>)"""@fr, """In mathematics, the domain of a function is the set of inputs accepted by the function. It is sometimes denoted by dom(f) or dom ⁡f, where f is the function. In layman's terms, the domain of a function can generally be thought of as "what x can be". 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Domain_of_a_function">https://en.wikipedia.org/wiki/Domain_of_a_function</a>)"""@en ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Domain_of_a_function>, <https://fr.wikipedia.org/wiki/Ensemble_de_d%C3%A9finition> ;
  skos:inScheme psr: .

psr:-QLGNKBD8-R
  skos:prefLabel "ensemble"@fr, "set"@en ;
  a skos:Concept ;
  skos:narrower psr:-FW4T5RJF-L .

