Skip to content

Commit bfa0ff9

Browse files
Translation of the 2022 Structured Data chapter to Italian (#3328)
* Create content/it/2022/structured-data.md as a copy from English * Translation progress on structured-data chapter * End translation to Italian of structured-data chapter * Fix wrong amount of left-padding spaces on lines 361 and 415 * Fix some internal links and spaces * Fix an internal link * Fix markup * aRemove needless references * Add ling attributes Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 36fb673 commit bfa0ff9

2 files changed

Lines changed: 629 additions & 6 deletions

File tree

src/content/en/2022/structured-data.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ Three projects of note that rely heavily on the use of structured data are the f
138138
- <a hreflang="en" href="https://www.dbpedia.org/">**DBpedia**</a> is a set of datasets, tools and services related to structured web data. It contains more than 228 million freely-available entities to date. The main DBpedia Knowledge Graph encompasses clean data from Wikipedia. DBPedia is available in all supported Wikipedia languages and averages over 600k file downloads per year. Some open source tools that are built on top of DBpedia provide data access, versioning, quality control, ontology visualization and linking infrastructures.
139139
- <a hreflang="en" href="https://www.wikidata.org/">**Wikidata**</a> stores structured data from Wikimedia projects like Wikipedia. It is a document-oriented database, which focuses on storing structured web data.
140140

141-
_References:_
142-
- <a hreflang="en" href="http://www.ibiblio.org/osrt/omf/">Open Source Metadata Framework</a>
143-
- <a hreflang="en" href="https://en.wikipedia.org/wiki/DBpedia">DBpedia</a>
144-
- <a hreflang="en" href="https://en.wikipedia.org/wiki/Wikidata">WikiData</a>
145-
146141
## Use cases
147142

148143
The implementation of structured data is widely beneficial in numerous areas, some of which will be focused on in this section. It is important to note that many of these areas are overlapping, such is the nature of linked and structured data.
@@ -215,7 +210,7 @@ The below table lists the major changes to structured data formats in the last y
215210
<tr>
216211
<td>RDFa</td>
217212
<td>
218-
Although there are no changes in the base format of RDFa, version 3 of the _Data Catalog Vocabulary (DCAT)_ contained a significant update. DCAT is an <em>"RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web"</em>. This is significant due to the increased availability of open datasets on the web. Being able to describe the entire contents of a dataset greatly increases the discoverability, and thus usefulness, of a public dataset and makes federated search and distribution more likely.
213+
Although there are no changes in the base format of RDFa, version 3 of the <em>Data Catalog Vocabulary (DCAT)</em> contained a significant update. DCAT is an <em>"RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web"</em>. This is significant due to the increased availability of open datasets on the web. Being able to describe the entire contents of a dataset greatly increases the discoverability, and thus usefulness, of a public dataset and makes federated search and distribution more likely.
219214
<p>
220215
References:
221216
<ul>

0 commit comments

Comments
 (0)