@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#> .

<http://data.loterre.fr/ark:/67375/TSO-K8M61NNH-M>
  skos:prefLabel "article exécutable"@fr, "executable paper"@en, "documento ejecutable"@es ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/TSO-JHXNBZ95-W> .

<http://data.loterre.fr/ark:/67375/TSO> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/TSO-JHXNBZ95-W>
  skos:broader <http://data.loterre.fr/ark:/67375/TSO-K8M61NNH-M> ;
  skos:definition "Artículo ejecutable realizado con la herramienta web de código abierto Jupyter."@es, "Article exécutable réalisé avec l'outil web open-source Jupyter."@fr, "Executable article made with the open-source web tool Jupyter."@en ;
  dc:created "2021-07-13"^^xsd:date ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/TSO> ;
  skos:altLabel "cahier Jupyter"@fr ;
  a skos:Concept ;
  dc:modified "2024-12-04"^^xsd:date ;
  skos:prefLabel "notebook Jupyter"@fr, "cuaderno Jupyter"@es, "Jupyter notebook"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q105099901> .

