Skip to content

Commit

Permalink
Add additional context to homosaurus_direct search
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrlc committed Oct 10, 2023
1 parent e7e17fd commit 7fd9c89
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/authorities/linked_data/homosaurus_direct.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,30 @@
"results": {
"id_ldpath": "dcterms:identifier",
"label_ldpath": "skos:prefLabel :: xsd:string"
},
"context": {
"properties": [
{
"property_label_i18n": "qa.linked_data.authority.homosaurus_direct.identifier",
"property_label_default": "Identifier",
"ldpath": "dcterms:identifier :: xsd:string"
},
{
"property_label_i18n": "qa.linked_data.authority.homosaurus_direct.preferred_label",
"property_label_default": "Preferred Label",
"ldpath": "skos:prefLabel :: xsd:string"
},
{
"property_label_i18n": "qa.linked_data.authority.homosaurus_direct.alt_label",
"property_label_default": "Alt Label",
"ldpath": "skos:altLabel :: xsd:string"
},
{
"property_label_i18n": "qa.linked_data.authority.homosaurus_direct.scope",
"property_label_default": "Scope",
"ldpath": "rdfs:comment :: xsd:string"
}
]
}
}
}
5 changes: 5 additions & 0 deletions config/locales/qa_server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ en:
authority:
getty_direct:
parent_body: Parent Body
homosaurus_direct:
preferred_label: Preferred Label
alt_label: Alt Label
identifier: Identifier
scope: Scope

0 comments on commit 7fd9c89

Please sign in to comment.