Skip to content

Commit

Permalink
Update context.jsonld automatically #1864
Browse files Browse the repository at this point in the history
After running `mvn clean install -DskipTests=false -DgenerateTestData=true` Database was added. This seems to be a good reason to update the `context.jsonld`-file
  • Loading branch information
TobiasNx committed Sep 4, 2024
1 parent c7065a3 commit d073635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/conf/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"DataFeedItem" : {
"@id" : "http://schema.org/DataFeedItem"
},
"Database" : {
"@id" : "http://vivoweb.org/ontology/core#Database"
},
"EditedVolume" : {
"@id" : "http://purl.org/lobid/lv#EditedVolume"
},
Expand Down

0 comments on commit d073635

Please sign in to comment.