docs: End-to-End-Cookbook (Blob/Image → DataFrame → Schema → JSON-LD → VC)#81
Merged
Conversation
…LD -> VC) Eine durchgehende Usage-Seite, die die jetzt feature-reiche Bibliothek an EINEM realistischen Szenario (Zugversuch) verbindet: 1. Image als Blob: Inhalt + Provenienz + sha256/verify, native PNG-Einbettung 2. DataFrame: Tabelle + column_metadata (Einheiten/Ontologie) 3. Schema: apply_schema (vervollstaendigen) + validate (ValidationReport) 4. Maschinenlesbar: JSON-LD (csvw columns), Sidecar, Turtle (rdflib optional) 5. Verifiable Credential: EdDSA-Signatur (sdata.did) + verify + Rekonstruktion 6. DataFrame.as_blob: Tabelle als binaeres Asset Alle Snippets wurden vorab als Skript ausgefuehrt und verifiziert (API-korrekt, echte Beispielausgaben). Nav: Usage -> "Cookbook (end to end)" (zuerst); Startseiten-Link ergaenzt. mkdocs build --strict gruen (alle Cross-Refs/Anker aufgeloest). Reine Docs-Aenderung - Tests/Coverage unveraendert (100%).
Up to standards ✅🟢 Issues
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Was
Eine durchgehende Cookbook-Usage-Seite, die die jetzt feature-reiche Bibliothek an
einem realistischen Szenario (Zugversuch) didaktisch verbindet:
Blob— Inhalt + Provenienz +sha256/verify, native PNG-EinbettungDataFrame— Tabelle +column_metadata(Einheiten/Ontologie)apply_schema(vervollständigen) +validate(ValidationReport)columns), Sidecar, Turtle (sdata[rdf]optional)sdata.did) +verify+ RekonstruktionDataFrame.as_blob— Tabelle als binäres AssetVerifikation
Alle Snippets wurden vorab als Skript ausgeführt (API-korrekt; die im Doc gezeigten
Ausgaben sind echte Werte).
mkdocs build --strictgrün — alle Cross-References undAnker (
#schema-templates,#verifiable-credentials) lösen auf.Nav: Usage → „Cookbook (end to end)" (zuerst); Startseiten-Link ergänzt. Reine
Docs-Änderung — kein Python berührt, Tests/Coverage unverändert (100 %).