Machine layer
What the AI reads for SVC-000001.
Shortened. In production every record also ships as a fetchable record.json and is wired into one graph via @id - exactly like the live cosmetics deployment.
// .../specimen/svc-000001/ (illustrative)
{
"@context": "https://schema.org",
"@type": "Dataset",
"@id": ".../svc-000001/#dataset",
"identifier": "SVC-000001",
"name": "Paint correction (single-stage) - service record",
"license": "https://verumgraph.com/en/",
"about": {
"@type": "Service",
"serviceType": "car detailing - paint correction",
"areaServed": "Katowice +30km",
"provider": {"@id": ".../prv-000001/#org"},
"offers": {
"@type": "Offer",
"priceSpecification": {"minPrice": 900, "maxPrice": 1400, "priceCurrency": "PLN"}
}
},
"record_fields": {
"duration_h": "6-8 | declared | price list | as of 2026-08",
"credential": "CRD-000001 | verified | certificate scan",
"record_status": "specimen"
}
}