Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
logilab-views
Commits
388a7364ce28
Commit
5d0d0b27
authored
Mar 23, 2020
by
Élodie Thiéblin
Browse files
[aliases] Reorganize aliases
parent
c0774d16a6d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/aliases.ts
View file @
388a7364
...
...
@@ -117,24 +117,37 @@ export const ALIASES = [
// description or object content
[
"
http://ns.cubicweb.org/cubicweb/0.0/content
"
,
"
http://purl.org/dc/elements/1.1/description
"
,
"
http://purl.org/dc/terms/description
"
,
"
http://rdfs.org/sioc/ns#content
"
"
http://rdfs.org/sioc/ns#content
"
,
"
http://ns.cubicweb.org/cubicweb/0.0/content
"
],
// date (of creation)
[
"
http://ns.cubicweb.org/cubicweb/0.0/creation_date
"
,
"
http://purl.org/dc/elements/1.1/date
"
,
"
http://purl.org/dc/terms/date
"
"
http://purl.org/dc/terms/date
"
,
"
http://ns.cubicweb.org/cubicweb/0.0/creation_date
"
],
// date of modification
[
"
http://purl.org/dc/terms/modified
"
,
"
http://ns.cubicweb.org/cubicweb/0.0/creation_date
"
],
// BlogPost
[
"
http://ns.cubicweb.org/cubicweb/0.0/BlogEntry
"
,
"
http://rdfs.org/sioc/types#BlogPost
"
],
// Container
[
"
http://rdfs.org/sioc/ns#container
"
,
"
http://ns.cubicweb.org/cubicweb/0.0/entry_of
"
],
// format
[
"
http://purl.org/dc/elements/1.1/format
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment