-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refactor] Jest globals in tests, Readme examples, MST types
- Loading branch information
Showing
12 changed files
with
174 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,18 +19,18 @@ import { MstRepository } from './MstRepository'; | |
export const rootModelInitialState: any = { | ||
repId: '', | ||
user: { | ||
//'@id': 'mailto:[email protected]',//<mailto:[email protected]> | ||
login: '[email protected]', | ||
name: 'Guest', | ||
}, | ||
processArea: 'projects:gishbbProject', | ||
ns: { | ||
current: { | ||
rdfs: 'http://www.w3.org/2000/01/rdf-schema#', | ||
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#', | ||
sesame: 'http://www.openrdf.org/schema/sesame#', | ||
aldkg: 'https://agentlab.ru/ldkg/onto#', | ||
sesame: 'http://www.openrdf.org/schema/sesame#', //rdf4j DirectType Inferencer sesame:directSubClassOf | ||
rdf4j: 'http://rdf4j.org/schema/rdf4j#', //rdf4j Default Graph rdf4j:nil, rdf4j:SHACLShapeGraph | ||
aldkg: 'https://agentlab.eu/ldkg/onto#', | ||
}, | ||
}, | ||
schemas: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.