From 812e07baea686aa1cf644ab69dd459874577526a Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 13 Nov 2013 11:36:45 -0500 Subject: [PATCH 01/46] VIVO-525: setting type on new journals --- .../edit/forms/js/publicationToPersonUtils.js | 10 +++++----- .../generators/AddPublicationToPersonGenerator.java | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js b/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js index bd622114..94deb69d 100644 --- a/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js +++ b/productMods/templates/freemarker/edit/forms/js/publicationToPersonUtils.js @@ -148,7 +148,7 @@ var publicationToPersonUtils = { this.hideAllFields(); var selectedType = this.typeSelector.find(':selected').text(); - if ( selectedType == 'Academic Article' || selectedType == 'Article' || selectedType == 'Editorial Article' || selectedType == 'Review') { + if ( selectedType == 'Academic Article' ) { // if the user has changed type, keep any relevant values and display the // acSelection as appropriate var ckForVal = this.getAcUriReceiverVal('collection'); @@ -273,10 +273,6 @@ var publicationToPersonUtils = { else if ( selectedType == 'Conference Paper' ) { // if the user has changed type, keep any relevant values and display the // acSelection as appropriate - var ckForVal = this.getAcUriReceiverVal('collection'); - if ( ckForVal == '' || ckForVal == this.sentinel ) { - this.collection.parent('p').show(); - } ckForVal = this.getAcUriReceiverVal('conference'); if ( ckForVal == '' || ckForVal == this.sentinel ) { this.presentedAt.parent('p').show(); @@ -287,6 +283,10 @@ var publicationToPersonUtils = { // if the user is changing type, ensure that irrelevant fields are cleared // and reset an acSelection divs + if ( this.collection.val() != '' && this.collection.val().substring(0, 18) != publicationToPersonUtils.selectAnExisting ) { + this.collection.val(''); + this.resetAcSelection('collection'); + } if ( this.book.val() != '' && this.book.val().substring(0, 18) != publicationToPersonUtils.selectAnExisting ) { this.book.val(''); this.resetAcSelection('book'); diff --git a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddPublicationToPersonGenerator.java b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddPublicationToPersonGenerator.java index d5eaf054..7c6be1e6 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddPublicationToPersonGenerator.java +++ b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddPublicationToPersonGenerator.java @@ -44,7 +44,7 @@ import edu.cornell.mannlib.vitro.webapp.utils.generators.EditModeUtils; */ public class AddPublicationToPersonGenerator extends VivoBaseGenerator implements EditConfigurationGenerator { - final static String collectionClass = bibo + "Periodical"; + final static String collectionClass = bibo + "Journal"; final static String bookClass = bibo + "Book"; final static String documentClass = "http://purl.obolibrary.org/obo/IAO_0000030"; final static String conferenceClass = bibo + "Conference"; @@ -241,7 +241,7 @@ public class AddPublicationToPersonGenerator extends VivoBaseGenerator implement private String getN3ForNewCollectionNewPub() { return "@prefix vivo: <" + vivoCore + "> . \n" + "?newPublication vivo:hasPublicationVenue ?newCollection . \n" + - "?newCollection a <" + collectionClass + "> . \n" + + "?newCollection a <" + collectionClass + "> . \n" + "?newCollection vivo:publicationVenueFor ?newPublication . \n" + "?newCollection <" + label + "> ?collection ."; } From 65b13dc91d9dc2043002aaf83a18a7a8df73eb63 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 13 Nov 2013 13:33:47 -0500 Subject: [PATCH 02/46] organization property changes including new custom form et al (VIVO-518) --- .../themes/wilma/i18n/all_es.properties | 4 +- ...iewConfig-organizationAdministersGrant.xml | 55 +++++++ ...Statement-organizationAdministersGrant.ftl | 26 ++++ .../forms/organizationAdministersGrant.ftl | 136 ++++++++++++++++++ rdf/display/everytime/PropertyConfig.n3 | 21 ++- .../GrantAdministeredByGenerator.java | 8 +- ...OrganizationAdministersGrantGenerator.java | 127 ++++++++++++++++ themes/wilma/i18n/all.properties | 4 +- 8 files changed, 374 insertions(+), 7 deletions(-) create mode 100644 productMods/config/listViewConfig-organizationAdministersGrant.xml create mode 100644 productMods/templates/freemarker/body/partials/individual/propStatement-organizationAdministersGrant.ftl create mode 100644 productMods/templates/freemarker/edit/forms/organizationAdministersGrant.ftl create mode 100644 src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/OrganizationAdministersGrantGenerator.java diff --git a/languages/example/themes/wilma/i18n/all_es.properties b/languages/example/themes/wilma/i18n/all_es.properties index 0b02b0cc..d71660c0 100644 --- a/languages/example/themes/wilma/i18n/all_es.properties +++ b/languages/example/themes/wilma/i18n/all_es.properties @@ -873,4 +873,6 @@ edit_publication_date = Editar fecha de publicación name_prefix = Prefijo de nombre name_suffix = Sufijo de nombre administering_organization_for = administración de la organización para -missing_credential = falta credencial \ No newline at end of file +missing_credential = falta credencial +grant_administered_by = conceder administrado por +missing_grant = falta de subvención \ No newline at end of file diff --git a/productMods/config/listViewConfig-organizationAdministersGrant.xml b/productMods/config/listViewConfig-organizationAdministersGrant.xml new file mode 100644 index 00000000..3e3bbfe8 --- /dev/null +++ b/productMods/config/listViewConfig-organizationAdministersGrant.xml @@ -0,0 +1,55 @@ + + + + + + + + PREFIX foaf: <http://xmlns.com/foaf/0.1/> + PREFIX core: <http://vivoweb.org/ontology/core#> + PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> + PREFIX obo: <http://purl.obolibrary.org/obo/> + + SELECT DISTINCT ?administratorRole + ?grant + ?grantLabel + + WHERE { + ?subject ?property ?administratorRole . + ?administratorRole a core:AdministratorRole . + OPTIONAL { ?administratorRole core:relatedBy ?grant . + ?grant core:relates ?administratorRole . + ?grant rdfs:label ?grantLabel . + } + } ORDER BY ?grantLabel + + + + PREFIX foaf: <http://xmlns.com/foaf/0.1/> + PREFIX core: <http://vivoweb.org/ontology/core#> + PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> + PREFIX obo: <http://purl.obolibrary.org/obo/> + + CONSTRUCT { + ?subject ?property ?administratorRole . + ?administratorRole a core:AdministratorRole . + ?administratorRole core:relatedBy ?grant . + ?grant core:relates ?administratorRole . + ?grant rdfs:label ?grantLabel . + } WHERE { + { + ?subject ?property ?administratorRole . + ?administratorRole a core:AdministratorRole . + } UNION { + ?subject ?property ?administratorRole . + ?administratorRole a core:AdministratorRole . + ?administratorRole core:relatedBy ?grant . + ?grant a core:Grant . + ?grant core:relates ?administratorRole . + ?grant rdfs:label ?grantLabel . + } + } + + + + diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-organizationAdministersGrant.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-organizationAdministersGrant.ftl new file mode 100644 index 00000000..61fbe996 --- /dev/null +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-organizationAdministersGrant.ftl @@ -0,0 +1,26 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- + + This template must be self-contained and not rely on other variables set for the individual page, because it + is also used to generate the property statement during a deletion. + --> +<#import "lib-sequence.ftl" as s> +<#import "lib-datetime.ftl" as dt> +<@showAdministeredGrant statement /> + +<#-- Use a macro to keep variable assignments local; otherwise the values carry over to the + next statement --> +<#macro showAdministeredGrant statement> + + <#local linkedIndividual> + <#if statement.grant??> + ${statement.grantLabel!""} + <#else> + ${i18n().missing_grant} + + + + ${linkedIndividual!} + + diff --git a/productMods/templates/freemarker/edit/forms/organizationAdministersGrant.ftl b/productMods/templates/freemarker/edit/forms/organizationAdministersGrant.ftl new file mode 100644 index 00000000..82dd7d3c --- /dev/null +++ b/productMods/templates/freemarker/edit/forms/organizationAdministersGrant.ftl @@ -0,0 +1,136 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- this is in request.subject.name --> + +<#-- leaving this edit/add mode code in for reference in case we decide we need it --> + +<#import "lib-vivo-form.ftl" as lvf> + +<#--Retrieve certain edit configuration information--> +<#if editConfiguration.objectUri?has_content> + <#assign editMode = "edit"> +<#else> + <#assign editMode = "add"> + + +<#--The blank sentinel indicates what value should be put in a URI when no autocomplete result has been selected. +If the blank value is non-null or non-empty, n3 editing for an existing object will remove the original relationship +if nothing is selected for that object--> +<#assign blankSentinel = "" /> +<#if editConfigurationConstants?has_content && editConfigurationConstants?keys?seq_contains("BLANK_SENTINEL")> + <#assign blankSentinel = editConfigurationConstants["BLANK_SENTINEL"] /> + + +<#--This flag is for clearing the label field on submission for an existing object being selected from autocomplete. +Set this flag on the input acUriReceiver where you would like this behavior to occur. --> +<#assign flagClearLabelForExisting = "flagClearLabelForExisting" /> + +<#assign htmlForElements = editConfiguration.pageData.htmlForElements /> + +<#--Retrieve variables needed--> +<#assign existingGrantValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "existingGrant") /> +<#assign grantLabelValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "grantLabel") /> +<#assign grantLabelDisplayValue = lvf.getFormFieldValue(editSubmission, editConfiguration, "grantLabelDisplay") /> + +<#--If edit submission exists, then retrieve validation errors if they exist--> +<#if editSubmission?has_content && editSubmission.submissionExists = true && editSubmission.validationErrors?has_content> + <#assign submissionErrors = editSubmission.validationErrors/> + + +<#if editMode == "edit"> + <#assign titleVerb="${i18n().edit_capitalized}"> + <#assign submitButtonText="${i18n().save_changes}"> + <#assign disabledVal="disabled"> +<#else> +<#assign titleVerb="${i18n().create_capitalized}"> +<#assign submitButtonText="${i18n().create_entry}"> + <#assign disabledVal=""/> + + +<#assign requiredHint = " *" /> + +

${titleVerb} ${i18n().grant_administered_by} ${editConfiguration.subjectName}

+ +<#--Display error messages if any--> +<#if submissionErrors?has_content> + <#if grantLabelDisplayValue?has_content > + <#assign grantLabelValue = grantLabelDisplayValue /> + + + + + +<@lvf.unsupportedBrowser urls.base /> + +
+ +
+

+ + + +

+ +
+

+ + + (${i18n().verify_match_capitalized} ${i18n().or} + ${i18n().change_selection}) +

+ +
+ <#assign htmlForElements = editConfiguration.pageData.htmlForElements /> + + + +

+ ${i18n().or} + ${i18n().cancel_link} +

+ +

* ${i18n().required_fields}

+ + +
+ + + + + +${stylesheets.add('')} +${stylesheets.add('')} +${stylesheets.add('')} + +${scripts.add('', + '', + '', + '', + '', + '')} + + + diff --git a/rdf/display/everytime/PropertyConfig.n3 b/rdf/display/everytime/PropertyConfig.n3 index 1dc86915..11b83213 100644 --- a/rdf/display/everytime/PropertyConfig.n3 +++ b/rdf/display/everytime/PropertyConfig.n3 @@ -489,8 +489,8 @@ local:organizationForTrainingConfig a :ObjectPropertyDisplayConfig ; :listViewConfigFile "listViewConfig-organizationForTraining.xml"^^xsd:string ; :displayName "organization for training" ; vitro:displayRankAnnot 1; - vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; - vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:nobody ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:nobody ; vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.OrganizationForTrainingGenerator"^^ ; :propertyGroup . @@ -601,6 +601,21 @@ local:grantAdministeredByConfig a :ObjectPropertyDisplayConfig ; vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.GrantAdministeredByGenerator"^^ ; :propertyGroup . +local:orgAdministersGrantContext a :ConfigContext ; + :hasConfiguration local:orgAdministersGrantConfig ; + :configContextFor ; + :qualifiedByDomain ; + :qualifiedBy vivo:AdministratorRole . + +local:orgAdministersGrantConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-organizationAdministersGrant.xml"^^xsd:string ; + :displayName "administers grant" ; + vitro:displayRankAnnot 61; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.OrganizationAdministersGrantGenerator"^^ ; + :propertyGroup . + ### vcard properties ### local:mailingAddressContext a :ConfigContext ; @@ -1114,7 +1129,7 @@ local:awardOrHonorGivenConfig a :ObjectPropertyDisplayConfig ; local:orgAwardsGrantContext a :ConfigContext ; :hasConfiguration local:orgAwardsGrantConfig ; - :configContextFor ; + :configContextFor ; :qualifiedByDomain ; :qualifiedBy . diff --git a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/GrantAdministeredByGenerator.java b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/GrantAdministeredByGenerator.java index 8fea8fd4..a418c2e7 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/GrantAdministeredByGenerator.java +++ b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/GrantAdministeredByGenerator.java @@ -85,7 +85,7 @@ public class GrantAdministeredByGenerator extends VivoBaseGenerator implements /* N3 assertions */ final static String n3ForNewAdminRole = - "@prefix vivo: <" + vivoCore + "> . \n\n" + + "@prefix vivo: <" + vivoCore + "> . \n" + "?grant vivo:relates ?adminRole . \n" + "?adminRole a vivo:AdministratorRole . \n" + "?adminRole vivo:relatedBy ?grant . " ; @@ -95,13 +95,17 @@ public class GrantAdministeredByGenerator extends VivoBaseGenerator implements "?adminRole ?newOrganization . \n" + "?newOrganization a . \n" + "?newOrganization ?adminRole . \n" + + "?newOrganization vivo:relatedBy ?grant . \n" + + "?grant vivo:relates ?newOrganization . \n" + "?newOrganization <"+ label + "> ?orgLabel ."; final static String n3ForExistingAdminOrganization = "@prefix vivo: <" + vivoCore + "> . \n\n" + "?adminRole ?existingOrganization . \n" + "?existingOrganization a . \n" + - "?existingOrganization ?adminRole . " ; + "?existingOrganization ?adminRole . " + + "?existingOrganization vivo:relatedBy ?grant . \n" + + "?grant vivo:relates ?existingOrganization . \n" ; /* Queries for editing an existing entry */ diff --git a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/OrganizationAdministersGrantGenerator.java b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/OrganizationAdministersGrantGenerator.java new file mode 100644 index 00000000..0d598914 --- /dev/null +++ b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/OrganizationAdministersGrantGenerator.java @@ -0,0 +1,127 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + +package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; + +import java.util.Arrays; +import java.util.HashMap; +import java.util.Map; + +import javax.servlet.http.HttpSession; + +import com.hp.hpl.jena.vocabulary.XSD; + +import edu.cornell.mannlib.vitro.webapp.controller.VitroRequest; +import edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.AutocompleteRequiredInputValidator; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.DateTimeIntervalValidationVTwo; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.DateTimeWithPrecisionVTwo; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.EditConfigurationVTwo; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.ChildVClassesWithParent; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.ConstantFieldOptions; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.FieldOptions; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.FieldVTwo; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields.IndividualsViaVClassOptions; +import edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators.AntiXssValidation; + +public class OrganizationAdministersGrantGenerator extends VivoBaseGenerator implements + EditConfigurationGenerator { + + public OrganizationAdministersGrantGenerator() {} + + @Override + public EditConfigurationVTwo getEditConfiguration(VitroRequest vreq, + HttpSession session) throws Exception { + + EditConfigurationVTwo conf = new EditConfigurationVTwo(); + + initBasics(conf, vreq); + initPropertyParameters(vreq, session, conf); + initObjectPropForm(conf, vreq); + + conf.setTemplate("organizationAdministersGrant.ftl"); + + conf.setVarNameForSubject("organization"); + conf.setVarNameForPredicate("predicate"); + conf.setVarNameForObject("adminRole"); + + conf.setN3Required( Arrays.asList( n3ForNewAdminRole) ); + conf.setN3Optional( Arrays.asList( n3ForNewAdminGrant, + n3ForExistingAdminGrant ) ); + + conf.addNewResource("newGrant", DEFAULT_NS_FOR_NEW_RESOURCE); + conf.addNewResource("adminRole", DEFAULT_NS_FOR_NEW_RESOURCE); + + conf.setUrisOnform(Arrays.asList("existingGrant")); + conf.setLiteralsOnForm(Arrays.asList("grantLabel", "grantLabelDisplay" )); + + conf.addSparqlForExistingLiteral("grantLabel", grantLabelQuery); + conf.addSparqlForExistingUris("existingGrant", existingGrantQuery); + + + conf.addField( new FieldVTwo(). // options will be added in browser by auto complete JS + setName("existingGrant") + ); + + conf.addField( new FieldVTwo(). + setName("grantLabel"). + setRangeDatatypeUri(XSD.xstring.toString() ). + setValidators( list("datatype:" + XSD.xstring.toString()) ) + ); + + conf.addField( new FieldVTwo(). + setName("grantLabelDisplay"). + setRangeDatatypeUri(XSD.xstring.toString() ). + setValidators( list("datatype:" + XSD.xstring.toString())) + ); + + conf.addValidator(new AntiXssValidation()); + conf.addValidator(new AutocompleteRequiredInputValidator("existingGrant", "grantLabel")); + +// addFormSpecificData(conf, vreq); + prepare(vreq, conf); + return conf; + } + + /* N3 assertions */ + + final static String n3ForNewAdminRole = + "@prefix vivo: <" + vivoCore + "> . \n\n" + + "?organization ?adminRole . \n" + + "?adminRole a vivo:AdministratorRole . \n" + + "?adminRole ?organization . " ; + + final static String n3ForNewAdminGrant = + "@prefix vivo: <" + vivoCore + "> . \n" + + "?adminRole vivo:relatedBy ?newGrant . \n" + + "?newGrant a vivo:Grant . \n" + + "?newGrant vivo:relates ?adminRole . \n" + + "?organization vivo:relatedBy ?newGrant . \n" + + "?newGrant vivo:relates ?organization . \n" + + "?newGrant <"+ label + "> ?grantLabel ."; + + final static String n3ForExistingAdminGrant = + "@prefix vivo: <" + vivoCore + "> . \n\n" + + "?adminRole vivo:relatedBy ?existingGrant . \n" + + "?existingGrant a . \n" + + "?existingGrant vivo:relates ?adminRole . \n" + + "?organization vivo:relatedBy ?newGrant . \n" + + "?newGrant vivo:relates ?organization . " ; + + /* Queries for editing an existing entry */ + + final static String existingGrantQuery = + "PREFIX vivo: \n" + + "SELECT ?existingGrant WHERE { \n" + + " ?adminRole vivo:relatedBy ?existingGrant . \n" + + " ?existingGrant a vivo:Grant . \n" + + "}"; + + final static String grantLabelQuery = + "PREFIX vivo: \n" + + "SELECT ?existingGrantLabel WHERE { \n" + + " ?adminRole vivo:relatedBy ?existingGrant . \n" + + " ?existingGrant a vivo:Grant . \n" + + " ?existingGrant <" + label + "> ?existingGrantLabel . \n" + + "}"; + +} diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index 3d43c23c..acca3b94 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -879,4 +879,6 @@ edit_publication_date = Edit publication date name_prefix = Name Prefix name_suffix = Name Suffix administering_organization_for = administering organization for -missing_credential = missing credential \ No newline at end of file +missing_credential = missing credential +grant_administered_by = grant being administered by +missing_grant = missing grant From 31d67162e944ea0ce6bb8c620e71d39c8a29d5c3 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 14 Nov 2013 09:36:13 -0500 Subject: [PATCH 03/46] VIVO-520: PropertyConfig additions to address missing properties --- .../display/everytime/PropertyConfig_es.n3 | 14 +- rdf/display/everytime/PropertyConfig.n3 | 146 +++++++++++++++++- 2 files changed, 156 insertions(+), 4 deletions(-) diff --git a/languages/example/rdf/display/everytime/PropertyConfig_es.n3 b/languages/example/rdf/display/everytime/PropertyConfig_es.n3 index 0aa366f3..a0737d96 100644 --- a/languages/example/rdf/display/everytime/PropertyConfig_es.n3 +++ b/languages/example/rdf/display/everytime/PropertyConfig_es.n3 @@ -43,4 +43,16 @@ "miembro de"@es . "tel\u00E9fono"@es . "tiene sub-organización"@es . - "organización dentro de"@es . \ No newline at end of file + "organización dentro de"@es . + + "administrado subvención por"@es . + "administra la subvención"@es . + "se produce dentro de evento"@es . + "contiene geográficamente"@es . + "geográficamente dentro de"@es . + "ubicación de los equipos"@es . + "ubicación geográfica de"@es . + "documentos relacionados"@es . + "tiene en la materia"@es . + "tiene sub-subvención"@es . + "sub-subvención de"@es . \ No newline at end of file diff --git a/rdf/display/everytime/PropertyConfig.n3 b/rdf/display/everytime/PropertyConfig.n3 index 11b83213..a2f8c7f4 100644 --- a/rdf/display/everytime/PropertyConfig.n3 +++ b/rdf/display/everytime/PropertyConfig.n3 @@ -896,7 +896,7 @@ local:eventWithinContext a :ConfigContext ; local:eventWithinConfig a :ObjectPropertyDisplayConfig ; :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; - :displayName "occurs within (parent event)" ; + :displayName "occurs within event" ; vitro:displayRankAnnot 1; vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; @@ -944,6 +944,20 @@ local:eventLocationConfig a :ObjectPropertyDisplayConfig ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; :propertyGroup . +local:eventRelatedDocsContext a :ConfigContext ; + :hasConfiguration local:eventRelatedDocsConfig ; + :configContextFor ; + :qualifiedByDomain ; + :qualifiedBy . + +local:eventRelatedDocsConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "related documents" ; + vitro:displayRankAnnot 2; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + local:organizationLocationContext a :ConfigContext ; :hasConfiguration local:organizationLocationConfig ; :configContextFor ; @@ -958,6 +972,20 @@ local:organizationLocationConfig a :ObjectPropertyDisplayConfig ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; :propertyGroup . +local:equipmentInFacilityContext a :ConfigContext ; + :hasConfiguration local:equipmentInFacilityConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Equipment ; + :qualifiedBy vivo:Facility . + +local:equipmentInFacilityConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "in facility" ; + vitro:displayRankAnnot 2; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + local:hasRoomContext a :ConfigContext ; :hasConfiguration local:hasRoomConfig ; :configContextFor ; @@ -966,11 +994,67 @@ local:hasRoomContext a :ConfigContext ; local:hasRoomConfig a :ObjectPropertyDisplayConfig ; :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; - :displayName "has room" ; + :displayName "rooms" ; vitro:displayRankAnnot 2; vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; - :propertyGroup . + :propertyGroup . + +local:bldgGeographicallyContainsContext a :ConfigContext ; + :hasConfiguration local:bldgGeographicallyContainsConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Building ; + :qualifiedBy vivo:GeographicLocation . + +local:bldgGeographicallyContainsConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "geographically contains" ; + vitro:displayRankAnnot 6; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + +local:bldgGeographicallyWithinContext a :ConfigContext ; + :hasConfiguration local:bldgGeographicallyWithinConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Building ; + :qualifiedBy vivo:GeographicLocation . + +local:bldgGeographicallyWithinConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "geographically within" ; + vitro:displayRankAnnot 10; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + +local:bldgEquipmentLocationContext a :ConfigContext ; + :hasConfiguration local:bldgEquipmentLocationConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Facility ; + :qualifiedBy vivo:Equipment . + +local:bldgEquipmentLocationConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "location of equipment" ; + vitro:displayRankAnnot 14; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + +local:bldgGeographicLocationOfContext a :ConfigContext ; + :hasConfiguration local:bldgGeographicLocationOfConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Facility ; + :qualifiedBy vivo:GeographicLocation . + +local:bldgGeographicLocationOfConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "geographic location of" ; + vitro:displayRankAnnot 18; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . local:courseOfferedByContext a :ConfigContext ; :hasConfiguration local:courseOfferedByConfig ; @@ -1071,6 +1155,62 @@ local:grantAwardedByConfig a :ObjectPropertyDisplayConfig ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; :propertyGroup . +local:grantSubjectAreaContext a :ConfigContext ; + :hasConfiguration local:grantSubjectAreaConfig ; + :configContextFor vivo:hasSubjectArea ; + :qualifiedByDomain vivo:Grant ; + :qualifiedBy . + +local:grantSubjectAreaConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "has subject area" ; + vitro:displayRankAnnot 10; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + +local:grantHasSubgrantContext a :ConfigContext ; + :hasConfiguration local:grantHasSubgrantConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Grant ; + :qualifiedBy vivo:Grant . + +local:grantHasSubgrantConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "has sub grant" ; + vitro:displayRankAnnot 20; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + +local:grantIsSubgrantOfContext a :ConfigContext ; + :hasConfiguration local:grantIsSubgrantOfConfig ; + :configContextFor ; + :qualifiedByDomain vivo:Grant ; + :qualifiedBy vivo:Grant . + +local:grantIsSubgrantOfConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "sub grant of" ; + vitro:displayRankAnnot 20; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + +local:grantGeographicFocusContext a :ConfigContext ; + :hasConfiguration local:grantGeographicFocusConfig ; + :configContextFor vivo:geographicFocus ; + :qualifiedByDomain vivo:Grant ; + :qualifiedBy vivo:GeographicRegion . + +local:grantGeographicFocusConfig a :ObjectPropertyDisplayConfig ; + :listViewConfigFile "listViewConfig-default.xml"^^xsd:string ; + :displayName "geographic focus" ; + vitro:displayRankAnnot 20; + vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + :propertyGroup . + local:awardOrHonorReceiptsContext a :ConfigContext ; :hasConfiguration local:awardOrHonorReceiptsConfig ; :configContextFor ; From 15c59932ddd809e23b68c49a218366064a98b779 Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Thu, 14 Nov 2013 09:52:11 -0500 Subject: [PATCH 04/46] VIVO-435 changed domain/range of cites/citedBy and removed odd individuals that came in with the ISF --- rdf/tbox/filegraph/object-properties.owl | 8 +- rdf/tbox/filegraph/research-resource-iao.owl | 91 -------------------- rdf/tbox/firsttime/initialTBoxAnnotations.n3 | 57 ------------ 3 files changed, 4 insertions(+), 152 deletions(-) diff --git a/rdf/tbox/filegraph/object-properties.owl b/rdf/tbox/filegraph/object-properties.owl index f61d226f..9f352dd2 100644 --- a/rdf/tbox/filegraph/object-properties.owl +++ b/rdf/tbox/filegraph/object-properties.owl @@ -1141,8 +1141,8 @@ there is a measurement process p that has specified output m, a measurement datu - - + + @@ -1150,8 +1150,8 @@ there is a measurement process p that has specified output m, a measurement datu - - + + diff --git a/rdf/tbox/filegraph/research-resource-iao.owl b/rdf/tbox/filegraph/research-resource-iao.owl index f547f619..fd99cd3b 100644 --- a/rdf/tbox/filegraph/research-resource-iao.owl +++ b/rdf/tbox/filegraph/research-resource-iao.owl @@ -240,36 +240,6 @@ this case we explicitly refer to the singular form - - - - - - - - - - - - - - - - - - - - - Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting) - GROUP:OBI:<http://purl.obolibrary.org/obo/obi> - OBI_0000266 - PERSON:Bill Bug - The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. - curation status specification - - - - @@ -335,31 +305,6 @@ this case we explicitly refer to the singular form - - - - - - - - - - - - - - - - - PERSON: Alan Ruttenberg - PERSON: Melanie Courtot - The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology. - The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value. - obsolescence reason specification - - - - @@ -377,27 +322,6 @@ this case we explicitly refer to the singular form - - - - - - - - - - - - - - - A denotator type indicates how a term should be interpreted from an ontological perspective. - Alan Ruttenberg - Barry Smith, Werner Ceusters - The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are "natural kinds" and the latter arbitrary collections of entities. - - - @@ -421,21 +345,6 @@ this case we explicitly refer to the singular form - - - - - - - - - - - - - - - diff --git a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 index 079ab8c4..70ca6ef5 100644 --- a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 +++ b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 @@ -275,9 +275,6 @@ vivo:Licensure vivo:inPress rdfs:label "in press"@en-US . -obo:IAO_0000078 - rdfs:label "Curation Status Specification"@en-US . - vivo:placeOfPublication rdfs:label "place of publication"@en-US ; vitro:displayLimitAnnot @@ -293,9 +290,6 @@ vivo:placeOfPublication vitro:publicDescriptionAnnot "City in which the publication was done."^^xsd:string . -obo:IAO_0000125 - rdfs:label "pending final vetting"@en-US . - vivo:hasCollaborator rdfs:label "collaborator"@en-US ; vitro:customEntryFormAnnot @@ -502,9 +496,6 @@ owl:sameAs vitro:stubObjectPropertyAnnot "true"^^xsd:boolean . -obo:IAO_0000123 - rdfs:label "metadata incomplete"@en-US . - vcard:hasTimeZone rdfs:label "has time zone"@en-US . @@ -560,9 +551,6 @@ geo:territory vitro:prohibitedFromUpdateBelowRoleLevelAnnot . -obo:IAO_0000122 - rdfs:label "ready for release"@en-US . - vcard:OrganizationName rdfs:label "Organization Name"@en-US . @@ -722,9 +710,6 @@ bibo:Issue vitro:prohibitedFromUpdateBelowRoleLevelAnnot . -obo:IAO_0000121 - rdfs:label "organizational term"@en-US . - vcard:uid rdfs:label "uid"@en-US . @@ -816,9 +801,6 @@ geo:codeFAOSTAT vitro:selectFromExistingAnnot "true"^^xsd:boolean . -obo:IAO_0000120 - rdfs:label "metadata complete"@en-US . - vivo:AttendeeRole rdfs:label "Attendee Role"@en-US ; vitro:displayLimitAnnot @@ -1754,9 +1736,6 @@ geo:nameCurrencyFR obo:BFO_0000017 rdfs:label "Realizable Entity"@en-US . -obo:IAO_0000410 - rdfs:label "universal"@en-US . - vivo:hasGoverningAuthority rdfs:label "governing authority"@en-US ; vitro:displayLimitAnnot @@ -2009,9 +1988,6 @@ vcard:note obo:ERO_0000779 rdfs:label "Permanent Resident Role"@en-US . -obo:IAO_0000226 - rdfs:label "placeholder removed"@en-US . - bibo:issue rdfs:label "issue"@en-US ; vitro:displayLimitAnnot @@ -2267,9 +2243,6 @@ vivo:description vitro:publicDescriptionAnnot "An account of the resource."^^xsd:string . -obo:IAO_0000224 - rdfs:label "core"@en-US . - geo:hasCode rdfs:label "has code"@en-US ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -2401,9 +2374,6 @@ vivo:hasSubjectArea obo:ARG_2000083 rdfs:label "American Board of Plastic Surgery"@en-US . -obo:IAO_0000225 - rdfs:label "Obsolescence Reason Specification"@en-US . - obo:ERO_0000398 rdfs:label "is performed by"@en-US . @@ -2715,9 +2685,6 @@ vivo:ClinicalOrganization vitro:prohibitedFromUpdateBelowRoleLevelAnnot . -obo:IAO_0000229 - rdfs:label "term split"@en-US . - vivo:Program rdfs:label "Program"@en-US ; vitro:displayLimitAnnot @@ -2831,9 +2798,6 @@ obo:ERO_0000777 obo:ARG_2000067 rdfs:label "American Board of Colon and Rectal Surgery"@en-US . -obo:IAO_0000228 - rdfs:label "term imported"@en-US . - bibo:Thesis rdfs:label "Thesis"@en-US ; vitro:displayLimitAnnot @@ -4430,9 +4394,6 @@ vivo:FacultyMember vitro:prohibitedFromUpdateBelowRoleLevelAnnot . -obo:IAO_0000428 - rdfs:label "requires discussion"@en-US . - vivo:hideFromDisplay rdfs:label "hide from display"@en-US ; vitro:displayRankAnnot @@ -4598,9 +4559,6 @@ vivo:Internship obo:ARG_2000379 rdfs:label "Contact"@en-US . -obo:IAO_0000409 - rdfs:label "Denotator Type"@en-US . - vcard:RelatedType rdfs:label "Relation Type"@en-US . @@ -4807,9 +4765,6 @@ vivo:InvestigatorRole vitro:prohibitedFromUpdateBelowRoleLevelAnnot . -obo:IAO_0000423 - rdfs:label "to be replaced with external ontology term"@en-US . - bibo:BookSection rdfs:label "Book Section"@en-US ; vitro:displayLimitAnnot @@ -5563,9 +5518,6 @@ geo:special_group vitro:prohibitedFromUpdateBelowRoleLevelAnnot . -obo:IAO_0000420 - rdfs:label "Defined Class"@en-US . - geo:countryAreaUnit rdfs:label "country area unit"@en-US ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -5789,9 +5741,6 @@ bibo:eanucc13 vitro:publicDescriptionAnnot "EAN International-Uniform Code Council (EAN-UCC) was a supply chain standards family name, formally the EAN.UCC System, that included product barcodes which are printed on the great majority of products available in stores worldwide and electronic commerce standards."^^xsd:string . -obo:IAO_0000421 - rdfs:label "Named Class Expression"@en-US . - bibo:EditedBook rdfs:label "Edited Book"@en-US ; vitro:displayLimitAnnot @@ -6576,9 +6525,6 @@ vivo:dateTimeInterval vitro:selectFromExistingAnnot "true"^^xsd:boolean . -obo:IAO_0000103 - rdfs:label "Failed Exploratory Term"@en-US . - vcard:formattedName rdfs:label "has formatted name"@en-US . @@ -6613,9 +6559,6 @@ obo:ARG_2000076 obo:BFO_0000034 rdfs:label "Function"@en-US . -obo:IAO_0000002 - rdfs:label "example to be eventually removed"@en-US . - vivo:EmeritusProfessor rdfs:label "Professor Emeritus"@en-US ; vitro:displayLimitAnnot From bcf395732e0b62d5418f631944d3f9028d9b73a4 Mon Sep 17 00:00:00 2001 From: brianjlowe Date: Thu, 14 Nov 2013 10:38:51 -0500 Subject: [PATCH 05/46] VIVO-527 VIVO-526 VIVO-528 property visibility and annotations --- rdf/display/everytime/PropertyConfig.n3 | 2 ++ rdf/tbox/filegraph/appControls-temp.n3 | 6 ++++ rdf/tbox/filegraph/object-properties3.owl | 21 +++++++++++-- rdf/tbox/firsttime/initialTBoxAnnotations.n3 | 31 ++++++++++++++++++++ 4 files changed, 58 insertions(+), 2 deletions(-) diff --git a/rdf/display/everytime/PropertyConfig.n3 b/rdf/display/everytime/PropertyConfig.n3 index a2f8c7f4..3ff50cfd 100644 --- a/rdf/display/everytime/PropertyConfig.n3 +++ b/rdf/display/everytime/PropertyConfig.n3 @@ -1153,6 +1153,7 @@ local:grantAwardedByConfig a :ObjectPropertyDisplayConfig ; vitro:displayRankAnnot 2; vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ; :propertyGroup . local:grantSubjectAreaContext a :ConfigContext ; @@ -1279,6 +1280,7 @@ local:orgAwardsGrantConfig a :ObjectPropertyDisplayConfig ; vitro:displayRankAnnot 61; vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ; + vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ; :propertyGroup . local:addressLocationContext a :ConfigContext ; diff --git a/rdf/tbox/filegraph/appControls-temp.n3 b/rdf/tbox/filegraph/appControls-temp.n3 index 94b09b6b..b66095d2 100644 --- a/rdf/tbox/filegraph/appControls-temp.n3 +++ b/rdf/tbox/filegraph/appControls-temp.n3 @@ -53,6 +53,12 @@ foaf:Agent owl:onProperty core:relatedBy ] . +vivo:Equipment + rdfs:subClassOf + [ a owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] . foaf:Person rdfs:subClassOf diff --git a/rdf/tbox/filegraph/object-properties3.owl b/rdf/tbox/filegraph/object-properties3.owl index f4ea1be4..793b44c5 100644 --- a/rdf/tbox/filegraph/object-properties3.owl +++ b/rdf/tbox/filegraph/object-properties3.owl @@ -349,7 +349,16 @@ - + + + + + + + + + + @@ -400,7 +409,15 @@ - + + + + + equipment for + + + + diff --git a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 index 70ca6ef5..41ecfe3a 100644 --- a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 +++ b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 @@ -2033,6 +2033,10 @@ bibo:number obo:RO_0001025 rdfs:label "located in"@en-US ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot + ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot + ; vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean . @@ -7265,3 +7269,30 @@ geo:validSince geo:validUntil vitro:hiddenFromDisplayBelowRoleLevelAnnot . + + + vivo:equipmentFor + rdfs:label "equipment for"@en-US ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot + ; + vitro:inPropertyGroupAnnot + ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot + ; + vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ; + vitro:selectFromExistingAnnot + "true"^^xsd:boolean . + +vivo:hasEquipment + vitro:displayRankAnnot + "80"^^xsd:int ; + vitro:hiddenFromDisplayBelowRoleLevelAnnot + ; + vitro:inPropertyGroupAnnot + ; + vitro:prohibitedFromUpdateBelowRoleLevelAnnot + ; + vitro:selectFromExistingAnnot + "true"^^xsd:boolean ; + vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean ; + rdfs:label "has equipment"@en-US . From 805491e52f309c08a4562e2c84261b4767ecbff5 Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 14 Nov 2013 11:14:32 -0500 Subject: [PATCH 06/46] =?UTF-8?q?In=20the=20build,=20apply=20=E2=80=9Cskip?= =?UTF-8?q?info=E2=80=9D=20consistently.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index c19a9b9a..28055179 100644 --- a/build.xml +++ b/build.xml @@ -101,7 +101,7 @@ Override the core version, to get the 2-level effect. ================================= --> - + From be3f22bca657826bf82cb50d64b2157ad10c6665 Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 14 Nov 2013 17:04:22 -0500 Subject: [PATCH 07/46] VIVO-523 Change the way the example language files are presented. --- config/example.runtime.properties | 2 +- .../firsttime/classgroups_labels_es_GO.n3} | 16 +- .../firsttime/propertygroups_labels_es_GO.n3} | 32 +- .../everytime/PropertyConfig_es_GO.n3} | 114 +- .../rdf/display/firsttime/aboutPage_es_GO.n3} | 2 +- .../rdf/display/firsttime/menu_es_GO.n3} | 34 +- .../initialTBoxAnnotations_es_GO.n3} | 1806 ++++++++--------- .../freemarker/aboutMapOfScience_es_GO.ftl} | 0 .../freemarker/aboutQrCodes_es_GO.ftl} | 0 .../mapOfScienceTooltips_es_GO.ftl} | 0 .../themes/wilma/i18n/all_es_GO.properties} | 0 .../wilma/i18n/images/select_locale_es_GO.png | Bin 0 -> 6134 bytes .../wilma/i18n/images/select_locale_es_ES.GIF | Bin 1186 -> 0 bytes 13 files changed, 1003 insertions(+), 1003 deletions(-) rename languages/{example/rdf/applicationMetadata/firsttime/classgroups_labels_es.n3 => es_GO/rdf/applicationMetadata/firsttime/classgroups_labels_es_GO.n3} (52%) rename languages/{example/rdf/applicationMetadata/firsttime/propertygroups_labels_es.n3 => es_GO/rdf/applicationMetadata/firsttime/propertygroups_labels_es_GO.n3} (62%) rename languages/{example/rdf/display/everytime/PropertyConfig_es.n3 => es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3} (77%) rename languages/{example/rdf/display/firsttime/aboutPage_es.n3 => es_GO/rdf/display/firsttime/aboutPage_es_GO.n3} (98%) rename languages/{example/rdf/display/firsttime/menu_es.n3 => es_GO/rdf/display/firsttime/menu_es_GO.n3} (54%) rename languages/{example/rdf/tbox/firsttime/initialTBoxAnnotations_es.n3 => es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3} (63%) rename languages/{example/templates/freemarker/aboutMapOfScience_es.ftl => es_GO/templates/freemarker/aboutMapOfScience_es_GO.ftl} (100%) rename languages/{example/templates/freemarker/aboutQrCodes_es.ftl => es_GO/templates/freemarker/aboutQrCodes_es_GO.ftl} (100%) rename languages/{example/templates/freemarker/mapOfScienceTooltips_es.ftl => es_GO/templates/freemarker/mapOfScienceTooltips_es_GO.ftl} (100%) rename languages/{example/themes/wilma/i18n/all_es.properties => es_GO/themes/wilma/i18n/all_es_GO.properties} (100%) create mode 100644 languages/es_GO/themes/wilma/i18n/images/select_locale_es_GO.png delete mode 100644 languages/example/themes/wilma/i18n/images/select_locale_es_ES.GIF diff --git a/config/example.runtime.properties b/config/example.runtime.properties index 7c528649..f6fce759 100644 --- a/config/example.runtime.properties +++ b/config/example.runtime.properties @@ -181,7 +181,7 @@ RDFService.languageFilter = true # # This should not be used with languages.forceLocale, which will override it. # -# languages.selectableLocales = en_US, es_ES +# languages.selectableLocales = en_US, es_GO # # Tell VIVO to generate HTTP headers on its responses to facilitate caching the diff --git a/languages/example/rdf/applicationMetadata/firsttime/classgroups_labels_es.n3 b/languages/es_GO/rdf/applicationMetadata/firsttime/classgroups_labels_es_GO.n3 similarity index 52% rename from languages/example/rdf/applicationMetadata/firsttime/classgroups_labels_es.n3 rename to languages/es_GO/rdf/applicationMetadata/firsttime/classgroups_labels_es_GO.n3 index 48806d99..9ce6f094 100644 --- a/languages/example/rdf/applicationMetadata/firsttime/classgroups_labels_es.n3 +++ b/languages/es_GO/rdf/applicationMetadata/firsttime/classgroups_labels_es_GO.n3 @@ -1,8 +1,8 @@ - "personas"@es . - "investigaci\u00F3n"@es . - "organizaciones"@es . - "actividades"@es . - "cursos"@es . - "eventos"@es . - "equipo"@es . - "ubicaciones"@es . + "personas"@es-GO . + "investigaci\u00F3n"@es-GO . + "organizaciones"@es-GO . + "actividades"@es-GO . + "cursos"@es-GO . + "eventos"@es-GO . + "equipo"@es-GO . + "ubicaciones"@es-GO . diff --git a/languages/example/rdf/applicationMetadata/firsttime/propertygroups_labels_es.n3 b/languages/es_GO/rdf/applicationMetadata/firsttime/propertygroups_labels_es_GO.n3 similarity index 62% rename from languages/example/rdf/applicationMetadata/firsttime/propertygroups_labels_es.n3 rename to languages/es_GO/rdf/applicationMetadata/firsttime/propertygroups_labels_es_GO.n3 index 8201ff14..8c2ed412 100644 --- a/languages/example/rdf/applicationMetadata/firsttime/propertygroups_labels_es.n3 +++ b/languages/es_GO/rdf/applicationMetadata/firsttime/propertygroups_labels_es_GO.n3 @@ -1,16 +1,16 @@ - "identidad"@es . - "documentos relacionados"@es . - "fondo"@es . - "servicio"@es . - "info documento adicional"@es . - "enlaces"@es . - "ubicaci\u00F3n"@es . - "cartograf\u00EDa bib"@es . - "visi\u00F3n de conjunto"@es . - "ense\u00F1anza"@es . - "afiliaci\u00F3n"@es . - "tiempo"@es . - "publicaciones"@es . - "investigaci\u00F3n"@es . - "contacto"@es . - "cartograf\u00EDa"@es . + "identidad"@es-GO . + "documentos relacionados"@es-GO . + "fondo"@es-GO . + "servicio"@es-GO . + "info documento adicional"@es-GO . + "enlaces"@es-GO . + "ubicaci\u00F3n"@es-GO . + "cartograf\u00EDa bib"@es-GO . + "visi\u00F3n de conjunto"@es-GO . + "ense\u00F1anza"@es-GO . + "afiliaci\u00F3n"@es-GO . + "tiempo"@es-GO . + "publicaciones"@es-GO . + "investigaci\u00F3n"@es-GO . + "contacto"@es-GO . + "cartograf\u00EDa"@es-GO . diff --git a/languages/example/rdf/display/everytime/PropertyConfig_es.n3 b/languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 similarity index 77% rename from languages/example/rdf/display/everytime/PropertyConfig_es.n3 rename to languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 index a0737d96..7abe692b 100644 --- a/languages/example/rdf/display/everytime/PropertyConfig_es.n3 +++ b/languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 @@ -1,58 +1,58 @@ - "aconsejado en"@es . - "editor de"@es . - "la educaci\u00F3n y la formaci\u00F3n"@es . - "extensi\u00F3n y servicio a la comunidad"@es . - "servicio a la profesi\u00F3n"@es . - "tel\u00E9fono"@es . - "personas"@es . - "p\u00E1gina web"@es . - "actividades de investigaci\u00F3n"@es . - "en la serie de eventos"@es . - "recogida o editor de la serie de"@es . - "actividades docentes"@es . - "posiciones"@es . - "t\u00EDtulo preferido"@es . - "publicaciones seleccionadas"@es . - "nombre y apellidos"@es . - "revisor de"@es . - "autores"@es . - "asistido"@es . - "incluye eventos"@es . - "correo electr\u00F3nico principal"@es . - "investigador co-principal en"@es . - "fax"@es . - "contribuyente"@es . - "editores"@es . - "direcci\u00F3n de env\u00EDo"@es . - "fax"@es . - "organizador del"@es . - "investigador principal en"@es . - "correos electr\u00F3nicos adicionales"@es . - "asesorados"@es . - "premios y honores"@es . - "ingresos"@es . - "la recepci\u00F3n de"@es . - "investigador en"@es . - "premio o el honor de"@es . - "caso, dentro de"@es . - "actividades cl\u00EDnicas"@es . - "presentaciones"@es . - "relacionados por"@es . - "part\u00EDcipe"@es . - "jefe de"@es . - "miembro de"@es . - "tel\u00E9fono"@es . - "tiene sub-organización"@es . - "organización dentro de"@es . + "aconsejado en"@es-GO . + "editor de"@es-GO . + "la educaci\u00F3n y la formaci\u00F3n"@es-GO . + "extensi\u00F3n y servicio a la comunidad"@es-GO . + "servicio a la profesi\u00F3n"@es-GO . + "tel\u00E9fono"@es-GO . + "personas"@es-GO . + "p\u00E1gina web"@es-GO . + "actividades de investigaci\u00F3n"@es-GO . + "en la serie de eventos"@es-GO . + "recogida o editor de la serie de"@es-GO . + "actividades docentes"@es-GO . + "posiciones"@es-GO . + "t\u00EDtulo preferido"@es-GO . + "publicaciones seleccionadas"@es-GO . + "nombre y apellidos"@es-GO . + "revisor de"@es-GO . + "autores"@es-GO . + "asistido"@es-GO . + "incluye eventos"@es-GO . + "correo electr\u00F3nico principal"@es-GO . + "investigador co-principal en"@es-GO . + "fax"@es-GO . + "contribuyente"@es-GO . + "editores"@es-GO . + "direcci\u00F3n de env\u00EDo"@es-GO . + "fax"@es-GO . + "organizador del"@es-GO . + "investigador principal en"@es-GO . + "correos electr\u00F3nicos adicionales"@es-GO . + "asesorados"@es-GO . + "premios y honores"@es-GO . + "ingresos"@es-GO . + "la recepci\u00F3n de"@es-GO . + "investigador en"@es-GO . + "premio o el honor de"@es-GO . + "caso, dentro de"@es-GO . + "actividades cl\u00EDnicas"@es-GO . + "presentaciones"@es-GO . + "relacionados por"@es-GO . + "part\u00EDcipe"@es-GO . + "jefe de"@es-GO . + "miembro de"@es-GO . + "tel\u00E9fono"@es-GO . + "tiene sub-organización"@es-GO . + "organización dentro de"@es-GO . - "administrado subvención por"@es . - "administra la subvención"@es . - "se produce dentro de evento"@es . - "contiene geográficamente"@es . - "geográficamente dentro de"@es . - "ubicación de los equipos"@es . - "ubicación geográfica de"@es . - "documentos relacionados"@es . - "tiene en la materia"@es . - "tiene sub-subvención"@es . - "sub-subvención de"@es . \ No newline at end of file + "administrado subvención por"@es-GO . + "administra la subvención"@es-GO . + "se produce dentro de evento"@es-GO . + "contiene geográficamente"@es-GO . + "geográficamente dentro de"@es-GO . + "ubicación de los equipos"@es-GO . + "ubicación geográfica de"@es-GO . + "documentos relacionados"@es-GO . + "tiene en la materia"@es-GO . + "tiene sub-subvención"@es-GO . + "sub-subvención de"@es-GO . \ No newline at end of file diff --git a/languages/example/rdf/display/firsttime/aboutPage_es.n3 b/languages/es_GO/rdf/display/firsttime/aboutPage_es_GO.n3 similarity index 98% rename from languages/example/rdf/display/firsttime/aboutPage_es.n3 rename to languages/es_GO/rdf/display/firsttime/aboutPage_es_GO.n3 index 74f7a3c4..998ff98f 100644 --- a/languages/example/rdf/display/firsttime/aboutPage_es.n3 +++ b/languages/es_GO/rdf/display/firsttime/aboutPage_es_GO.n3 @@ -10,4 +10,4 @@ about:ABOUTDG

VIVO es una aplicación web semántica código abierto originalmente desarrollado e implementado en Cornell. Cuando se instala y se rellena con el contenido en una institución, que permite el descubrimiento de la investigación y de becas en todas las disciplinas de esta institución. VIVO compatible con la navegación y una función de búsqueda que devuelve resultados facetas para una rápida recuperación de la información deseada. Contenido en cualquier instalación VIVO local puede mantenerse manualmente o puesto en la base de datos de forma automática de los sistemas locales de registro, tales como recursos humanos, becas, cursos, y bases de datos de la actividad docente.

Ver más información sobre el Proyecto VIVO.

- """@es . \ No newline at end of file + """@es-GO . \ No newline at end of file diff --git a/languages/example/rdf/display/firsttime/menu_es.n3 b/languages/es_GO/rdf/display/firsttime/menu_es_GO.n3 similarity index 54% rename from languages/example/rdf/display/firsttime/menu_es.n3 rename to languages/es_GO/rdf/display/firsttime/menu_es_GO.n3 index 5d5f9ebe..5df58fe9 100644 --- a/languages/example/rdf/display/firsttime/menu_es.n3 +++ b/languages/es_GO/rdf/display/firsttime/menu_es_GO.n3 @@ -1,20 +1,20 @@ @prefix display: . -display:HomeMenuItem display:linkText "Inicio"@es-ES . -display:PeopleMenuItem display:linkText "Personas"@es-ES . -display:OrganizationsMenuItem display:linkText "Organizaciones"@es-ES . -display:ResearchMenuItem display:linkText "Investigación"@es-ES . -display:EventsMenuItem display:linkText "Eventos"@es-ES . -display:Home display:title "Inicio"@es-ES . -display:Events display:title "Eventos"@es-ES . -display:Organizations display:title "Organizaciones"@es-ES . -display:People display:title "Personas"@es-ES . -display:Research display:title "Investigación"@es-ES . -display:pageListPage display:title "Páginas"@es-ES . +display:HomeMenuItem display:linkText "Inicio"@es-GO . +display:PeopleMenuItem display:linkText "Personas"@es-GO . +display:OrganizationsMenuItem display:linkText "Organizaciones"@es-GO . +display:ResearchMenuItem display:linkText "Investigación"@es-GO . +display:EventsMenuItem display:linkText "Eventos"@es-GO . +display:Home display:title "Inicio"@es-GO . +display:Events display:title "Eventos"@es-GO . +display:Organizations display:title "Organizaciones"@es-GO . +display:People display:title "Personas"@es-GO . +display:Research display:title "Investigación"@es-GO . +display:pageListPage display:title "Páginas"@es-GO . - "SPARQL Query Resultados"@es . - "Navegar P\u00E1gina"@es . - "Grupo Page Group - Institucional Clase Interna"@es . - "Grupo Clase p\u00E1gina"@es . - "men\u00FA predeterminado"@es . - "Grupo Page Group - Clases seleccionadas"@es . + "SPARQL Query Resultados"@es_GO . + "Navegar P\u00E1gina"@es_GO . + "Grupo Page Group - Institucional Clase Interna"@es_GO . + "Grupo Clase p\u00E1gina"@es_GO . + "men\u00FA predeterminado"@es_GO . + "Grupo Page Group - Clases seleccionadas"@es_GO . diff --git a/languages/example/rdf/tbox/firsttime/initialTBoxAnnotations_es.n3 b/languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 similarity index 63% rename from languages/example/rdf/tbox/firsttime/initialTBoxAnnotations_es.n3 rename to languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 index 06a545b0..8a2b565e 100644 --- a/languages/example/rdf/tbox/firsttime/initialTBoxAnnotations_es.n3 +++ b/languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 @@ -1,903 +1,903 @@ - "se administra por"@es . - "internos Vitro"@es . - "Entidad Realizable"@es . - "tiene coordenadas"@es . - "PubMed Central ID"@es . - "estad\u00EDsticas Ocre"@es . - "departamento"@es . - "tiene participantes"@es . - "Formaci\u00F3n Postdoctoral"@es . - "regi\u00F3n"@es . - "Fase 4"@es . - "comunicaci\u00F3n"@es . - "pa\u00EDs"@es . - "instrumento"@es . - "n\u00FAcleo"@es . - "documentos relacionados"@es . - "Proceso de medici\u00F3n Experiencia"@es . - "Faculty Position Administrativo"@es . - "Junta Americana de Patolog\u00EDa"@es . - "direcci\u00F3n"@es . - "software"@es . - "tiene nombre de la lista"@es . - "profesi\u00F3n de escritor"@es . - "categor\u00EDa"@es . - "empresa"@es . - "Servicio de Transporte"@es . - "publicaciones en el blog"@es . - "seguridad"@es . - "proporciona acceso a"@es . - "nameListFR"@es . - "citado por"@es . - "tiene geo"@es . - "manual"@es . - "comit\u00E9"@es . - "en prensa"@es . - "internado"@es . - "Presentador Papel"@es . - "t\u00E9rminos organizativos"@es . - "countryAreaYear"@es . - "tiene entrada"@es . - "tiene logo"@es . - "Servicio de Almacenamiento"@es . - "muestra biol\u00F3gica relacionada"@es . - "papel"@es . - "trabajar"@es . - "tiene nombre corto"@es . - "tiene en la materia"@es . - "editorial"@es . - "uid"@es . - "Presentaci\u00F3n"@es . - "gui\u00F3n"@es . - "FOAF ( Friend of a Friend)"@es . - "fecha / valor de tiempo"@es . - "relaci\u00F3n"@es . - "legislaci\u00F3n"@es . - "identificador"@es . - "voz"@es . - "logra el objetivo"@es . - "Error exploratorio Plazo"@es . - "fecha de presentaci\u00F3n"@es . - "Junta Americana de Psiquiatr\u00EDa y Neurolog\u00EDa"@es . - "invitado"@es . - "tiene nombre de formato"@es . - "t\u00EDtulo"@es . - "poblaci\u00F3n total"@es . - "Organizaci\u00F3n de Estudiantes"@es . - "Servicio de Mantenimiento de Datos"@es . - "FileByteStream"@es . - "t\u00E9cnica relacionada"@es . - "producido por"@es . - "afirmado por"@es . - "Identificaci\u00F3n del producto"@es . - "tiene m\u00E1xima latitud"@es . - "agriculturalAreaTotal"@es . - "grupo"@es . - "tiene sonido"@es . - "ubicaci\u00F3n de los"@es . - "Email"@es . - "tipo de t\u00E9rmino"@es . - "Investigador Rol"@es . - "Junta Americana de Cirug\u00EDa de Colon y Recto"@es . - "es el agente de"@es . - "publicado en"@es . - "Blog"@es . - "aconsejado Papel"@es . - "realizado en"@es . - "concepto asociado"@es . - "nationalityEN"@es . - "bibliotecario Em\u00E9rito"@es . - "tiene nombre oficial"@es . - "ID del paciente"@es . - "libro editado"@es . - "Protocolo de estudio Ocre"@es . - "revista"@es . - "Documento de la Conferencia"@es . - "campo principal de grado"@es . - "codeFAOSTAT"@es . - "nameListRU"@es . - "Revisor Papel"@es . - "corresidentes"@es . - "subcontratado a trav\u00E9s de"@es . - "cuidado de identificaci\u00F3n del proveedor de salud"@es . - "descripci\u00F3n"@es . - "Residencia M\u00E9dica"@es . - "hermano"@es . - "relaci\u00F3n"@es . - "tiene nombre de prefijo"@es . - "geo"@es . - "identificaci\u00F3n"@es . - "Acci\u00F3n Especificaciones"@es . - "ISI Investigador ID"@es . - "editor de"@es . - "otro"@es . - "aplastar"@es . - "puntuaci\u00F3n"@es . - "High School Student Papel"@es . - "Junta Americana de Cirug\u00EDa Neurol\u00F3gica"@es . - "\u00E1rea"@es . - "realiza un estudio en humanos"@es . - "documento"@es . - "NIH Manuscrito C\u00F3digo de identificaci\u00F3n del sistema"@es . - "protocolo se dio cuenta por"@es . - "visi\u00F3n general de ense\u00F1anza"@es . - "tiene categor\u00EDa"@es . - "contribuyente"@es . - "Papel Principal Investigador"@es . - "notas \u00C1rea pa\u00EDs"@es . - "nota"@es . - "tiene valor monetario"@es . - "tribunal"@es . - "contribuyente"@es . - "nameShortEN"@es . - "foto"@es . - "nationalityAR"@es . - "competencia"@es . - "asignado por"@es . - "documento recopilada"@es . - "unidad de superficie del pa\u00EDs"@es . - "SKOS (Simple Knowledge Organization System )"@es . - "Met"@es . - "Etiqueta Medici\u00F3n"@es . - "art\u00EDculo de revista"@es . - "nameOfficialFR"@es . - "servicio"@es . - "Obsolescencia Motivo Especificaci\u00F3n"@es . - "distribuye"@es . - "calendario"@es . - "objetivo alcanzado por la operaci\u00F3n"@es . - "versi\u00F3n"@es . - "Asesoramiento Proceso"@es . - "Contacto Qualifier"@es . - "tiene URL"@es . - "tiene estad\u00EDsticas"@es . - "Servicio de Apoyo"@es . - "Fecha / hora de intervalo"@es . - "aniversario"@es . - "SICI"@es . - "Conferencia Poster"@es . - "listo para su lanzamiento"@es . - "emisor"@es . - "cap\u00EDtulo"@es . - "cat\u00E1logo"@es . - "tiene salida"@es . - "Servicio de Formaci\u00F3n"@es . - "Serie de eventos"@es . - "habitaci\u00F3n"@es . - "Fuente de informaci\u00F3n bibliogr\u00E1fica"@es . - "colega"@es . - "documentaci\u00F3n para"@es . - "subvenci\u00F3n subcontratos"@es . - "sitio web"@es . - "International Standard Serial Number (ISSN )"@es . - "formato de datos de laboratorio"@es . - "tiene requirment elegibilidad"@es . - "de salida se especifica de"@es . - "ofertas"@es . - "Regi\u00F3n subnacional"@es . - "entidad geopol\u00EDtica"@es . - "consorcio"@es . - "Fase 4 Ensayo Cl\u00EDnico"@es . - "etiqueta definida por el usuario"@es . - "unidad de superficie"@es . - "tiene apodo"@es . - "Especificaciones del Plan"@es . - "codeUN"@es . - "Junta Americana de Radiolog\u00EDa"@es . - "conocido"@es . - "t\u00E9rmino etiqueta"@es . - "premio u honor patrocinadores"@es . - "Regi\u00F3n espacial"@es . - "Prestaci\u00F3n de Servicios de laboratorio"@es . - "traductor"@es . - "Servicio de An\u00E1lisis"@es . - "Facultad Miembro Em\u00E9rito"@es . - "Geo"@es . - "proyecto"@es . - "estudio recuento de la poblaci\u00F3n"@es . - "ubicaci\u00F3n geogr\u00E1fica de"@es . - "tiene agente"@es . - "Electronic International Standard Serial Number ( EISSN )"@es . - "equipo"@es . - "L\u00EDder Papel"@es . - "g\u00E9nero"@es . - "Junta Americana de Dermatolog\u00EDa"@es . - "AUT\u00D3NOMOS"@es . - "tiene formato"@es . - "universidad"@es . - "landAreaYear"@es . - "No Permanente Papel Residente"@es . - "Regi\u00F3n geogr\u00E1fica"@es . - "enfoque geogr\u00E1fico"@es . - "Fuente de referencia"@es . - "nameListIT"@es . - "informaci\u00F3n de contacto"@es . - "beneficiario"@es . - "peri\u00F3dico"@es . - "PubMed Identificador"@es . - "discurso"@es . - "International Standard Book Number (ISBN ) 10"@es . - "desconocido"@es . - "se da cuenta de"@es . - "bibliotecario Posici\u00F3n"@es . - "construcci\u00F3n"@es . - "t\u00EDtulo relacionado"@es . - "nameCurrencyES"@es . - "ORCID iD"@es . - "tiene traducci\u00F3n"@es . - "ubicaci\u00F3n"@es . - "Comunicado de prensa"@es . - "macho"@es . - "inherente a"@es . - "departamento o nombre de la escuela dentro de la instituci\u00F3n"@es . - "Documento legal Case"@es . - "ASIN"@es . - "estudio en humanos realizado por"@es . - "Kind VCard"@es . - "Rol de empleado"@es . - "Facultad relaci\u00F3n de tutor\u00EDa"@es . - "Junta Americana de Medicina Nuclear"@es . - "fase"@es . - "visi\u00F3n general de investigaci\u00F3n"@es . - "tesis"@es . - "Vitro Ontolog\u00EDa P\u00FAblica"@es . - "serie"@es . - "objetivo alcanzado por"@es . - "T\u00EDtulo que otorga"@es . - "n\u00FAmero de plazas"@es . - "papel"@es . - "agriculturalAreaYear"@es . - "Scalar Datum Medici\u00F3n"@es . - "Dise\u00F1o del estudio"@es . - "Licenciado Asesoramiento Relaci\u00F3n"@es . - "tiene el n\u00FAmero de acceso"@es . - "nationalityRU"@es . - "Ontolog\u00EDa Evento"@es . - "calidad"@es . - "Post- Graduate Student Papel Trainee"@es . - "codeUNDP"@es . - "pel\u00EDcula"@es . - "tiene requisito"@es . - "Premio de Honor o"@es . - "lugar de publicaci\u00F3n"@es . - "parientes"@es . - "pa\u00EDs"@es . - "Colaborador Papel"@es . - "Fecha / Hora Valor Precisi\u00F3n"@es . - "Documento de trabajo"@es . - "reactivo"@es . - "direcci\u00F3n de la calle"@es . - "marcador de posici\u00F3n eliminado"@es . - "nota"@es . - "tiene la direcci\u00F3n"@es . - "organizaci\u00F3n affliliated"@es . - "tiene licencia de software"@es . - "transcripci\u00F3n de"@es . - "proporciona fondos para"@es . - "es precursor de"@es . - "FOAF Perfil"@es . - "Junta Americana de Pediatr\u00EDa"@es . - "abreviatura"@es . - "countryArea"@es . - "emergencia"@es . - "Lugar Poblado"@es . - "tiene etiqueta de la unidad de medida"@es . - "Servicio de Almacenamiento de Materiales"@es . - "EAN International Code Council - uniforme ( EAN - UCC ) 13"@es . - "tiene la nacionalidad"@es . - "metadatos incompletos"@es . - "nationalityFR"@es . - "Servicio de Procesamiento de materiales"@es . - "equipo"@es . - "g\u00E9nero"@es . - "fIN"@es . - "implementos"@es . - "curso"@es . - "tiene requisito de residencia"@es . - "manuscrito"@es . - "requisito previo para"@es . - "Ciclo de conferencias"@es . - "n\u00FAmero de patente"@es . - "Financiaci\u00F3n Papel"@es . - "artista"@es . - "localizaci\u00F3n"@es . - "Postdoc"@es . - "Solicitud Calendario"@es . - "Papel Proveedor de servicios"@es . - "Ensayos Cl\u00EDnicos Nacionales n\u00FAmero (NCT )"@es . - "mismo que"@es . - "Mismo Que"@es . - "Junta Americana de Cirug\u00EDa"@es . - "nombre o inicial"@es . - "art\u00EDculo"@es . - "n\u00FAmero por a\u00F1o"@es . - "a\u00F1o escolar"@es . - "texto"@es . - "Servicio de An\u00E1lisis de Datos"@es . - "edici\u00F3n"@es . - "URL"@es . - "museo"@es . - "disputado"@es . - "proporciona servicio"@es . - "valor del a\u00F1o"@es . - "tiene documentaci\u00F3n"@es . - "Zona Horaria"@es . - "cuesti\u00F3n"@es . - "Cuenta con calendario ocupado"@es . - "publicado"@es . - "tiene una lengua materna"@es . - "ejemplo a ser finalmente eliminado"@es . - "instituto"@es . - "detenidamente por hom\u00F3logos"@es . - "hospital"@es . - "esconderse de pantalla"@es . - "Parte del Documento"@es . - "sonido"@es . - "Junta Americana de Medicina de Emergencia"@es . - "Continuant Gen\u00E9ricamente Dependiente"@es . - "nameShortFR"@es . - "asistente Papel"@es . - "grupo"@es . - "zona horaria"@es . - "equipos para"@es . - "costos directos"@es . - "tiene en cuenta"@es . - "Elemento de datos"@es . - "\u00E1rea total del pa\u00EDs"@es . - "traducci\u00F3n de"@es . - "campus"@es . - "ha relacionado"@es . - "unidad de \u00E1rea agr\u00EDcola"@es . - "miembro de"@es . - "c\u00F3nyuge"@es . - "sonido"@es . - "fundaci\u00F3n"@es . - "Inmaterial Entidad"@es . - "actual miembro del"@es . - "reproduce"@es . - "categor\u00EDa"@es . - "t\u00E9rmino"@es . - "relacionados por"@es . - "reproducido en"@es . - "solicitud de calendario"@es . - "tiene t\u00E9cnica de preparaci\u00F3n"@es . - "tiene miembros"@es . - "portador de"@es . - "persona"@es . - "es de unos"@es . - "entrevista"@es . - "apoyada por"@es . - "tiene poblaci\u00F3n de estudio"@es . - "Medici\u00F3n de peso Topic"@es . - "Etiqueta Datum"@es . - "ofrecido por"@es . - "Fase 0"@es . - "patrocinador ID premio"@es . - "Estudio de caso"@es . - "Unidimensional Regi\u00F3n Temporal"@es . - "revisi\u00F3n de los"@es . - "Facultad Papel"@es . - "Junta Americana de Obstetricia y Ginecolog\u00EDa"@es . - "email"@es . - "facilidad para"@es . - "vecino"@es . - "Grado Acad\u00E9mico"@es . - "patente"@es . - "credencial expedida"@es . - "notas \u00C1rea agr\u00EDcolas"@es . - "Papel de Alcance"@es . - "Informaci\u00F3n Directiva Entidad"@es . - "relacionados"@es . - "individual"@es . - "tiene fecha de conteo mundial"@es . - "borrador"@es . - "ni\u00F1o"@es . - "codeAGROVOC"@es . - "asigna"@es . - "base de datos"@es . - "Zero -Dimensional Regi\u00F3n Temporal"@es . - "presentado en"@es . - "tiene valor de conteo mundial"@es . - "Grado Tesis"@es . - "Fase 1 Clinical Trial"@es . - "fuente"@es . - "Medici\u00F3n de la frecuencia Datum"@es . - "relacionados"@es . - "nationalityZH"@es . - "F1000 Enlace"@es . - "director"@es . - "Junta de Revisi\u00F3n Institucional ( IRB ) n\u00FAmero"@es . - "menciones"@es . - "distribuye la financiaci\u00F3n de"@es . - "Tipo de tel\u00E9fono"@es . - "nameShortRU"@es . - "t\u00E9cnica"@es . - "t\u00E9rminos fusionaron"@es . - "Proceso Educativo"@es . - "\u00E1reas de investigaci\u00F3n"@es . - "geogr\u00E1fico"@es . - "audici\u00F3n"@es . - "Junta Americana de Medicina F\u00EDsica y Rehabilitaci\u00F3n"@es . - "compa\u00F1ero de trabajo"@es . - "Secci\u00F3n libro"@es . - "abstracto"@es . - "Workshop Series"@es . - "distribuidor"@es . - "logra objetivo planteado"@es . - "entidad"@es . - "Servicio de Almacenamiento de Datos"@es . - "ID premio local"@es . - "utiliza"@es . - "editor"@es . - "Fax"@es . - "uncurated"@es . - "in\u00E9dito"@es . - "credencial"@es . - "concepto para"@es . - "Servicio de An\u00E1lisis de Materiales"@es . - "rendimiento"@es . - "estudiante"@es . - "clase definida"@es . - "organizaci\u00F3n sucesora"@es . - "GDPYear"@es . - "Scopus ID"@es . - "lugar de publicaci\u00F3n"@es . - "est\u00E1 codificado en"@es . - "Papel miembro"@es . - "v\u00E1lida en"@es . - "Funci\u00F3n de reglamentaci\u00F3n"@es . - "EE.UU. Resident Papel"@es . - "tiene enlace calendario"@es . - "sufijo de nombre honor\u00EDfico"@es . - "p\u00E1gina de inicio"@es . - "foto"@es . - "nutrido calendario"@es . - "c\u00E9lula"@es . - "tiene frecuencia de citaci\u00F3n mundial"@es . - "URI de espacio preferente"@es . - "Posici\u00F3n no acad\u00E9mico"@es . - "Educador Rol"@es . - "nameShortZH"@es . - "No Facultad Acad\u00E9mica"@es . - "Junta Americana de Cirug\u00EDa Tor\u00E1cica"@es . - "parte de"@es . - "breve"@es . - "tiene ubicaci\u00F3n geogr\u00E1fica"@es . - "Relaci\u00F3n Asesoramiento Postdoc o compa\u00F1ero"@es . - "regi\u00F3n temporal"@es . - "Otorgar"@es . - "nameCurrencyEN"@es . - "estudiante licenciado"@es . - "v\u00EDdeo"@es . - "especifica el uso de"@es . - "citar"@es . - "organizaci\u00F3n"@es . - "conferencia"@es . - "Servicio modificaci\u00F3n material"@es . - "taller"@es . - "fecha de nacimiento"@es . - "coden"@es . - "localidad"@es . - "t\u00E9rmino m\u00E1s amplio"@es . - "tiene apellido"@es . - "informaci\u00F3n adicional"@es . - "valor del a\u00F1o - mes - d\u00EDa - hora"@es . - "VIVO Core"@es . - "contenida en"@es . - "Gesti\u00F3n de Riesgos"@es . - "procedimientos de"@es . - "fecha de la publicaci\u00F3n"@es . - "Unidad de medida Label"@es . - "C\u00F3digo de clase / subclase Clasificaci\u00F3n EE.UU. publicada ( CCL )"@es . - "tel\u00E9fono"@es . - "Empresa privada"@es . - "me"@es . - "buscapersonas"@es . - "nationalityIT"@es . - "Licencias"@es . - "apoya"@es . - "Estado o Provincia"@es . - "cesionario de"@es . - "c\u00F3digo postal"@es . - "Descripci\u00F3n corta"@es . - "nameListES"@es . - "superficie total"@es . - "agente"@es . - "elegible para"@es . - "Denotator Tipo"@es . - "tiene miembros"@es . - "contexto para"@es . - "Calendario Enlace"@es . - "Oportunidad de Investigaci\u00F3n"@es . - "peri\u00F3dico"@es . - "posici\u00F3n"@es . - "revisi\u00F3n"@es . - "tiene el n\u00FAmero de inventario"@es . - "Premio de Honor o recibo"@es . - "Bibontology"@es . - "nameCurrencyAR"@es . - "Medida Experiencia"@es . - "Fase 1"@es . - "Papel Editor"@es . - "es la medici\u00F3n de la calidad"@es . - "PIB"@es . - "Rol del Personal"@es . - "Junta Americana de Oftalmolog\u00EDa"@es . - "carta"@es . - "decisi\u00F3n judicial posterior"@es . - "fabricante"@es . - "relaciona"@es . - "traducci\u00F3n"@es . - "tiene latitud m\u00EDnima"@es . - "organizaci\u00F3n predecesora"@es . - "organizativo"@es . - "No aut\u00F3nomo"@es . - "Gu\u00EDa cl\u00EDnica"@es . - "nameShortIT"@es . - "tiene mensajes"@es . - "Nombre del formato"@es . - "Continuant Espec\u00EDficamente Dependiente"@es . - "\u00BFEsta persona es el autor correspondiente ?"@es . - "tiene nombre"@es . - "n\u00FAmero de modelo"@es . - "Proceso de Planificaci\u00F3n"@es . - "designa las"@es . - "Tipo de las relaciones"@es . - "tiene zona horaria"@es . - "direccionamiento"@es . - "colaborador"@es . - "t\u00E9rmino importado"@es . - "Grupo Especial"@es . - "clasificar"@es . - "presentaci\u00F3n"@es . - "contacto"@es . - "codeDBPediaID"@es . - "n\u00FAmero de p\u00E1ginas"@es . - "Organizaci\u00F3n Financiadora"@es . - "Unidad de Cambio"@es . - "populationYear"@es . - "continuant"@es . - "Servicio de Mantenimiento"@es . - "biblioteca"@es . - "territorio"@es . - "extracto"@es . - "en espera de veto definitivo"@es . - "padre"@es . - "apoyada por"@es . - "Servicio de Producci\u00F3n de Materiales"@es . - "Expresi\u00F3n clase llamada"@es . - "Propuesta de Investigaci\u00F3n"@es . - "licencia"@es . - "candidatura grado"@es . - "cesionario"@es . - "EE.UU. Rol Ciudadano"@es . - "Ensayo Cl\u00EDnico Fase 2"@es . - "Library of Congress Control Number ( LCCN )"@es . - "de eRA Commons ID"@es . - "Oficina de Transferencia de Tecnolog\u00EDa"@es . - "secci\u00F3n"@es . - "relacionados"@es . - "nameShortAR"@es . - "v\u00EDdeo"@es . - "Nombre de la organizaci\u00F3n"@es . - "suministrados por"@es . - "tiene clave"@es . - "Nombre de unidad organizativa"@es . - "experiencia"@es . - "importe total de la adjudicaci\u00F3n"@es . - "apodo"@es . - "Proyecto de Investigaci\u00F3n"@es . - "base de datos"@es . - "gtin14"@es . - "Dataset"@es . - "Junta Americana de Urolog\u00EDa"@es . - "tiene parte"@es . - "Ontolog\u00EDa geopol\u00EDtica"@es . - "Documento Audiovisual"@es . - "contrato"@es . - "Premio patrocinado por"@es . - "colecci\u00F3n"@es . - "\u00E1rea de investigaci\u00F3n de"@es . - "fecha / hora"@es . - "requiere discusi\u00F3n"@es . - "Regi\u00F3n Transnacional"@es . - "art\u00EDculo Editorial"@es . - "nameOfficialES"@es . - "contiene"@es . - "Funci\u00F3n de administrador"@es . - "libro"@es . - "mensajer\u00EDa"@es . - "Fase 3 Ensayo Cl\u00EDnico"@es . - "iniciar"@es . - "tiene la fase"@es . - "Pruebas Entidad"@es . - "prefijo de nombre"@es . - "traductor de"@es . - "tiene c\u00F3digo"@es . - "Rol del estudiante"@es . - "Junta Americana de Medicina Familiar"@es . - "Calendario Ocupado"@es . - "orden de visualizaci\u00F3n preferida"@es . - "logo"@es . - "enlace al calendario"@es . - "evento"@es . - "errata"@es . - "escuela"@es . - "tiene informaci\u00F3n de contacto"@es . - "UPC"@es . - "esp\u00E9cimen biol\u00F3gico"@es . - "imagen"@es . - "International Standard Book Number (ISBN ) 13"@es . - "Otorgamiento de licencias"@es . - "financiaci\u00F3n proporcionada a trav\u00E9s de"@es . - "vigente desde"@es . - "caracter\u00EDsticas"@es . - "tiene contexto"@es . - "proceso"@es . - "proceso"@es . - "deriva de"@es . - "tiene solicitud de calendario"@es . - "nameCurrencyRU"@es . - "tiene restricci\u00F3n"@es . - "tiene un valor"@es . - "La presentaci\u00F3n de Proceso"@es . - "tiene nombre de formato"@es . - "Posici\u00F3n primaria"@es . - "No Facultad Posici\u00F3n Acad\u00E9mica"@es . - "charla Invitada"@es . - "tiene una lengua materna"@es . - "logo"@es . - "la autoridad gobernante"@es . - "Fase 2"@es . - "tiene nombre de la organizaci\u00F3n"@es . - "primer nombre"@es . - "situado en"@es . - "identificador"@es . - "estudiantes de Pregrado"@es . - "exhibir"@es . - "grupo"@es . - "Junta Americana de Cirug\u00EDa Ortop\u00E9dica"@es . - "Curaci\u00F3n Especificaciones Estado"@es . - "proyecto de ley"@es . - "Revisi\u00F3n"@es . - "Papel cl\u00EDnica"@es . - "visi\u00F3n general de divulgaci\u00F3n"@es . - "organizaci\u00F3n"@es . - "valor del a\u00F1o - mes - d\u00EDa"@es . - "codeCurrency"@es . - "notas \u00C1rea de la tierra"@es . - "reportero de la corte"@es . - "editor"@es . - "expediente"@es . - "Reuni\u00F3n"@es . - "amigo"@es . - "tiene funci\u00F3n"@es . - "miembro"@es . - "clave"@es . - "presentado en"@es . - "tiene grano"@es . - "Ubicaci\u00F3n geogr\u00E1fica"@es . - "facilidad"@es . - "superficie"@es . - "v\u00E1lido hasta"@es . - "nameCurrencyFR"@es . - "codeGAUL"@es . - "Servicio proporcionado por"@es . - "unidad de poblaci\u00F3n"@es . - "Departamento Acad\u00E9mico"@es . - "nombre de la organizaci\u00F3n"@es . - "Certificaci\u00F3n"@es . - "Global Conde cita"@es . - "Faculty Position"@es . - "Conclusi\u00F3n Pruebas Entidad"@es . - "divisi\u00F3n plazo"@es . - "Papel del profesor"@es . - "contacto"@es . - "Organizador Papel"@es . - "contribuye a"@es . - "codeISO2"@es . - "tiene tipo de entrada"@es . - "organizaci\u00F3n"@es . - "Junta Americana de Cirug\u00EDa Pl\u00E1stica"@es . - "ninguno"@es . - "Anota"@es . - "ocurrente"@es . - "Servicio de mantenimiento de material"@es . - "programa"@es . - "entrevistador"@es . - "hoja informativa"@es . - "tiene experiencia"@es . - "enfoque geogr\u00E1fico de"@es . - "realiza"@es . - "Muse"@es . - "notas de poblaci\u00F3n"@es . - "sufijo de nombre"@es . - "volumen"@es . - "VCard"@es . - "Texto Phone"@es . - "Ciudadano no estadounidense"@es . - "se da cuenta de protocolo"@es . - "Junta Americana de Alergia e Inmunolog\u00EDa"@es . - "tiene origen conteo mundial"@es . - "visi\u00F3n de conjunto"@es . - "codeFAOTERM"@es . - "PIB a precios corrientes"@es . - "nameOfficialRU"@es . - "continente"@es . - "Estudio humano"@es . - "especialidad"@es . - "miembro de la Facultad"@es . - "nameListEN"@es . - "Online Computer Library Center ( OCLC ) n\u00FAmero"@es . - "est\u00E1ndar"@es . - "Asesor de Papel"@es . - "Organizaci\u00F3n de Investigaci\u00F3n"@es . - "valor del a\u00F1o - mes"@es . - "femenino"@es . - "Regi\u00F3n Transnacional"@es . - "condado"@es . - "c\u00F3digo"@es . - "asociaci\u00F3n"@es . - "tipo"@es . - "t\u00EDtulo"@es . - "nombre"@es . - "especie como"@es . - "tiene moneda"@es . - "ha especificado salida"@es . - "Especificaci\u00F3n Objetivo"@es . - "Posici\u00F3n Postdoctoral"@es . - "tel\u00E9fono"@es . - "funci\u00F3n"@es . - "nameListZH"@es . - "explicativo"@es . - "c\u00F3digo"@es . - "Co- Investigador Principal Rol"@es . - "Pregrado Rol Estudiante"@es . - "colegio"@es . - "Junta Americana de Medicina Interna"@es . - "Estado del documento"@es . - "utilizado para estudiar"@es . - "OBO Foundry"@es . - "estado"@es . - "informaci\u00F3n de contacto para"@es . - "clave"@es . - "palabras clave"@es . - "nameOfficialZH"@es . - "idioma"@es . - "tiene nombre de la unidad organizativa"@es . - "Asistir Proceso"@es . - "nationalityES"@es . - "de salida de"@es . - "entrevistado"@es . - "rechazado"@es . - "Informe"@es . - "Laboratorio Core"@es . - "universal"@es . - "certificado"@es . - "disposici\u00F3n"@es . - "URI"@es . - "tiene restricci\u00F3n geogr\u00E1fica"@es . - "propiedad en desuso"@es . - "final"@es . - "divisi\u00F3n"@es . - "es fabricado por"@es . - "participa en"@es . - "proceso"@es . - "nameCurrencyZH"@es . - "La organizaci\u00F3n de procesos"@es . - "Fase 3"@es . - "agente"@es . - "revocada por"@es . - "Clasificaci\u00F3n Internacional ( ICL ) c\u00F3digo"@es . - "Tema Proceso de medida de peso"@es . - "Entidad material"@es . - "Junta Americana de Otorrinolaringolog\u00EDa"@es . - "n\u00FAmero de licencia"@es . - "\u00E1rea agr\u00EDcola"@es . - "proporciona fondos a trav\u00E9s"@es . - "Post- Bachillerato Trainee"@es . - "utilizado por"@es . - "mensaje instant\u00E1neo"@es . - "Agencia Gubernamental"@es . - "art\u00EDculo Acad\u00E9mico"@es . - "concepto"@es . - "tiene agente de contacto"@es . - "metadatos completos"@es . - "se mide como la calidad"@es . - "mapa"@es . - "estatuto"@es . - "notas del PIB"@es . - "Identificador de Objeto Digital ( DOI)"@es . - "proyecto de investigaci\u00F3n relacionado con"@es . - "Servicio de acceso"@es . - "tiene t\u00EDtulo"@es . - "cap\u00EDtulo"@es . - "nameShortES"@es . - "unidad de PIB"@es . - "fecha"@es . - "poblaci\u00F3n"@es . - "tiene tel\u00E9fono"@es . - "tiene la m\u00E1xima longitud"@es . - "decisi\u00F3n"@es . - "cita"@es . - "No docente"@es . - "nombre adicional"@es . - "documento legal"@es . - "tiene instalaciones"@es . - "tiene tipo de salida"@es . - "cuesti\u00F3n"@es . - "codeISO3"@es . - "profesor Em\u00E9rito"@es . - "Junta Americana de Medicina Preventiva"@es . - "Periodo acad\u00E9mico"@es . - "se define por"@es . - "Los datos acerca de una parte de Ontolog\u00EDa"@es . - "novio"@es . - "Documento de Comunicaci\u00F3n Personal"@es . - "tiene la longitud m\u00EDnima"@es . - "deslizar"@es . - "apodo"@es . - "laboratorio"@es . - "continuant Independiente"@es . - "Puesto de trabajo HR"@es . - "Fecha / hora de intervalo"@es . - "tiene fabricante"@es . - "centro"@es . - "nameOfficialIT"@es . - "que ser sustituido por t\u00E9rmino ontolog\u00EDa externa"@es . - "produce"@es . - "se lleva a cabo por"@es . - "P\u00E1gina Web"@es . - "nameOfficialEN"@es . - "es el sucesor de"@es . - "cr\u00E9ditos"@es . - "entrada se ha especificado"@es . - "sitio"@es . - "Junta Americana de Anestesiolog\u00EDa"@es . - "utiliza software"@es . - "Papel Residente Permanente"@es . - "Fecha / Hora Valor"@es . - "apodo (en desuso )"@es . - "Relaci\u00F3n Asesoramiento Pregrado"@es . - "nameCurrencyIT"@es . - "Ensayos Cl\u00EDnicos"@es . - "presentado"@es . - "Datum Medici\u00F3n"@es . - "documento de Audio"@es . - "nota"@es . - "Fase 0 de Ensayos Cl\u00EDnicos"@es . - "otro"@es . - "adyacente a"@es . - "casa"@es . - "publicaciones apoyo"@es . - "tiene frontera con"@es . - "Regi\u00F3n Econ\u00F3mica"@es . - "Investigador Rol"@es . - "tiene foto"@es . - "URL"@es . - "bibliotecario"@es . - "nameListAR"@es . - "comentario"@es . - "es en el grupo"@es . - "es la plantilla"@es . - "precisi\u00F3n de la fecha / hora"@es . - "ubicaci\u00F3n"@es . - "Asesoramiento Relaci\u00F3n"@es . - "Consejo Americano de Gen\u00E9tica M\u00E9dica"@es . - "Graduate Student Papel"@es . - "fecha de expiraci\u00F3n"@es . - "n\u00FAmero"@es . - "Organizaci\u00F3n cl\u00EDnica"@es . - "identificador del informe"@es . - "nameOfficialAR"@es . - "Unidad de Extensi\u00F3n"@es . - "cuenta de correo electr\u00F3nico"@es . - "Serie de Seminarios"@es . - "Informaci\u00F3n de la Entidad contenido"@es . - "Investigaci\u00F3n Electr\u00F3nica Datacapture"@es . - "Autoridad Gobernante"@es . - "Estudio Individual Grupo"@es . - "revista"@es . - "nombre de la unidad organizativa"@es . - "revisado en"@es . - "aceptado"@es . + "se administra por"@es-GO . + "internos Vitro"@es-GO . + "Entidad Realizable"@es-GO . + "tiene coordenadas"@es-GO . + "PubMed Central ID"@es-GO . + "estad\u00EDsticas Ocre"@es-GO . + "departamento"@es-GO . + "tiene participantes"@es-GO . + "Formaci\u00F3n Postdoctoral"@es-GO . + "regi\u00F3n"@es-GO . + "Fase 4"@es-GO . + "comunicaci\u00F3n"@es-GO . + "pa\u00EDs"@es-GO . + "instrumento"@es-GO . + "n\u00FAcleo"@es-GO . + "documentos relacionados"@es-GO . + "Proceso de medici\u00F3n Experiencia"@es-GO . + "Faculty Position Administrativo"@es-GO . + "Junta Americana de Patolog\u00EDa"@es-GO . + "direcci\u00F3n"@es-GO . + "software"@es-GO . + "tiene nombre de la lista"@es-GO . + "profesi\u00F3n de escritor"@es-GO . + "categor\u00EDa"@es-GO . + "empresa"@es-GO . + "Servicio de Transporte"@es-GO . + "publicaciones en el blog"@es-GO . + "seguridad"@es-GO . + "proporciona acceso a"@es-GO . + "nameListFR"@es-GO . + "citado por"@es-GO . + "tiene geo"@es-GO . + "manual"@es-GO . + "comit\u00E9"@es-GO . + "en prensa"@es-GO . + "internado"@es-GO . + "Presentador Papel"@es-GO . + "t\u00E9rminos organizativos"@es-GO . + "countryAreaYear"@es-GO . + "tiene entrada"@es-GO . + "tiene logo"@es-GO . + "Servicio de Almacenamiento"@es-GO . + "muestra biol\u00F3gica relacionada"@es-GO . + "papel"@es-GO . + "trabajar"@es-GO . + "tiene nombre corto"@es-GO . + "tiene en la materia"@es-GO . + "editorial"@es-GO . + "uid"@es-GO . + "Presentaci\u00F3n"@es-GO . + "gui\u00F3n"@es-GO . + "FOAF ( Friend of a Friend)"@es-GO . + "fecha / valor de tiempo"@es-GO . + "relaci\u00F3n"@es-GO . + "legislaci\u00F3n"@es-GO . + "identificador"@es-GO . + "voz"@es-GO . + "logra el objetivo"@es-GO . + "Error exploratorio Plazo"@es-GO . + "fecha de presentaci\u00F3n"@es-GO . + "Junta Americana de Psiquiatr\u00EDa y Neurolog\u00EDa"@es-GO . + "invitado"@es-GO . + "tiene nombre de formato"@es-GO . + "t\u00EDtulo"@es-GO . + "poblaci\u00F3n total"@es-GO . + "Organizaci\u00F3n de Estudiantes"@es-GO . + "Servicio de Mantenimiento de Datos"@es-GO . + "FileByteStream"@es-GO . + "t\u00E9cnica relacionada"@es-GO . + "producido por"@es-GO . + "afirmado por"@es-GO . + "Identificaci\u00F3n del producto"@es-GO . + "tiene m\u00E1xima latitud"@es-GO . + "agriculturalAreaTotal"@es-GO . + "grupo"@es-GO . + "tiene sonido"@es-GO . + "ubicaci\u00F3n de los"@es-GO . + "Email"@es-GO . + "tipo de t\u00E9rmino"@es-GO . + "Investigador Rol"@es-GO . + "Junta Americana de Cirug\u00EDa de Colon y Recto"@es-GO . + "es el agente de"@es-GO . + "publicado en"@es-GO . + "Blog"@es-GO . + "aconsejado Papel"@es-GO . + "realizado en"@es-GO . + "concepto asociado"@es-GO . + "nationalityEN"@es-GO . + "bibliotecario Em\u00E9rito"@es-GO . + "tiene nombre oficial"@es-GO . + "ID del paciente"@es-GO . + "libro editado"@es-GO . + "Protocolo de estudio Ocre"@es-GO . + "revista"@es-GO . + "Documento de la Conferencia"@es-GO . + "campo principal de grado"@es-GO . + "codeFAOSTAT"@es-GO . + "nameListRU"@es-GO . + "Revisor Papel"@es-GO . + "corresidentes"@es-GO . + "subcontratado a trav\u00E9s de"@es-GO . + "cuidado de identificaci\u00F3n del proveedor de salud"@es-GO . + "descripci\u00F3n"@es-GO . + "Residencia M\u00E9dica"@es-GO . + "hermano"@es-GO . + "relaci\u00F3n"@es-GO . + "tiene nombre de prefijo"@es-GO . + "geo"@es-GO . + "identificaci\u00F3n"@es-GO . + "Acci\u00F3n Especificaciones"@es-GO . + "ISI Investigador ID"@es-GO . + "editor de"@es-GO . + "otro"@es-GO . + "aplastar"@es-GO . + "puntuaci\u00F3n"@es-GO . + "High School Student Papel"@es-GO . + "Junta Americana de Cirug\u00EDa Neurol\u00F3gica"@es-GO . + "\u00E1rea"@es-GO . + "realiza un estudio en humanos"@es-GO . + "documento"@es-GO . + "NIH Manuscrito C\u00F3digo de identificaci\u00F3n del sistema"@es-GO . + "protocolo se dio cuenta por"@es-GO . + "visi\u00F3n general de ense\u00F1anza"@es-GO . + "tiene categor\u00EDa"@es-GO . + "contribuyente"@es-GO . + "Papel Principal Investigador"@es-GO . + "notas \u00C1rea pa\u00EDs"@es-GO . + "nota"@es-GO . + "tiene valor monetario"@es-GO . + "tribunal"@es-GO . + "contribuyente"@es-GO . + "nameShortEN"@es-GO . + "foto"@es-GO . + "nationalityAR"@es-GO . + "competencia"@es-GO . + "asignado por"@es-GO . + "documento recopilada"@es-GO . + "unidad de superficie del pa\u00EDs"@es-GO . + "SKOS (Simple Knowledge Organization System )"@es-GO . + "Met"@es-GO . + "Etiqueta Medici\u00F3n"@es-GO . + "art\u00EDculo de revista"@es-GO . + "nameOfficialFR"@es-GO . + "servicio"@es-GO . + "Obsolescencia Motivo Especificaci\u00F3n"@es-GO . + "distribuye"@es-GO . + "calendario"@es-GO . + "objetivo alcanzado por la operaci\u00F3n"@es-GO . + "versi\u00F3n"@es-GO . + "Asesoramiento Proceso"@es-GO . + "Contacto Qualifier"@es-GO . + "tiene URL"@es-GO . + "tiene estad\u00EDsticas"@es-GO . + "Servicio de Apoyo"@es-GO . + "Fecha / hora de intervalo"@es-GO . + "aniversario"@es-GO . + "SICI"@es-GO . + "Conferencia Poster"@es-GO . + "listo para su lanzamiento"@es-GO . + "emisor"@es-GO . + "cap\u00EDtulo"@es-GO . + "cat\u00E1logo"@es-GO . + "tiene salida"@es-GO . + "Servicio de Formaci\u00F3n"@es-GO . + "Serie de eventos"@es-GO . + "habitaci\u00F3n"@es-GO . + "Fuente de informaci\u00F3n bibliogr\u00E1fica"@es-GO . + "colega"@es-GO . + "documentaci\u00F3n para"@es-GO . + "subvenci\u00F3n subcontratos"@es-GO . + "sitio web"@es-GO . + "International Standard Serial Number (ISSN )"@es-GO . + "formato de datos de laboratorio"@es-GO . + "tiene requirment elegibilidad"@es-GO . + "de salida se especifica de"@es-GO . + "ofertas"@es-GO . + "Regi\u00F3n subnacional"@es-GO . + "entidad geopol\u00EDtica"@es-GO . + "consorcio"@es-GO . + "Fase 4 Ensayo Cl\u00EDnico"@es-GO . + "etiqueta definida por el usuario"@es-GO . + "unidad de superficie"@es-GO . + "tiene apodo"@es-GO . + "Especificaciones del Plan"@es-GO . + "codeUN"@es-GO . + "Junta Americana de Radiolog\u00EDa"@es-GO . + "conocido"@es-GO . + "t\u00E9rmino etiqueta"@es-GO . + "premio u honor patrocinadores"@es-GO . + "Regi\u00F3n espacial"@es-GO . + "Prestaci\u00F3n de Servicios de laboratorio"@es-GO . + "traductor"@es-GO . + "Servicio de An\u00E1lisis"@es-GO . + "Facultad Miembro Em\u00E9rito"@es-GO . + "Geo"@es-GO . + "proyecto"@es-GO . + "estudio recuento de la poblaci\u00F3n"@es-GO . + "ubicaci\u00F3n geogr\u00E1fica de"@es-GO . + "tiene agente"@es-GO . + "Electronic International Standard Serial Number ( EISSN )"@es-GO . + "equipo"@es-GO . + "L\u00EDder Papel"@es-GO . + "g\u00E9nero"@es-GO . + "Junta Americana de Dermatolog\u00EDa"@es-GO . + "AUT\u00D3NOMOS"@es-GO . + "tiene formato"@es-GO . + "universidad"@es-GO . + "landAreaYear"@es-GO . + "No Permanente Papel Residente"@es-GO . + "Regi\u00F3n geogr\u00E1fica"@es-GO . + "enfoque geogr\u00E1fico"@es-GO . + "Fuente de referencia"@es-GO . + "nameListIT"@es-GO . + "informaci\u00F3n de contacto"@es-GO . + "beneficiario"@es-GO . + "peri\u00F3dico"@es-GO . + "PubMed Identificador"@es-GO . + "discurso"@es-GO . + "International Standard Book Number (ISBN ) 10"@es-GO . + "desconocido"@es-GO . + "se da cuenta de"@es-GO . + "bibliotecario Posici\u00F3n"@es-GO . + "construcci\u00F3n"@es-GO . + "t\u00EDtulo relacionado"@es-GO . + "nameCurrencyES"@es-GO . + "ORCID iD"@es-GO . + "tiene traducci\u00F3n"@es-GO . + "ubicaci\u00F3n"@es-GO . + "Comunicado de prensa"@es-GO . + "macho"@es-GO . + "inherente a"@es-GO . + "departamento o nombre de la escuela dentro de la instituci\u00F3n"@es-GO . + "Documento legal Case"@es-GO . + "ASIN"@es-GO . + "estudio en humanos realizado por"@es-GO . + "Kind VCard"@es-GO . + "Rol de empleado"@es-GO . + "Facultad relaci\u00F3n de tutor\u00EDa"@es-GO . + "Junta Americana de Medicina Nuclear"@es-GO . + "fase"@es-GO . + "visi\u00F3n general de investigaci\u00F3n"@es-GO . + "tesis"@es-GO . + "Vitro Ontolog\u00EDa P\u00FAblica"@es-GO . + "serie"@es-GO . + "objetivo alcanzado por"@es-GO . + "T\u00EDtulo que otorga"@es-GO . + "n\u00FAmero de plazas"@es-GO . + "papel"@es-GO . + "agriculturalAreaYear"@es-GO . + "Scalar Datum Medici\u00F3n"@es-GO . + "Dise\u00F1o del estudio"@es-GO . + "Licenciado Asesoramiento Relaci\u00F3n"@es-GO . + "tiene el n\u00FAmero de acceso"@es-GO . + "nationalityRU"@es-GO . + "Ontolog\u00EDa Evento"@es-GO . + "calidad"@es-GO . + "Post- Graduate Student Papel Trainee"@es-GO . + "codeUNDP"@es-GO . + "pel\u00EDcula"@es-GO . + "tiene requisito"@es-GO . + "Premio de Honor o"@es-GO . + "lugar de publicaci\u00F3n"@es-GO . + "parientes"@es-GO . + "pa\u00EDs"@es-GO . + "Colaborador Papel"@es-GO . + "Fecha / Hora Valor Precisi\u00F3n"@es-GO . + "Documento de trabajo"@es-GO . + "reactivo"@es-GO . + "direcci\u00F3n de la calle"@es-GO . + "marcador de posici\u00F3n eliminado"@es-GO . + "nota"@es-GO . + "tiene la direcci\u00F3n"@es-GO . + "organizaci\u00F3n affliliated"@es-GO . + "tiene licencia de software"@es-GO . + "transcripci\u00F3n de"@es-GO . + "proporciona fondos para"@es-GO . + "es precursor de"@es-GO . + "FOAF Perfil"@es-GO . + "Junta Americana de Pediatr\u00EDa"@es-GO . + "abreviatura"@es-GO . + "countryArea"@es-GO . + "emergencia"@es-GO . + "Lugar Poblado"@es-GO . + "tiene etiqueta de la unidad de medida"@es-GO . + "Servicio de Almacenamiento de Materiales"@es-GO . + "EAN International Code Council - uniforme ( EAN - UCC ) 13"@es-GO . + "tiene la nacionalidad"@es-GO . + "metadatos incompletos"@es-GO . + "nationalityFR"@es-GO . + "Servicio de Procesamiento de materiales"@es-GO . + "equipo"@es-GO . + "g\u00E9nero"@es-GO . + "fIN"@es-GO . + "implementos"@es-GO . + "curso"@es-GO . + "tiene requisito de residencia"@es-GO . + "manuscrito"@es-GO . + "requisito previo para"@es-GO . + "Ciclo de conferencias"@es-GO . + "n\u00FAmero de patente"@es-GO . + "Financiaci\u00F3n Papel"@es-GO . + "artista"@es-GO . + "localizaci\u00F3n"@es-GO . + "Postdoc"@es-GO . + "Solicitud Calendario"@es-GO . + "Papel Proveedor de servicios"@es-GO . + "Ensayos Cl\u00EDnicos Nacionales n\u00FAmero (NCT )"@es-GO . + "mismo que"@es-GO . + "Mismo Que"@es-GO . + "Junta Americana de Cirug\u00EDa"@es-GO . + "nombre o inicial"@es-GO . + "art\u00EDculo"@es-GO . + "n\u00FAmero por a\u00F1o"@es-GO . + "a\u00F1o escolar"@es-GO . + "texto"@es-GO . + "Servicio de An\u00E1lisis de Datos"@es-GO . + "edici\u00F3n"@es-GO . + "URL"@es-GO . + "museo"@es-GO . + "disputado"@es-GO . + "proporciona servicio"@es-GO . + "valor del a\u00F1o"@es-GO . + "tiene documentaci\u00F3n"@es-GO . + "Zona Horaria"@es-GO . + "cuesti\u00F3n"@es-GO . + "Cuenta con calendario ocupado"@es-GO . + "publicado"@es-GO . + "tiene una lengua materna"@es-GO . + "ejemplo a ser finalmente eliminado"@es-GO . + "instituto"@es-GO . + "detenidamente por hom\u00F3logos"@es-GO . + "hospital"@es-GO . + "esconderse de pantalla"@es-GO . + "Parte del Documento"@es-GO . + "sonido"@es-GO . + "Junta Americana de Medicina de Emergencia"@es-GO . + "Continuant Gen\u00E9ricamente Dependiente"@es-GO . + "nameShortFR"@es-GO . + "asistente Papel"@es-GO . + "grupo"@es-GO . + "zona horaria"@es-GO . + "equipos para"@es-GO . + "costos directos"@es-GO . + "tiene en cuenta"@es-GO . + "Elemento de datos"@es-GO . + "\u00E1rea total del pa\u00EDs"@es-GO . + "traducci\u00F3n de"@es-GO . + "campus"@es-GO . + "ha relacionado"@es-GO . + "unidad de \u00E1rea agr\u00EDcola"@es-GO . + "miembro de"@es-GO . + "c\u00F3nyuge"@es-GO . + "sonido"@es-GO . + "fundaci\u00F3n"@es-GO . + "Inmaterial Entidad"@es-GO . + "actual miembro del"@es-GO . + "reproduce"@es-GO . + "categor\u00EDa"@es-GO . + "t\u00E9rmino"@es-GO . + "relacionados por"@es-GO . + "reproducido en"@es-GO . + "solicitud de calendario"@es-GO . + "tiene t\u00E9cnica de preparaci\u00F3n"@es-GO . + "tiene miembros"@es-GO . + "portador de"@es-GO . + "persona"@es-GO . + "es de unos"@es-GO . + "entrevista"@es-GO . + "apoyada por"@es-GO . + "tiene poblaci\u00F3n de estudio"@es-GO . + "Medici\u00F3n de peso Topic"@es-GO . + "Etiqueta Datum"@es-GO . + "ofrecido por"@es-GO . + "Fase 0"@es-GO . + "patrocinador ID premio"@es-GO . + "Estudio de caso"@es-GO . + "Unidimensional Regi\u00F3n Temporal"@es-GO . + "revisi\u00F3n de los"@es-GO . + "Facultad Papel"@es-GO . + "Junta Americana de Obstetricia y Ginecolog\u00EDa"@es-GO . + "email"@es-GO . + "facilidad para"@es-GO . + "vecino"@es-GO . + "Grado Acad\u00E9mico"@es-GO . + "patente"@es-GO . + "credencial expedida"@es-GO . + "notas \u00C1rea agr\u00EDcolas"@es-GO . + "Papel de Alcance"@es-GO . + "Informaci\u00F3n Directiva Entidad"@es-GO . + "relacionados"@es-GO . + "individual"@es-GO . + "tiene fecha de conteo mundial"@es-GO . + "borrador"@es-GO . + "ni\u00F1o"@es-GO . + "codeAGROVOC"@es-GO . + "asigna"@es-GO . + "base de datos"@es-GO . + "Zero -Dimensional Regi\u00F3n Temporal"@es-GO . + "presentado en"@es-GO . + "tiene valor de conteo mundial"@es-GO . + "Grado Tesis"@es-GO . + "Fase 1 Clinical Trial"@es-GO . + "fuente"@es-GO . + "Medici\u00F3n de la frecuencia Datum"@es-GO . + "relacionados"@es-GO . + "nationalityZH"@es-GO . + "F1000 Enlace"@es-GO . + "director"@es-GO . + "Junta de Revisi\u00F3n Institucional ( IRB ) n\u00FAmero"@es-GO . + "menciones"@es-GO . + "distribuye la financiaci\u00F3n de"@es-GO . + "Tipo de tel\u00E9fono"@es-GO . + "nameShortRU"@es-GO . + "t\u00E9cnica"@es-GO . + "t\u00E9rminos fusionaron"@es-GO . + "Proceso Educativo"@es-GO . + "\u00E1reas de investigaci\u00F3n"@es-GO . + "geogr\u00E1fico"@es-GO . + "audici\u00F3n"@es-GO . + "Junta Americana de Medicina F\u00EDsica y Rehabilitaci\u00F3n"@es-GO . + "compa\u00F1ero de trabajo"@es-GO . + "Secci\u00F3n libro"@es-GO . + "abstracto"@es-GO . + "Workshop Series"@es-GO . + "distribuidor"@es-GO . + "logra objetivo planteado"@es-GO . + "entidad"@es-GO . + "Servicio de Almacenamiento de Datos"@es-GO . + "ID premio local"@es-GO . + "utiliza"@es-GO . + "editor"@es-GO . + "Fax"@es-GO . + "uncurated"@es-GO . + "in\u00E9dito"@es-GO . + "credencial"@es-GO . + "concepto para"@es-GO . + "Servicio de An\u00E1lisis de Materiales"@es-GO . + "rendimiento"@es-GO . + "estudiante"@es-GO . + "clase definida"@es-GO . + "organizaci\u00F3n sucesora"@es-GO . + "GDPYear"@es-GO . + "Scopus ID"@es-GO . + "lugar de publicaci\u00F3n"@es-GO . + "est\u00E1 codificado en"@es-GO . + "Papel miembro"@es-GO . + "v\u00E1lida en"@es-GO . + "Funci\u00F3n de reglamentaci\u00F3n"@es-GO . + "EE.UU. Resident Papel"@es-GO . + "tiene enlace calendario"@es-GO . + "sufijo de nombre honor\u00EDfico"@es-GO . + "p\u00E1gina de inicio"@es-GO . + "foto"@es-GO . + "nutrido calendario"@es-GO . + "c\u00E9lula"@es-GO . + "tiene frecuencia de citaci\u00F3n mundial"@es-GO . + "URI de espacio preferente"@es-GO . + "Posici\u00F3n no acad\u00E9mico"@es-GO . + "Educador Rol"@es-GO . + "nameShortZH"@es-GO . + "No Facultad Acad\u00E9mica"@es-GO . + "Junta Americana de Cirug\u00EDa Tor\u00E1cica"@es-GO . + "parte de"@es-GO . + "breve"@es-GO . + "tiene ubicaci\u00F3n geogr\u00E1fica"@es-GO . + "Relaci\u00F3n Asesoramiento Postdoc o compa\u00F1ero"@es-GO . + "regi\u00F3n temporal"@es-GO . + "Otorgar"@es-GO . + "nameCurrencyEN"@es-GO . + "estudiante licenciado"@es-GO . + "v\u00EDdeo"@es-GO . + "especifica el uso de"@es-GO . + "citar"@es-GO . + "organizaci\u00F3n"@es-GO . + "conferencia"@es-GO . + "Servicio modificaci\u00F3n material"@es-GO . + "taller"@es-GO . + "fecha de nacimiento"@es-GO . + "coden"@es-GO . + "localidad"@es-GO . + "t\u00E9rmino m\u00E1s amplio"@es-GO . + "tiene apellido"@es-GO . + "informaci\u00F3n adicional"@es-GO . + "valor del a\u00F1o - mes - d\u00EDa - hora"@es-GO . + "VIVO Core"@es-GO . + "contenida en"@es-GO . + "Gesti\u00F3n de Riesgos"@es-GO . + "procedimientos de"@es-GO . + "fecha de la publicaci\u00F3n"@es-GO . + "Unidad de medida Label"@es-GO . + "C\u00F3digo de clase / subclase Clasificaci\u00F3n EE.UU. publicada ( CCL )"@es-GO . + "tel\u00E9fono"@es-GO . + "Empresa privada"@es-GO . + "me"@es-GO . + "buscapersonas"@es-GO . + "nationalityIT"@es-GO . + "Licencias"@es-GO . + "apoya"@es-GO . + "Estado o Provincia"@es-GO . + "cesionario de"@es-GO . + "c\u00F3digo postal"@es-GO . + "Descripci\u00F3n corta"@es-GO . + "nameListES"@es-GO . + "superficie total"@es-GO . + "agente"@es-GO . + "elegible para"@es-GO . + "Denotator Tipo"@es-GO . + "tiene miembros"@es-GO . + "contexto para"@es-GO . + "Calendario Enlace"@es-GO . + "Oportunidad de Investigaci\u00F3n"@es-GO . + "peri\u00F3dico"@es-GO . + "posici\u00F3n"@es-GO . + "revisi\u00F3n"@es-GO . + "tiene el n\u00FAmero de inventario"@es-GO . + "Premio de Honor o recibo"@es-GO . + "Bibontology"@es-GO . + "nameCurrencyAR"@es-GO . + "Medida Experiencia"@es-GO . + "Fase 1"@es-GO . + "Papel Editor"@es-GO . + "es la medici\u00F3n de la calidad"@es-GO . + "PIB"@es-GO . + "Rol del Personal"@es-GO . + "Junta Americana de Oftalmolog\u00EDa"@es-GO . + "carta"@es-GO . + "decisi\u00F3n judicial posterior"@es-GO . + "fabricante"@es-GO . + "relaciona"@es-GO . + "traducci\u00F3n"@es-GO . + "tiene latitud m\u00EDnima"@es-GO . + "organizaci\u00F3n predecesora"@es-GO . + "organizativo"@es-GO . + "No aut\u00F3nomo"@es-GO . + "Gu\u00EDa cl\u00EDnica"@es-GO . + "nameShortIT"@es-GO . + "tiene mensajes"@es-GO . + "Nombre del formato"@es-GO . + "Continuant Espec\u00EDficamente Dependiente"@es-GO . + "\u00BFEsta persona es el autor correspondiente ?"@es-GO . + "tiene nombre"@es-GO . + "n\u00FAmero de modelo"@es-GO . + "Proceso de Planificaci\u00F3n"@es-GO . + "designa las"@es-GO . + "Tipo de las relaciones"@es-GO . + "tiene zona horaria"@es-GO . + "direccionamiento"@es-GO . + "colaborador"@es-GO . + "t\u00E9rmino importado"@es-GO . + "Grupo Especial"@es-GO . + "clasificar"@es-GO . + "presentaci\u00F3n"@es-GO . + "contacto"@es-GO . + "codeDBPediaID"@es-GO . + "n\u00FAmero de p\u00E1ginas"@es-GO . + "Organizaci\u00F3n Financiadora"@es-GO . + "Unidad de Cambio"@es-GO . + "populationYear"@es-GO . + "continuant"@es-GO . + "Servicio de Mantenimiento"@es-GO . + "biblioteca"@es-GO . + "territorio"@es-GO . + "extracto"@es-GO . + "en espera de veto definitivo"@es-GO . + "padre"@es-GO . + "apoyada por"@es-GO . + "Servicio de Producci\u00F3n de Materiales"@es-GO . + "Expresi\u00F3n clase llamada"@es-GO . + "Propuesta de Investigaci\u00F3n"@es-GO . + "licencia"@es-GO . + "candidatura grado"@es-GO . + "cesionario"@es-GO . + "EE.UU. Rol Ciudadano"@es-GO . + "Ensayo Cl\u00EDnico Fase 2"@es-GO . + "Library of Congress Control Number ( LCCN )"@es-GO . + "de eRA Commons ID"@es-GO . + "Oficina de Transferencia de Tecnolog\u00EDa"@es-GO . + "secci\u00F3n"@es-GO . + "relacionados"@es-GO . + "nameShortAR"@es-GO . + "v\u00EDdeo"@es-GO . + "Nombre de la organizaci\u00F3n"@es-GO . + "suministrados por"@es-GO . + "tiene clave"@es-GO . + "Nombre de unidad organizativa"@es-GO . + "experiencia"@es-GO . + "importe total de la adjudicaci\u00F3n"@es-GO . + "apodo"@es-GO . + "Proyecto de Investigaci\u00F3n"@es-GO . + "base de datos"@es-GO . + "gtin14"@es-GO . + "Dataset"@es-GO . + "Junta Americana de Urolog\u00EDa"@es-GO . + "tiene parte"@es-GO . + "Ontolog\u00EDa geopol\u00EDtica"@es-GO . + "Documento Audiovisual"@es-GO . + "contrato"@es-GO . + "Premio patrocinado por"@es-GO . + "colecci\u00F3n"@es-GO . + "\u00E1rea de investigaci\u00F3n de"@es-GO . + "fecha / hora"@es-GO . + "requiere discusi\u00F3n"@es-GO . + "Regi\u00F3n Transnacional"@es-GO . + "art\u00EDculo Editorial"@es-GO . + "nameOfficialES"@es-GO . + "contiene"@es-GO . + "Funci\u00F3n de administrador"@es-GO . + "libro"@es-GO . + "mensajer\u00EDa"@es-GO . + "Fase 3 Ensayo Cl\u00EDnico"@es-GO . + "iniciar"@es-GO . + "tiene la fase"@es-GO . + "Pruebas Entidad"@es-GO . + "prefijo de nombre"@es-GO . + "traductor de"@es-GO . + "tiene c\u00F3digo"@es-GO . + "Rol del estudiante"@es-GO . + "Junta Americana de Medicina Familiar"@es-GO . + "Calendario Ocupado"@es-GO . + "orden de visualizaci\u00F3n preferida"@es-GO . + "logo"@es-GO . + "enlace al calendario"@es-GO . + "evento"@es-GO . + "errata"@es-GO . + "escuela"@es-GO . + "tiene informaci\u00F3n de contacto"@es-GO . + "UPC"@es-GO . + "esp\u00E9cimen biol\u00F3gico"@es-GO . + "imagen"@es-GO . + "International Standard Book Number (ISBN ) 13"@es-GO . + "Otorgamiento de licencias"@es-GO . + "financiaci\u00F3n proporcionada a trav\u00E9s de"@es-GO . + "vigente desde"@es-GO . + "caracter\u00EDsticas"@es-GO . + "tiene contexto"@es-GO . + "proceso"@es-GO . + "proceso"@es-GO . + "deriva de"@es-GO . + "tiene solicitud de calendario"@es-GO . + "nameCurrencyRU"@es-GO . + "tiene restricci\u00F3n"@es-GO . + "tiene un valor"@es-GO . + "La presentaci\u00F3n de Proceso"@es-GO . + "tiene nombre de formato"@es-GO . + "Posici\u00F3n primaria"@es-GO . + "No Facultad Posici\u00F3n Acad\u00E9mica"@es-GO . + "charla Invitada"@es-GO . + "tiene una lengua materna"@es-GO . + "logo"@es-GO . + "la autoridad gobernante"@es-GO . + "Fase 2"@es-GO . + "tiene nombre de la organizaci\u00F3n"@es-GO . + "primer nombre"@es-GO . + "situado en"@es-GO . + "identificador"@es-GO . + "estudiantes de Pregrado"@es-GO . + "exhibir"@es-GO . + "grupo"@es-GO . + "Junta Americana de Cirug\u00EDa Ortop\u00E9dica"@es-GO . + "Curaci\u00F3n Especificaciones Estado"@es-GO . + "proyecto de ley"@es-GO . + "Revisi\u00F3n"@es-GO . + "Papel cl\u00EDnica"@es-GO . + "visi\u00F3n general de divulgaci\u00F3n"@es-GO . + "organizaci\u00F3n"@es-GO . + "valor del a\u00F1o - mes - d\u00EDa"@es-GO . + "codeCurrency"@es-GO . + "notas \u00C1rea de la tierra"@es-GO . + "reportero de la corte"@es-GO . + "editor"@es-GO . + "expediente"@es-GO . + "Reuni\u00F3n"@es-GO . + "amigo"@es-GO . + "tiene funci\u00F3n"@es-GO . + "miembro"@es-GO . + "clave"@es-GO . + "presentado en"@es-GO . + "tiene grano"@es-GO . + "Ubicaci\u00F3n geogr\u00E1fica"@es-GO . + "facilidad"@es-GO . + "superficie"@es-GO . + "v\u00E1lido hasta"@es-GO . + "nameCurrencyFR"@es-GO . + "codeGAUL"@es-GO . + "Servicio proporcionado por"@es-GO . + "unidad de poblaci\u00F3n"@es-GO . + "Departamento Acad\u00E9mico"@es-GO . + "nombre de la organizaci\u00F3n"@es-GO . + "Certificaci\u00F3n"@es-GO . + "Global Conde cita"@es-GO . + "Faculty Position"@es-GO . + "Conclusi\u00F3n Pruebas Entidad"@es-GO . + "divisi\u00F3n plazo"@es-GO . + "Papel del profesor"@es-GO . + "contacto"@es-GO . + "Organizador Papel"@es-GO . + "contribuye a"@es-GO . + "codeISO2"@es-GO . + "tiene tipo de entrada"@es-GO . + "organizaci\u00F3n"@es-GO . + "Junta Americana de Cirug\u00EDa Pl\u00E1stica"@es-GO . + "ninguno"@es-GO . + "Anota"@es-GO . + "ocurrente"@es-GO . + "Servicio de mantenimiento de material"@es-GO . + "programa"@es-GO . + "entrevistador"@es-GO . + "hoja informativa"@es-GO . + "tiene experiencia"@es-GO . + "enfoque geogr\u00E1fico de"@es-GO . + "realiza"@es-GO . + "Muse"@es-GO . + "notas de poblaci\u00F3n"@es-GO . + "sufijo de nombre"@es-GO . + "volumen"@es-GO . + "VCard"@es-GO . + "Texto Phone"@es-GO . + "Ciudadano no estadounidense"@es-GO . + "se da cuenta de protocolo"@es-GO . + "Junta Americana de Alergia e Inmunolog\u00EDa"@es-GO . + "tiene origen conteo mundial"@es-GO . + "visi\u00F3n de conjunto"@es-GO . + "codeFAOTERM"@es-GO . + "PIB a precios corrientes"@es-GO . + "nameOfficialRU"@es-GO . + "continente"@es-GO . + "Estudio humano"@es-GO . + "especialidad"@es-GO . + "miembro de la Facultad"@es-GO . + "nameListEN"@es-GO . + "Online Computer Library Center ( OCLC ) n\u00FAmero"@es-GO . + "est\u00E1ndar"@es-GO . + "Asesor de Papel"@es-GO . + "Organizaci\u00F3n de Investigaci\u00F3n"@es-GO . + "valor del a\u00F1o - mes"@es-GO . + "femenino"@es-GO . + "Regi\u00F3n Transnacional"@es-GO . + "condado"@es-GO . + "c\u00F3digo"@es-GO . + "asociaci\u00F3n"@es-GO . + "tipo"@es-GO . + "t\u00EDtulo"@es-GO . + "nombre"@es-GO . + "especie como"@es-GO . + "tiene moneda"@es-GO . + "ha especificado salida"@es-GO . + "Especificaci\u00F3n Objetivo"@es-GO . + "Posici\u00F3n Postdoctoral"@es-GO . + "tel\u00E9fono"@es-GO . + "funci\u00F3n"@es-GO . + "nameListZH"@es-GO . + "explicativo"@es-GO . + "c\u00F3digo"@es-GO . + "Co- Investigador Principal Rol"@es-GO . + "Pregrado Rol Estudiante"@es-GO . + "colegio"@es-GO . + "Junta Americana de Medicina Interna"@es-GO . + "Estado del documento"@es-GO . + "utilizado para estudiar"@es-GO . + "OBO Foundry"@es-GO . + "estado"@es-GO . + "informaci\u00F3n de contacto para"@es-GO . + "clave"@es-GO . + "palabras clave"@es-GO . + "nameOfficialZH"@es-GO . + "idioma"@es-GO . + "tiene nombre de la unidad organizativa"@es-GO . + "Asistir Proceso"@es-GO . + "nationalityES"@es-GO . + "de salida de"@es-GO . + "entrevistado"@es-GO . + "rechazado"@es-GO . + "Informe"@es-GO . + "Laboratorio Core"@es-GO . + "universal"@es-GO . + "certificado"@es-GO . + "disposici\u00F3n"@es-GO . + "URI"@es-GO . + "tiene restricci\u00F3n geogr\u00E1fica"@es-GO . + "propiedad en desuso"@es-GO . + "final"@es-GO . + "divisi\u00F3n"@es-GO . + "es fabricado por"@es-GO . + "participa en"@es-GO . + "proceso"@es-GO . + "nameCurrencyZH"@es-GO . + "La organizaci\u00F3n de procesos"@es-GO . + "Fase 3"@es-GO . + "agente"@es-GO . + "revocada por"@es-GO . + "Clasificaci\u00F3n Internacional ( ICL ) c\u00F3digo"@es-GO . + "Tema Proceso de medida de peso"@es-GO . + "Entidad material"@es-GO . + "Junta Americana de Otorrinolaringolog\u00EDa"@es-GO . + "n\u00FAmero de licencia"@es-GO . + "\u00E1rea agr\u00EDcola"@es-GO . + "proporciona fondos a trav\u00E9s"@es-GO . + "Post- Bachillerato Trainee"@es-GO . + "utilizado por"@es-GO . + "mensaje instant\u00E1neo"@es-GO . + "Agencia Gubernamental"@es-GO . + "art\u00EDculo Acad\u00E9mico"@es-GO . + "concepto"@es-GO . + "tiene agente de contacto"@es-GO . + "metadatos completos"@es-GO . + "se mide como la calidad"@es-GO . + "mapa"@es-GO . + "estatuto"@es-GO . + "notas del PIB"@es-GO . + "Identificador de Objeto Digital ( DOI)"@es-GO . + "proyecto de investigaci\u00F3n relacionado con"@es-GO . + "Servicio de acceso"@es-GO . + "tiene t\u00EDtulo"@es-GO . + "cap\u00EDtulo"@es-GO . + "nameShortES"@es-GO . + "unidad de PIB"@es-GO . + "fecha"@es-GO . + "poblaci\u00F3n"@es-GO . + "tiene tel\u00E9fono"@es-GO . + "tiene la m\u00E1xima longitud"@es-GO . + "decisi\u00F3n"@es-GO . + "cita"@es-GO . + "No docente"@es-GO . + "nombre adicional"@es-GO . + "documento legal"@es-GO . + "tiene instalaciones"@es-GO . + "tiene tipo de salida"@es-GO . + "cuesti\u00F3n"@es-GO . + "codeISO3"@es-GO . + "profesor Em\u00E9rito"@es-GO . + "Junta Americana de Medicina Preventiva"@es-GO . + "Periodo acad\u00E9mico"@es-GO . + "se define por"@es-GO . + "Los datos acerca de una parte de Ontolog\u00EDa"@es-GO . + "novio"@es-GO . + "Documento de Comunicaci\u00F3n Personal"@es-GO . + "tiene la longitud m\u00EDnima"@es-GO . + "deslizar"@es-GO . + "apodo"@es-GO . + "laboratorio"@es-GO . + "continuant Independiente"@es-GO . + "Puesto de trabajo HR"@es-GO . + "Fecha / hora de intervalo"@es-GO . + "tiene fabricante"@es-GO . + "centro"@es-GO . + "nameOfficialIT"@es-GO . + "que ser sustituido por t\u00E9rmino ontolog\u00EDa externa"@es-GO . + "produce"@es-GO . + "se lleva a cabo por"@es-GO . + "P\u00E1gina Web"@es-GO . + "nameOfficialEN"@es-GO . + "es el sucesor de"@es-GO . + "cr\u00E9ditos"@es-GO . + "entrada se ha especificado"@es-GO . + "sitio"@es-GO . + "Junta Americana de Anestesiolog\u00EDa"@es-GO . + "utiliza software"@es-GO . + "Papel Residente Permanente"@es-GO . + "Fecha / Hora Valor"@es-GO . + "apodo (en desuso )"@es-GO . + "Relaci\u00F3n Asesoramiento Pregrado"@es-GO . + "nameCurrencyIT"@es-GO . + "Ensayos Cl\u00EDnicos"@es-GO . + "presentado"@es-GO . + "Datum Medici\u00F3n"@es-GO . + "documento de Audio"@es-GO . + "nota"@es-GO . + "Fase 0 de Ensayos Cl\u00EDnicos"@es-GO . + "otro"@es-GO . + "adyacente a"@es-GO . + "casa"@es-GO . + "publicaciones apoyo"@es-GO . + "tiene frontera con"@es-GO . + "Regi\u00F3n Econ\u00F3mica"@es-GO . + "Investigador Rol"@es-GO . + "tiene foto"@es-GO . + "URL"@es-GO . + "bibliotecario"@es-GO . + "nameListAR"@es-GO . + "comentario"@es-GO . + "es en el grupo"@es-GO . + "es la plantilla"@es-GO . + "precisi\u00F3n de la fecha / hora"@es-GO . + "ubicaci\u00F3n"@es-GO . + "Asesoramiento Relaci\u00F3n"@es-GO . + "Consejo Americano de Gen\u00E9tica M\u00E9dica"@es-GO . + "Graduate Student Papel"@es-GO . + "fecha de expiraci\u00F3n"@es-GO . + "n\u00FAmero"@es-GO . + "Organizaci\u00F3n cl\u00EDnica"@es-GO . + "identificador del informe"@es-GO . + "nameOfficialAR"@es-GO . + "Unidad de Extensi\u00F3n"@es-GO . + "cuenta de correo electr\u00F3nico"@es-GO . + "Serie de Seminarios"@es-GO . + "Informaci\u00F3n de la Entidad contenido"@es-GO . + "Investigaci\u00F3n Electr\u00F3nica Datacapture"@es-GO . + "Autoridad Gobernante"@es-GO . + "Estudio Individual Grupo"@es-GO . + "revista"@es-GO . + "nombre de la unidad organizativa"@es-GO . + "revisado en"@es-GO . + "aceptado"@es-GO . diff --git a/languages/example/templates/freemarker/aboutMapOfScience_es.ftl b/languages/es_GO/templates/freemarker/aboutMapOfScience_es_GO.ftl similarity index 100% rename from languages/example/templates/freemarker/aboutMapOfScience_es.ftl rename to languages/es_GO/templates/freemarker/aboutMapOfScience_es_GO.ftl diff --git a/languages/example/templates/freemarker/aboutQrCodes_es.ftl b/languages/es_GO/templates/freemarker/aboutQrCodes_es_GO.ftl similarity index 100% rename from languages/example/templates/freemarker/aboutQrCodes_es.ftl rename to languages/es_GO/templates/freemarker/aboutQrCodes_es_GO.ftl diff --git a/languages/example/templates/freemarker/mapOfScienceTooltips_es.ftl b/languages/es_GO/templates/freemarker/mapOfScienceTooltips_es_GO.ftl similarity index 100% rename from languages/example/templates/freemarker/mapOfScienceTooltips_es.ftl rename to languages/es_GO/templates/freemarker/mapOfScienceTooltips_es_GO.ftl diff --git a/languages/example/themes/wilma/i18n/all_es.properties b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties similarity index 100% rename from languages/example/themes/wilma/i18n/all_es.properties rename to languages/es_GO/themes/wilma/i18n/all_es_GO.properties diff --git a/languages/es_GO/themes/wilma/i18n/images/select_locale_es_GO.png b/languages/es_GO/themes/wilma/i18n/images/select_locale_es_GO.png new file mode 100644 index 0000000000000000000000000000000000000000..d012a37861a77adecd33d5887b67fe063a30c7a2 GIT binary patch literal 6134 zcmeHKc{G&!|9=WuvV|MTI@Yp`B|?L2A;y+0WgBBglVv6|%phdBObf}Da3#A?Boc*e zGg*`DF)_(lhb*Inue$epyXXA=y6619|Mi^nd7jVnUS6-~{W|Z@Iq&DXjg=`EhcE{K z09@u~#&&y8mAxgwwtw$FR^w{{032B;BO@F0y%m5)qI?kmK*&l>W3@jwayYj4|#4sj8swP5qUFBvv-9ooVwmxQ8YXTob5^T~rI)Ox4GA~PLy(%a#_ed@28XM;H zVR)B$3dLF{}Qqhp+;S21n-`I0twd<1mt-qwcK=0a!vA+kALDYIRfNB z5^FayI43#fK$iTHETAm)7Iv%)q~!|MMLm;Wcp(A93J}!dq|O4@-bJ?_x%ZyAHExZy z`O|*4Bmhw3f_eLc;^Hv!&Fv^uDU!h7{PoK2RPr)9`wE{mx12#U_GK3b{Z5Lq<#gG$ z{%vZ6g3@`&?$OI+P*G9Lrer-R0O{GGJSyXS@iw*L;)CyVM6w6*!yzraiYwKRl6&EtzU8nc82&F0b6A>AD z4-x(lziikYnWV!~Vj=Ug_2vs{?Qd(phpY1$g-PFf0VI8s2G``f-|3BtxSZ2^PMSL{ zi^-i=cID$0h_v@X$ThiTQ?UaT#$wne=0i;fnUTv?YDi&>yNrv%*|TO{9<`un*U()a z2Wt!4IW4dU6;!ZApLU)w7)UyYF$vtdad`iSb1}@-f}R`VKye*25Y}R7DJKGaIRjWt zW7~4Oo(qM1Vv2t6fI7`|mVER9%UUG6-F+ntvtqudJ1<~pAmFsGR^m|pzC%t-0Zqt6 zR*uuE!%Q6pGFr@YuMS~2pGNn8fYdTSip>1LO<;>{k|(gVzcN)}G2rFSJ#BBsZWo7> zkRtPW8uld0edJ*=vb9l60oWx}Q<(gI=g8qJ7I_#Yoa6o=`Asm5;~mdj-F-E%46EhR<8hCsHyJG}5cad!NDGJ- zM5-C6+Ab9X_9u>u$r$>bp3XaKJ5Y?YmwPA}cu*rIB>wBI_S}+72S%9}i5muS51!Ko zXk0WyoOYeqc_ZTt7c+~i~l&FlWELXB#@-#Wt3m?GgY&l`@ND6<4 zo=iC>FW|~?lMnhjXCdc=jj~O)jh?w}fn~w49i$}Q?l(I>J0?4HKKompw~yW`&KBg|OE@_ckoye64O;$?rOL+;}GUS#kQkXeLO72WO zC5<=mkGYY1*>=3dWzOL;*E%RLCAMI;Z}_R#g?)=`<+nAJ!E$INapn6m?vfE_!ifpF z^KVDi>_ZN13vDZJ-;8<~Rl46DR&Q9l2pK*kj$doQRoGR5Uv^tM>u(qR=hg)sS7-dg(m?2VBLxiZp$A$HTJ>!qZ>%|{~ z>UOJiD`hBU+^!~Guq-E(k6#$SKpmYMwRnnsn)y_m#*0hWxvmo$7!oKOxQ>&;J)5nW zZ+LU=9ef@!uQ99pwun|wdp!7fu+i_DhKF#zkcdhxitXsAkgTwS(1c1=clgmfl#4Tp=bG z@{>wBP~>})BJRugZ=9wZfvP9L+l*#;kYl3g!cD_buX6h=iZ$p-iYX5#P|clyM1 zB-SyYC}-Nd|2o= za=2vpbh!04*S5*d9~K{E8Z3g8f}h%Zmw2E;0X7fT1rCBpv0$yvvOTY+yh<^M=3HTd zvBIF)G`tXIa5Bl}*_+%qaj>tjsfs1c>~i{Y?DA{2+r%W|1G6gf`kkTNl)R)|o!l#Z zlYP~F{GE`yi_V(DaQ2l>Zlu2+x+YiD~psFmr%#Nqbg$60`thBqid z^qIbY)_l)+XILA2C1|yM)9M@F&MKj3Gig(h-HN@Qubt18&w}4w?zvp5+)L<&`6J70 zOLnsoi+fh_W`5=^MQw$D2$0$Bm~~6vIUvgC1cljGV~k2g9q7)w%AffM3XNtv`%kG| zA}a_Vz5g9jRH7o7Xz zm0!Zx@d)GH^ffposC03wCZcy{+FeNnEU&bAfvoi6YjT@4LLW*eQu-XdF5)VLE-K15 z)b}I2!>;?92fZdglBpjJQV*J;?^JkCXDbv87Nmw=4{ZyL>-g5Gvw@;3Ofae;mEWv> zzi84Kp1M88uon9uDx^i$8FneT;B50{dM5uq{d}-v_4#>+yJF2^9gwv$*%yTj!B1eW z>W*rbYRVjQpwarPbzQC?F0Q?^XadC~*P<3MU6YxnkObU`%oC2)Z!U5qMCDE8fg|F# z*Oycq;p3!xq)cmC)-dI)UpG2>bg(A=nOqG|pmE^Z{WaZ@@!8>#kd8I`aa4T&Z{8n! z1^$r9?$$jOro8pu_-@7g`j?nhsd0sRaW~=%Oubxj5j~gE)_M1ZvMVicQ5Qcl`*~J@ z+tJDm;pW$f3@u-*>s}wE_=fu|RxSF}!|-|3!tL&!owmKRp_oW`gg&6bX~LsBs(d%(b*PE`(iTCSSK|e*UEH>mQDs>;hkrj~P0Op_o(GIIlFUxtZ9hTNaS$XdQQMd?X zI04M){nxH9K-JaRn%^k{`|r>nC;}Iq%?I^U#n1@t8I#MVXOiE}&N9eZM0Mc9*oU<> z`>nOLXBYB^Spi&FR%W%gG*$>0^u!iIoqAtdf6!m&SvA^-`D3VR3INzYq3oS-PEbo7 zINDDc=7sh|C=>iJdvh!RK=cV17~BVelkh}%qx^M2^!i4S1j z5=Q6%goK8&sWB(FkPZscZ4_H-M1^hSmUMl3fRmTQJK=?Wtqx=y5*gXzCb*+<-AMyXk^ONx( zna)2m)ikvJnfVXTUzrf__X7S=(4T7ku3_KXuJ3=f`B~EcieV4;7sZRR8|x%-CQi6> zXe15~3qSy-0Wi!Z6x;~yAA|_NAp#`i&HZr*-(&c=uSWo2|Ax7-fjuG1v$m}%Ff)>g zxTJ#d1Q7*9`W(2VhWrm5IZ$!pDDODJgJjHmOe?os_{_$5vt1rHh$i9j(O{Dyq@{8w zLu~XR?BlQ$NOw*GB+{x{E3yU?CXrAJr`J$Atg=yNuMR;60M~$r(2Pm?#hwWIa3pOv zl-rV7V0SBxI-}5l2D4D~?nE$*ceWHB+ke-jjW=4NlKG@}y*>b+ct+VEqp|itt=| zdgp^z&8Wk(Im6fM&)>-Iq71HYY4H3Z!kn`8*|H4T2O`zP74@0`N;_MJJr9#8co7Er z;(+4FI<4ji)R5MDG@%haa*fTINo9Ni!dK+HbM>#0Uhj?u(X==;2s@GUN@8dF5(!50Rox>%_u_29pmASTBtS6efMQP}Ob6 z+E*`3Tch3Z&1{lu%mzHHVWG!9js;rE(gy~Oo;TU^s1vt`e6rz1Vb4TfPh6D_9jjcJ zx!py(8~aeOTk!SOR1Nsdj5kNcY0n6T6XHw5b=~_U*N<1VE@ zY!nG~;phqa(0ksKk<^>iHYw5ar21F7r0^Gfg$>aag16{e;V%U4Jqb^8nSgIU@j1Ft z5D_f?ecA6Q-5yZiTVfF~ThTtm+k&|sfa)^Fld{7$*ltei$s zGTh3Owno&SZC_P7JyXY-azlK4(CyjdvcR^548(kbWFcU^JOh%@nj^yleF?K zL6n$1g7x^(r}o|ap$RQL(NEY<&E-gb$}t$iisHEI+B)!=sjS4MiqHRT=c5$=E85?G cdv-Tqa6D#9Kh8|J>0SvZ^ZvX%Q literal 0 HcmV?d00001 diff --git a/languages/example/themes/wilma/i18n/images/select_locale_es_ES.GIF b/languages/example/themes/wilma/i18n/images/select_locale_es_ES.GIF deleted file mode 100644 index 65ccaf74acb95175ba1277a3c387da0ee818e543..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1186 zcmeH`-)|IE9K~nb+J3w0dfi622-*%(>}pLqm|{mrQzo{Q0ZG}G2RAiZMiS#RW`fbI%OByJC!c&C z&%;U1#!WpP>QI{`OOd3MD~X^ia9N2u1+XlBY+*Y_{@I3GgFsd+uSs=3jm=Da$ zGf!r&#$3!CpE(w@HD+a*2`n$OJg}V43}Cv-05d>LssNN|G}Nh$X+A}Bh#DTvAesT1 zMpR8vBvXVbAVM?}%EZqSCqryZEJQ3Ic|>xE7+I1Aq65)%q5)Agq5@GM4E4}~&_tnz zL#<*6YzQm}R3%VRphBR4?`M1id>uRuJ8s@_b9NqEx?!bKrfKFBHIve$|MMR#(0Zry z&KD#oOH1ol^cFw;`T#T}ho3xo;?fv;M0Yxr_b#dfYhJlJcdk%6+*lf%+U-tV{-CA* z)Zp~{^S#H~jQR7|ci$f#@5p_>clwJ*znOgMt$266z4&cm-BNi&?8NjBC;JNe$B!K~ zyOvbJ%h%@p(+g)`yb%9#vb{AHtGWUkvNNwPoSP_4`faN=J@~}Nwe}l7FFA9yxcvOZ zH>>Ls9|n6b{ndTt=-g!OGd~uG3ZvCyoy(GsufF@(+(Rh+oB7<1#o5}<zwyrlr9+Lc$J_NOqbIR^m3?97 z&Gu3v(f3u`SlTXa9$$Uge{JWj?FUBcw$4_stSQ9~-uuTwPW)6gaaT*<`XhBsFYMZP zu;%v7nP2wo$4RrU*%=8Nn(U$8W%Zx+iPC% Date: Fri, 15 Nov 2013 16:28:24 -0500 Subject: [PATCH 08/46] updating department display on home page to not repeat index and removing some spaces in the research category uri checks --- productMods/js/homePageUtils.js | 22 +++++++++++++++---- .../freemarker/lib/lib-home-page.ftl | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/productMods/js/homePageUtils.js b/productMods/js/homePageUtils.js index 1be45d5b..1341292b 100644 --- a/productMods/js/homePageUtils.js +++ b/productMods/js/homePageUtils.js @@ -123,11 +123,25 @@ $(document).ready(function(){ + i18nStrings.noDepartmentsFound + "

"; } else if ( deptNbr > 6 ) { - for ( var i=0;i<6;i++) { - html += "
  • " - + academicDepartments[index].name + "
  • "; + //if there are more than 6 departments, we want to choose a random subset and display + //and also to make sure the same department is not repeated twice + var indicesUsed = {};//utilizing a hash since easier + var indicesCount = 0; + while(indicesCount < 6) { index = Math.floor((Math.random()*deptNbr)+1)-1; + //if the index has already been used, this will be true + var indexFound = (index in indicesUsed); + //Check to see if this index hasn't already been employed + if(!indexFound) { + //if this index hasn't already been employed then utilize it + html += "
  • " + + academicDepartments[index].name + "
  • "; + //add this index to the set of already used indices + indicesUsed[index] = true; + //keep count + indicesCount++; + } } } else { diff --git a/productMods/templates/freemarker/lib/lib-home-page.ftl b/productMods/templates/freemarker/lib/lib-home-page.ftl index 7235a394..21596902 100644 --- a/productMods/templates/freemarker/lib/lib-home-page.ftl +++ b/productMods/templates/freemarker/lib/lib-home-page.ftl @@ -125,7 +125,7 @@ <#if (group.individualCount > 0) && group.displayName == "research" > <#assign foundClassGroup = true /> <#list group.classes as class> - <#if (class.individualCount > 0) && (class.uri?contains("Academic Article") || class.uri?contains("Book") || class.uri?contains("Chapter") ||class.uri?contains("Conference Paper") || class.uri?contains("Proceedings") || class.uri?contains("Report")) > + <#if (class.individualCount > 0) && (class.uri?contains("AcademicArticle") || class.uri?contains("Book") || class.uri?contains("Chapter") ||class.uri?contains("ConferencePaper") || class.uri?contains("Proceedings") || class.uri?contains("Report")) >
  • ${class.individualCount!}  From 64685d84b66f66696ce0407cf76db10e3d0ab6d0 Mon Sep 17 00:00:00 2001 From: j2blake Date: Sun, 17 Nov 2013 11:50:26 -0500 Subject: [PATCH 09/46] VIVO-541 First cut at the developer panel. --- config/example.runtime.properties | 33 +-------------- doc/install.html | 59 -------------------------- doc/upgrade-1.6.html | 69 +++++-------------------------- productMods/WEB-INF/web.xml | 9 ++++ themes/wilma/templates/menu.ftl | 2 + 5 files changed, 22 insertions(+), 150 deletions(-) diff --git a/config/example.runtime.properties b/config/example.runtime.properties index f6fce759..587ffb4c 100644 --- a/config/example.runtime.properties +++ b/config/example.runtime.properties @@ -196,41 +196,10 @@ RDFService.languageFilter = true # # http.createCacheHeaders = true -# -# For developers only: Setting this option to "true" slows down VIVO performance. -# -# Defeat the Freemarker template cache, so each template is read from disk -# on each request. This permits developers to immediately see the effect of -# changes to the template. The default is false, which means -# that a cached copy of each template will be used for 60 seconds before -# the disk is checked for a new version. -# -# developer.defeatFreemarkerCache = true - -# -# For developers only: Setting this option to "true" slows down VIVO performance. -# -# Defeat the cache of language-specific text strings, so the language file -# is read from disk on each request. This permits developers to immediately -# see the effect of changes to the text strings. The default is -# false, which means that the language file is read when -# VIVO starts up, or when a new theme is selected. -# -# developer.defeatI18nCache = true - -# -# For developers only: Setting this option to "true" slows down VIVO performance. -# -# Add starting and ending delimiters to each Freemarker template, so you can see -# which template were invoked by viewing the generated HTML. The default is -# false. -# -# developer.insertFreemarkerDelimiters = true - # # For OpenSocial integration # The base URL of the ORNG Shindig server. Usually, this is the same host and port -# number as VIVO iteself, with a context path of "shindigorng". +# number as VIVO itself, with a context path of "shindigorng". # #OpenSocial.shindigURL = http://localhost:8080/shindigorng diff --git a/doc/install.html b/doc/install.html index c30b768e..81f71145 100644 --- a/doc/install.html +++ b/doc/install.html @@ -863,65 +863,6 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com - - - For developers only. - Defeat the Freemarker template cache, so each template - is read from disk on each request. This permits developers to immediately - see the effect of changes to the template. The default is false, which - means that a cached copy of each template will be used for 60 seconds - before the disk is checked for a new version. -
    Setting this option to "true" slows down VIVO performance. - - - - - developer.defeatFreemarkerCache - - - false - - - - - - For developers only. - Defeat the cache of language-specific text strings, - so the language file is read from disk on each request. - This permits developers to immediately - see the effect of changes to the text strings. - The default is false, which means that the language file is - read when VIVO starts up, or when a new theme is selected. -
    Setting this option to "true" slows down VIVO performance. - - - - - developer.defeatI18nCache = true - - - false - - - - - - For developers only. - Add starting and ending delimiters to each Freemarker template, so you can see - which template were invoked by viewing the generated HTML. - The default is false. -
    Setting this option to "true" slows down VIVO performance. - - - - - developer.insertFreemarkerDelimiters = true - - - false - - - On the VIVO home page, display a global map highlighting the geographical focus diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html index 0cb35e51..349cb3a0 100644 --- a/doc/upgrade-1.6.html +++ b/doc/upgrade-1.6.html @@ -52,6 +52,7 @@
  • Support for additional languages
  • More compact responses to Linked data requests
  • Changes to default types for Google Refine
  • +
  • Special runtime settings for developers
  • Upgrade Instructions
  • @@ -423,6 +424,15 @@

    +
  • +

    Special runtime settings for developers

    +

    + This release includes several settings to help developers by instumenting the + freemarker templates and the SPARQL queries on the RDFService. Check the wiki for + details, or look in the home directory in example.developer.properties. +

    +
  • +
  • Supported Browsers

    @@ -613,65 +623,6 @@ - - - For developers only. - Defeat the Freemarker template cache, so each template - is read from disk on each request. This permits developers to immediately - see the effect of changes to the template. The default is false, which - means that a cached copy of each template will be used for 60 seconds - before the disk is checked for a new version. -
    Setting this option to "true" slows down VIVO performance. - - - - - developer.defeatFreemarkerCache - - - false - - - - - - For developers only. - Defeat the cache of language-specific text strings, - so the language file is read from disk on each request. - This permits developers to immediately - see the effect of changes to the text strings. - The default is false, which means that the language file is - read when VIVO starts up, or when a new theme is selected. -
    Setting this option to "true" slows down VIVO performance. - - - - - developer.defeatI18nCache - - - false - - - - - - For developers only. - Add starting and ending delimiters to each Freemarker template, so you can see - which template were invoked by viewing the generated HTML. - The default is false. -
    Setting this option to "true" slows down VIVO performance. - - - - - developer.insertFreemarkerDelimiters - - - false - - - On the VIVO home page, display a global map highlighting the geographical focus diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 8fc98681..c4877446 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -853,6 +853,15 @@ /searchHelp + + DeveloperAjax + edu.cornell.mannlib.vitro.webapp.utils.developer.DeveloperSettingsServlet + + + DeveloperAjax + /admin/developerAjax + + SearchController diff --git a/themes/wilma/templates/menu.ftl b/themes/wilma/templates/menu.ftl index 71da4e1f..a3476b82 100644 --- a/themes/wilma/templates/menu.ftl +++ b/themes/wilma/templates/menu.ftl @@ -2,6 +2,8 @@ +<#include "developer.ftl"> +