Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`dcterms:hasVersionOf ` is mistaken for `dcterms:isVersionOf `
  • Loading branch information
KasperZutterman authored Oct 9, 2021
1 parent 20f99a1 commit 9f19511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In the original data we’ll have a triple that looks like this:

* It searches for a namenode and literal of the configurable versionOf and timestamp properties in iterations
* It swaps all instances of versionId with the objectId
* It changes`dcterms:hasVersionOf` with `dcterms:hasVersion`
* It changes `dcterms:isVersionOf` with `dcterms:hasVersion`
* It keeps the timestamp predicate and literal on the object of the `dcterms:hasVersion` object
* It puts everything in a graph called `<versionId>`
* A triple is added stating that the graph `<versionId>` was `prov:generatedAtTime` the timestamp

0 comments on commit 9f19511

Please sign in to comment.