JSON-LD Beispiel
Id verweist hier auf die semantische Web-Repräsentation (die für Menschen und
Crawler lesbare HTML-Seite), nicht auf den API-Endpunkt – das ist im Semantic Web die korrekte
@id-Zielressource und macht ein separates Self überflüssig. Der API-Endpunkt
bleibt über Image erreichbar. Delphinariat ist als
urn:uuid:-URI notiert, da hier nur die UUID bekannt ist, keine dereferenzierbare URL.
{
"@context": "https://www.herbrich.org/ontology/",
"@type": "Delphin",
"Id": "https://www.herbrich.org/dolphins/c0c99f64-2626-4075-959b-9c0d504323f3",
"DolphinId": 2,
"FirstName": "Paula",
"LastName": "Fjörkler",
"FullName": "Paula Fjörkler",
"DelphinDescription": "Paula ist meine älteste Wahl.",
"Image": "https://api.herbrich.org/v1/dolphins/c0c99f64-2626-4075-959b-9c0d504323f3/image",
"Delphinariat": "https://www.herbrich.org/dolphins/delphinariats/436f7275-7363-616e-7435-303134393221",
"IsActive": true,
"CreatedAtUtc": "2026-03-05T20:47:00",
"UpdatedAtUtc": "2026-04-02T01:23:42"
}