Skip to content

Commit

Permalink
fix: fixed translation prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg committed Aug 28, 2023
1 parent 4b05a1b commit 4dc1550
Showing 1 changed file with 27 additions and 27 deletions.
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" .

0 comments on commit 4dc1550

Please sign in to comment.