-
Notifications
You must be signed in to change notification settings - Fork 85
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
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
54 changes: 27 additions & 27 deletions
54
home/src/main/resources/rdf/i18n/en_US/interface-i18n/firsttime/vitro_extended_search.ttl
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,48 +1,48 @@ | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix prop-data: <http://vivoweb.org/ontology/core/properties/individual#> . | ||
@prefix prop: <http://vivoweb.org/ontology/core/properties/vocabulary#> . | ||
@prefix uil-data: <http://vivoweb.org/ontology/vitro/ui-label/individual#> . | ||
@prefix uil: <http://vivoweb.org/ontology/vitro/ui-label/vocabulary#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
|
||
prop-data:search_results_relevance.Vitro | ||
uil-data:search_results_relevance.Vitro | ||
rdf:type owl:NamedIndividual ; | ||
rdf:type prop:PropertyKey ; | ||
rdf:type uil:PropertyKey ; | ||
rdfs:label "Relevance"@en-US ; | ||
prop:hasApp "Vitro" ; | ||
prop:hasKey "search_results_relevance" ; | ||
prop:hasPackage "Vitro-languages" . | ||
uil:hasApp "Vitro" ; | ||
uil:hasKey "search_results_relevance" ; | ||
uil:hasPackage "Vitro-languages" . | ||
|
||
prop-data:search_results_sort_by.Vitro | ||
uil-data:search_results_sort_by.Vitro | ||
rdf:type owl:NamedIndividual ; | ||
rdf:type prop:PropertyKey ; | ||
rdf:type uil:PropertyKey ; | ||
rdfs:label "Sort by"@en-US ; | ||
prop:hasApp "Vitro" ; | ||
prop:hasKey "search_results_sort_by" ; | ||
prop:hasPackage "Vitro-languages" . | ||
uil:hasApp "Vitro" ; | ||
uil:hasKey "search_results_sort_by" ; | ||
uil:hasPackage "Vitro-languages" . | ||
|
||
prop-data:search_results_per_page.Vitro | ||
uil-data:search_results_per_page.Vitro | ||
rdf:type owl:NamedIndividual ; | ||
rdf:type prop:PropertyKey ; | ||
rdf:type uil:PropertyKey ; | ||
rdfs:label "Results per page"@en-US ; | ||
prop:hasApp "Vitro" ; | ||
prop:hasKey "search_results_per_page" ; | ||
prop:hasPackage "Vitro-languages" . | ||
uil:hasApp "Vitro" ; | ||
uil:hasKey "search_results_per_page" ; | ||
uil:hasPackage "Vitro-languages" . | ||
|
||
prop-data:search_field_placeholder.Vitro | ||
uil-data:search_field_placeholder.Vitro | ||
rdf:type owl:NamedIndividual ; | ||
rdf:type prop:PropertyKey ; | ||
rdf:type uil:PropertyKey ; | ||
rdfs:label "Enter search term"@en-US ; | ||
prop:hasApp "Vitro" ; | ||
prop:hasKey "search_field_placeholder" ; | ||
prop:hasPackage "Vitro-languages" . | ||
uil:hasApp "Vitro" ; | ||
uil:hasKey "search_field_placeholder" ; | ||
uil:hasPackage "Vitro-languages" . | ||
|
||
prop-data:results_found.Vitro | ||
uil-data:results_found.Vitro | ||
rdf:type owl:NamedIndividual ; | ||
rdf:type prop:PropertyKey ; | ||
rdf:type uil:PropertyKey ; | ||
rdfs:label "results found"@en-US ; | ||
prop:hasApp "Vitro" ; | ||
prop:hasKey "results_found" ; | ||
prop:hasPackage "Vitro-languages" . | ||
uil:hasApp "Vitro" ; | ||
uil:hasKey "results_found" ; | ||
uil:hasPackage "Vitro-languages" . | ||
|