<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RDF | Daniel Antal</title><link>https://danielantal.eu/tag/rdf/</link><atom:link href="https://danielantal.eu/tag/rdf/index.xml" rel="self" type="application/rss+xml"/><description>RDF</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Tue, 22 Nov 2022 09:09:00 +0100</lastBuildDate><image><url>https://danielantal.eu/media/icon_hub9491570ac57158c0eeecc95c95b13e5_20247_512x512_fill_lanczos_center_3.png</url><title>RDF</title><link>https://danielantal.eu/tag/rdf/</link></image><item><title>Create Datasets that are Easy to Combine and Reuse</title><link>https://danielantal.eu/post/2022-12-02-dataset-on-cran/</link><pubDate>Tue, 22 Nov 2022 09:09:00 +0100</pubDate><guid>https://danielantal.eu/post/2022-12-02-dataset-on-cran/</guid><description>&lt;p>&lt;strong>The latest Reprex R package, dataset was released today on the Comprehensive R Archive Network. It is a very early, conceptual package that will help make scientific achievements more open, governmental data easier to find, and store information that can be better combined.&lt;/strong>&lt;/p>
&lt;p>Data interoperability is almost a buzzword, yet we see very few comprehensive, good solutions to apply it. Try to find information on open government portals or on big open science repositories—apart from a few good examples, most datasets are as disorganized as any PC’s hard disk that is collecting dust in a shed.&lt;/p>
&lt;p>The &lt;code>dataset&lt;/code> package aims to bring together the best practices of data semantics, data organization, and the use of standard metadata to make sure that whatever you store in a data table, it will be immediately available for data analysis, activation, or combination in any new database.&lt;/p>
&lt;p>Ambitious? It is, and &lt;code>dataset 0.1.9&lt;/code> is a very experimental product. While our other packages are aimed at intermediate users with a clear use case in mind, dataset at this point is aimed at package developers. Casual or even heavy R users are unlikely to download it as a standalone product. Instead, &lt;code>dataset&lt;/code> aims to be a stable developer basis for our existing products, rOpenGov packages, and many new uses.&lt;/p>
&lt;td style="text-align: center;">
&lt;figure id="figure-download-datasethttpsdatasetdataobservatoryeu">
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="Download [dataset](https://dataset.dataobservatory.eu/)" srcset="
/media/img/screenshots/dataset_0_1_9_hu0a73b7b10e7b08d2ea77dda52eaaa2b5_175803_7af70b7a68aa584fa4a40f2efedc9764.webp 400w,
/media/img/screenshots/dataset_0_1_9_hu0a73b7b10e7b08d2ea77dda52eaaa2b5_175803_995895f41cee25e4625b2ce9da9c1c88.webp 760w,
/media/img/screenshots/dataset_0_1_9_hu0a73b7b10e7b08d2ea77dda52eaaa2b5_175803_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://danielantal.eu/media/img/screenshots/dataset_0_1_9_hu0a73b7b10e7b08d2ea77dda52eaaa2b5_175803_7af70b7a68aa584fa4a40f2efedc9764.webp"
width="760"
height="428"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;figcaption>
Download &lt;a href="https://dataset.dataobservatory.eu/" target="_blank" rel="noopener">dataset&lt;/a>
&lt;/figcaption>&lt;/figure>&lt;/td>
&lt;p>The metadata aim of &lt;code>dataset&lt;/code> it to add standardized metadata to r data.frames, tibbles, data.tables and other similar structured, tabular objects. The organization and semantic objectives are to bring the tidy data concept closer to the datacube model, which is the basis of all statistical data exchanges, and W3C standards, which foster machine-to-machine data communications on the traditional web APIs and the semantic web.&lt;/p>
&lt;ol>
&lt;li>Makes data importing easier and less error-prone;&lt;/li>
&lt;li>Leaves plenty of room for documentation automation, resulting in far better reusability and reproducibility;&lt;/li>
&lt;li>The publication of results from R following the &lt;a href="https://www.go-fair.org/fair-principles/" target="_blank" rel="noopener">FAIR&lt;/a> principles is far easier, making the work of the R user more findable, more accessible, more interoperable and more reusable by other users;&lt;/li>
&lt;li>Makes the placement into relational databases, semantic web applications, archives, repositories possible without time-consuming and costly data wrangling (See &lt;a href="https://dataset.dataobservatory.eu/articles/RDF.html" target="_blank" rel="noopener">From dataset To RDF&lt;/a>).&lt;/li>
&lt;/ol>
&lt;p>The first official release offers little immediate benefits. However, if you are an R package developer, we can bring you a few steps nearer to releasing your data products in a way that conforms the &lt;a href="https://www.go-fair.org/fair-principles/" target="_blank" rel="noopener">FAIR metadata&lt;/a> principles. We can make a few steps to streamline your data wrangling. Make integration with relational databases easier. To make a step towards the semantic web.&lt;/p></description></item></channel></rss>