2022-04-20 – DataSets

Summary

According to Daryl, this might be one of the most important lessons to date. DataSets places you in a database that Google trusts, that is authoritative and that it uses as a source of information. It is an additional source of validation. 

Daryl shows how to qualify to get into the Google Dataset Search database.

Timestamp Topic covered
00:03:08An explanation of what datasets are.
00:08:54Examples of what qualifies as datasets based on Google Developers page.
00:14:16An overview of Google tool to find datasets on any topic.
00:18:00An Introduction to DataSet Schema and how to get into Google Dataset Search.
00:19:34An explanation of the ROR (Research Organization Registry Community).
00:22:09An example of a DataSet schema from Google.
00:22:57We look at the DataSet schema template in the context of a Google Stack.
00:33:50The Google Rich Results Test tool has a warning that you should be aware of.
00:40:00Examples of great use cases for datasets.

Notes:

  • DataSet schema is either a “Person” or an “Organization”.
  • The preferred SameAs for datasets are the ORCID ID (see previous lesson)  or the ROR ID.

Google Dataset Search Tool: https://datasetsearch.research.google.com/

Research Organization Registry Communityhttps://ror.org/

To learn more on how get into the databasehttps://ror.readme.io/docs/publishers 

Google Developers Dataset Schema: https://developers.google.com/search/docs/advanced/structured-data/dataset

Article: Making it easier to discover datasetshttps://www.blog.google/products/search/making-it-easier-discover-datasets/

Dataset Schema Example

<script type="application/ld+json" class="schema.org"><br />{<br />"@context": "https://schema.org",<br />"@type": "Dataset",<br />"@id": "https://docs.google.com/spreadsheets/d/1U7fjBRvR3WqiJQPvVALWn8X0YstY9PZLQ6T9YnkXR3w/edit?usp=sharing",<br />"abstract": "RV Maintenance and Repair Related Topics",<br />"accessMode": ["auditory","textual","visual","textOnVisual"],<br />"additionalType": [<br />"https://en.wikipedia.org/wiki/Mechanic",<br />"https://www.wikidata.org/wiki/Q746448",<br />"https://en.wikipedia.org/wiki/Recreational_vehicle"<br />],<br />"alternateName": "RV Repair Shop in Lynden, Washington",<br />"alternativeHeadline": "Annual RV Maintenance Services in Lynden WA",<br />"archivedAt": "https://docs.google.com/spreadsheets/d/1U7fjBRvR3WqiJQPvVALWn8X0YstY9PZLQ6T9YnkXR3w/edit?usp=sharing",<br />"citation": "https://drive.google.com/drive/folders/14BUhD8I67rQhw45FW4Cidltde6zhA8Po?usp=sharing",<br />"copyrightYear": "2019",<br />"creativeWorkStatus": "Published",<br />"creditText": "Property of OceanWest RV & Marine - Lynden",<br />"dateCreated": "2019-12-10",<br />"datePublished": "2019-12-10",<br />"description": "OceanWest RV & Marine - Lynden 7324 WA-539, Lynden, WA 98264, USA WG57+8X Lynden, Washington, USA +1 360-354-5538",<br />"disambiguatingDescription": "Annual Recreational vehicle maintenance services for Lynden and Washington area.",<br />"genre": "Business",<br />"image": "https://oceanwestrvm.com/wp-content/uploads/2011/09/1_1.jpg",<br />"isAccessibleForFree": true,<br />"isBasedOnUrl": "https://oceanwestrvm.com/services/annual-rv-maintenance-service",<br />"isPartOf": "https://drive.google.com/drive/folders/14BUhD8I67rQhw45FW4Cidltde6zhA8Po?usp=sharing",<br />"keywords": "Annual RV Maintenance",<br />"mainEntityOfPage": "https://www.google.com/maps?cid=9651753609853508673",<br />"name": "Annual RV Maintenance Services",<br />"sameAs": [<br />"https://sites.google.com/view/annualrvmaintenancelyndenwa/",<br />"https://www.google.com/maps/d/u/2/viewer?mid=1hdTw6qRfs8nKlBLkdfUoKXpTrSsECAcG",<br />"https://docs.google.com/spreadsheets/d/1wm0r9ubbFwaZCrmAOtOqxJ8S3HMejMVGrPW1aESmyFQ",<br />"https://drive.google.com/open?id=1VRkW_2i7zdZu67EDQAVIgCxbWicKOVpW",<br />"https://www.youtube.com/watch?v=O1aa9DUGQeo"<br />],<br />"text": "At OceanWest RV & Marine, we offer a complete range of services designed to be performed annually to ensure your RV stays in top operating condition, and reduces the need for repairs over time vs. an RV that is not well-maintained. Preventative maintenance is essential to extend the life of your recreational vehicle and we make it easy because we come to you!",<br />"url": "https://docs.google.com/spreadsheets/d/1U7fjBRvR3WqiJQPvVALWn8X0YstY9PZLQ6T9YnkXR3w/edit?usp=sharing"<br />}<br /></script>

Leave a Reply