Closed pajoma closed 10 months ago
The value identifiers should use their own method for generating the checksums. This enables the client to uniquely identify the value to update with details without the need to list all values before.
Let's take the following example
https://entitygraph.azurewebsites.net/api/s/oer/entities/4salg4xx> a sdo:LearningResource, sdo:keywords "Computer Science"@en, "EP 2015"@en, "EuroPython 2015"@en, "EuroPython Conference"@en;
and we want to add a detail to the keyword "Computer Science" using the endpoint
/api/entities/4salg4xx/value/sdo.keywords/details/dc.source
The checksum is generated from the string <https://schema.org/keywords> "Computer Science"@en
<https://schema.org/keywords> "Computer Science"@en
completed
The value identifiers should use their own method for generating the checksums. This enables the client to uniquely identify the value to update with details without the need to list all values before.
Let's take the following example
and we want to add a detail to the keyword "Computer Science" using the endpoint
/api/entities/4salg4xx/value/sdo.keywords/details/dc.source
The checksum is generated from the string
<https://schema.org/keywords> "Computer Science"@en