IdentityStable @id and registry number — the entity survives redesigns and URL moves.
LicenseExplicit CC BY — machines are told they may cite, and how to attribute.
FreshnessdateModified and per-claim as-of dates let an AI weigh how current the data is.
DistributionA record.json download — clean data instead of HTML scraping.
Controlled vocabularyAttributes come from a defined term set, so records are comparable across the whole graph.
// …/products/biolaven-eye-cream/record.json
{
"@context": "https://schema.org",
"@type": "Dataset",
"@id": "…/products/biolaven-eye-cream/#dataset",
"name": "BIOLAVEN eye cream — reference record",
"identifier": "PC-000021",
"dateModified": "2026-08-07T09:14:00Z",
"license": "https://creativecommons.org/licenses/by/4.0/",
"distribution": [{
"@type": "DataDownload",
"encodingFormat": "application/json"
}],
"record_fields": {
"application_area": "eyes",
"use_mode": "leave_on",
"primary_function": "moisturize",
"fragrance_status": "declared — source: label, as of 2026-06"
}
}
Shortened for display. The live record, and hundreds like it, are one click away below.