-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af02997
commit 715b39e
Showing
2 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
export const FOR_CLASS = "http://www.w3.org/ns/solid/terms#forClass" | ||
export const BOOKMARK = 'http://www.w3.org/2002/01/bookmark#Bookmark' | ||
export const __FOR_CLASS = "http://www.w3.org/ns/solid/terms#forClass" | ||
export const __BOOKMARK = 'http://www.w3.org/2002/01/bookmark#Bookmark' | ||
|
||
export const SOLID = { | ||
INSTANCE: "http://www.w3.org/ns/solid/terms#instance", | ||
INSTANCE_CONTAINER: "http://www.w3.org/ns/solid/terms#instanceContainer", | ||
} | ||
export const __PRIVATE_TYPEINDEX = "http://www.w3.org/ns/solid/terms#privateTypeIndex" | ||
export const __PUBLIC_TYPEINDEX = "http://www.w3.org/ns/solid/terms#publicTypeIndex" | ||
|
||
export const __SOLID_INSTANCE = "http://www.w3.org/ns/solid/terms#instance" | ||
export const __SOLID_INSTANCE_CONTAINER = "http://www.w3.org/ns/solid/terms#instanceContainer" |
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