Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The value of the fields displayed in the different menus is stored in the file classgroups_LINGUISTIC_CONTEXT.ttl and propertygroups_LINGUISTIC_CONTEXT.ttl  contained in the directory: VIVO-languages/LINGUISTIC_CONTEXT/home/src/main/resources/rdf/applicationMetadata/firsttime


StepAction
Adding the file VIVO-languages/fr_CA/home/src/main/resources/rdf/applicationMetadata/firsttime/classgroups_fr_CA.ttl


Code Block
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
@prefix vivo: <http://vivoweb.org/ontology#> .
.vivo:vitroClassGroupactivities
    rdfs:label "Activités"@fr-CA .
vivo:vitroClassGroupcourses
    rdfs:label "Cours"@fr-CA .
vivo:vitroClassGroupequipment
    rdfs:label "Équipement"@fr-CA .
vivo:vitroClassGroupevents
    rdfs:label "Événements"@fr-CA .
vivo:vitroClassGrouplocations
    rdfs:label "Lieux"@fr-CA .
vivo:vitroClassGrouporganizations
    rdfs:label "Organisations"@fr-CA .
vivo:vitroClassGrouppeople
    rdfs:label "Personnes"@fr-CA .
vivo:vitroClassGrouppublications
    rdfs:label "Recherche"@fr-CA .


Adding the file VIVO-languages/fr_CA/home/src/main/resources/rdf/applicationMetadata/firsttime/propertygroups_fr_CA.ttl 


Code Block
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vivo: <http://vivoweb.org/ontology#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
vivo:vitroPropertyGroupaddress
  rdfs:label "Coordonnées"@fr-CA .
vivo:vitroPropertyGroupaffiliation
  rdfs:label "Affiliations"@fr-CA .
vivo:vitroPropertyGroupbibliographic
  rdfs:label "Publications"@fr-CA .
vivo:vitroPropertyGroupbibliographiconline
  rdfs:label "Documents associés"@fr-CA .
vivo:vitroPropertyGroupbibmapping
  rdfs:label "Mappage bibliographique"@fr-CA .
vivo:vitroPropertyGroupbibobscure
  rdfs:label "Infos supplémentaires sur le document"@fr-CA .
vivo:vitroPropertyGroupbiography
  rdfs:label "Expérience"@fr-CA .
vivo:vitroPropertyGroupidentifiers
  rdfs:label "Identifiants"@fr-CA .
vivo:vitroPropertyGrouplinks
  rdfs:label "Liens"@fr-CA .
vivo:vitroPropertyGrouplocation
  rdfs:label "Lieu"@fr-CA .
vivo:vitroPropertyGroupmapping
  rdfs:label "Mappage"@fr-CA .
vivo:vitroPropertyGroupoutreach
  rdfs:label "Services"@fr-CA .
vivo:vitroPropertyGroupoverview
  rdfs:label "Aperçu"@fr-CA .
vivo:vitroPropertyGroupresearch
  rdfs:label "Recherche"@fr-CA .
vivo:vitroPropertyGroupteaching
  rdfs:label "Enseignement"@fr-CA .
vivo:vitroPropertyGrouptime
  rdfs:label "Temps"@fr-CA .


Step 5) If necessary reset the various VIVO's indexes and databases

...