Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
e4a36c52
Commit
e4a36c52
authored
Oct 02, 2018
by
Petter Goksøyr Åsen
Browse files
services: add missing prefix to authorized values serialization
parent
eae27088
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
redef/services/src/main/java/no/deichman/services/rdf/DefaultPrefixes.java
View file @
e4a36c52
...
...
@@ -32,6 +32,7 @@ public final class DefaultPrefixes {
authMapping
.
put
(
"formatAdaptation"
,
"http://data.deichman.no/formatAdaptation#"
);
authMapping
.
put
(
"mediaType"
,
"http://data.deichman.no/mediaType#"
);
authMapping
.
put
(
"label"
,
"http://www.w3.org/2000/01/rdf-schema#label"
);
authMapping
.
put
(
"language"
,
"http://lexvo.org/id/iso639-3/"
);
authMapping
.
put
(
"rdfs"
,
RDFS
.
getURI
());
authMapping
.
put
(
"deichman"
,
deichmanOntologyBaseUri
);
}
...
...
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