Skip to content

Commit

Permalink
Updates to LDBEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Jul 27, 2023
1 parent 5c34847 commit e710973
Show file tree
Hide file tree
Showing 13 changed files with 85,206 additions and 47 deletions.
15 changes: 15 additions & 0 deletions features/ldbEditor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions features/ldbEditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"axios": "^0.26.1",
"cassproject": "1.5.13",
"jsonld": "^5.2.0",
"jsonld-document-loader": "^2.0.0",
"lodash": "^4.17.21",
"pinia": "^2.0.32",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions features/ldbEditor/public/schema.jsonld
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"@context": {
"@vocab": "http://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
Expand Down Expand Up @@ -22503,6 +22504,5 @@
"rdfs:comment": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
"rdfs:label": "citation"
}
],
"@id": "http://schema.org/#5.0"
]
}
Loading

0 comments on commit e710973

Please sign in to comment.