From 6e3648f8c84248eec7e2f29a9564a0465d28b9bb Mon Sep 17 00:00:00 2001 From: Jon Corson-Rikert Date: Mon, 9 Dec 2013 12:49:06 -0500 Subject: [PATCH 1/7] Added owl:inverse for geopolitical:hasMember, geopolitical:isPredecessorOf, bibo:CitedBy, bibo:reviewOf, bibo:translator, bibo:hasTranslation, vivo:hasAssociatedConcept, vivo:subcontractsGrant, vivo:hasPrerequisite, vivo:hasPublicationVenue, vivo:offeredBy, vivo:publisher, skos:broader as detailed on https://docs.google.com/spreadsheet/ccc?key=0AqosQY8NM9BGdGVub2lKcVdtOE85LW5oRWZOVjlfSFE&usp=sharing --- rdf/tbox/filegraph/object-properties.owl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/rdf/tbox/filegraph/object-properties.owl b/rdf/tbox/filegraph/object-properties.owl index fbd79d5b..d59bc291 100644 --- a/rdf/tbox/filegraph/object-properties.owl +++ b/rdf/tbox/filegraph/object-properties.owl @@ -79,6 +79,7 @@ + @@ -108,6 +109,7 @@ United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm http://unstats.un.org/unsd/methods/m49/m49chang.htm http://unstats.un.org/unsd/methods/m49/m49chgef.htm + @@ -1031,6 +1033,7 @@ there is a measurement process p that has specified output m, a measurement datu + @@ -1158,8 +1161,8 @@ there is a measurement process p that has specified output m, a measurement datu - The bibo:reviewOf public description was found here: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . As of 26 May 2010, bibo:reviewOf is used with the class Review, but core:reviewIn doesn't seem to be being used. + @@ -1196,7 +1199,7 @@ there is a measurement process p that has specified output m, a measurement datu - + @@ -1361,7 +1364,7 @@ there is a measurement process p that has specified output m, a measurement datu - + @@ -1370,9 +1373,9 @@ there is a measurement process p that has specified output m, a measurement datu - + @@ -1380,7 +1383,7 @@ there is a measurement process p that has specified output m, a measurement datu - + @@ -1398,8 +1401,8 @@ there is a measurement process p that has specified output m, a measurement datu - Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + @@ -1407,7 +1410,6 @@ there is a measurement process p that has specified output m, a measurement datu - @@ -1452,9 +1454,9 @@ there is a measurement process p that has specified output m, a measurement datu - Public Definition source (http://www.answers.com/topic/publisher). + @@ -1511,9 +1513,9 @@ there is a measurement process p that has specified output m, a measurement datu - + @@ -1522,7 +1524,6 @@ there is a measurement process p that has specified output m, a measurement datu - @@ -1608,8 +1609,8 @@ there is a measurement process p that has specified output m, a measurement datu - Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy . + @@ -1617,7 +1618,6 @@ there is a measurement process p that has specified output m, a measurement datu - Public description modified from the information on this page: http://www.w3.org/TR/2005/WD-swbp-skos-core-guide-20050510/#sechierarchy . From f8fe9f870a5cc4688cc033785e749be2da096253 Mon Sep 17 00:00:00 2001 From: tworrall Date: Mon, 9 Dec 2013 13:13:31 -0500 Subject: [PATCH 2/7] VIVO-629 added GlobalCitationCount to publications class group --- rdf/tbox/firsttime/initialTBoxAnnotations.n3 | 1 + 1 file changed, 1 insertion(+) diff --git a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 index 28aaa3ff..581c2e3e 100644 --- a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 +++ b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 @@ -2019,6 +2019,7 @@ vivo:Review "19"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; + vitro:inClassGroup ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot . From 0f4a763c1ad1578376dd10f1097943fac9ebd22f Mon Sep 17 00:00:00 2001 From: tworrall Date: Mon, 9 Dec 2013 13:53:11 -0500 Subject: [PATCH 3/7] VIVO-630 and VIVO-634: orcidId fixes --- productMods/config/listViewConfig-orcidId.xml | 2 +- .../generators/AddOrcidIdToPersonGenerator.java | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/productMods/config/listViewConfig-orcidId.xml b/productMods/config/listViewConfig-orcidId.xml index fe93bba2..6e25fc1b 100644 --- a/productMods/config/listViewConfig-orcidId.xml +++ b/productMods/config/listViewConfig-orcidId.xml @@ -11,7 +11,7 @@ SELECT ?value WHERE { ?subject ?property ?value - } LIMIT 1 + } diff --git a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddOrcidIdToPersonGenerator.java b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddOrcidIdToPersonGenerator.java index e5ae2c3d..ebe8c6fd 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddOrcidIdToPersonGenerator.java +++ b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddOrcidIdToPersonGenerator.java @@ -46,12 +46,9 @@ public class AddOrcidIdToPersonGenerator extends VivoBaseGenerator implements conf.setVarNameForObject("orcidId"); conf.setN3Required( Arrays.asList( n3ForOrcidId ) ); - - conf.addNewResource("orcidId", DEFAULT_NS_FOR_NEW_RESOURCE); - + conf.setUrisOnform(Arrays.asList("orcidId")); -// conf.addSparqlForAdditionalUrisInScope("orcidId", orcidIdQuery); conf.addSparqlForExistingUris("orcidId", orcidIdQuery); conf.addField( new FieldVTwo(). From 5b28d0658264f3c28958a55a43b374be59e9dabb Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 9 Dec 2013 16:52:10 -0500 Subject: [PATCH 4/7] VIVO-636 update the language files --- .../display/everytime/PropertyConfig_es_GO.n3 | 156 +- .../firsttime/initialTBoxAnnotations_es_GO.n3 | 1273 +++++------------ .../themes/wilma/i18n/all_es_GO.properties | 14 +- 3 files changed, 486 insertions(+), 957 deletions(-) diff --git a/languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 b/languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 index 7abe692b..77200334 100644 --- a/languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 +++ b/languages/es_GO/rdf/display/everytime/PropertyConfig_es_GO.n3 @@ -1,58 +1,104 @@ - "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 . + "direcci\u00F3n postal"@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 . + "fax"@es-GO . + "ubicado en las instalaciones"@es-GO . + "ubicaci\u00F3n de la instalaci\u00F3n"@es-GO . + "autores"@es-GO . + "premios y honores"@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-GO . - "administra la subvención"@es-GO . + "ubicaci\u00F3n del equipo o instrumento"@es-GO . + "incluye eventos"@es-GO . + "asesorados"@es-GO . + "ingresos"@es-GO . + "instalaciones para el servicio"@es-GO . + "premios y honores recibidos"@es-GO . + "otorgado por"@es-GO . + "direcci\u00F3n de correo electr\u00F3nico"@es-GO . + "colecci\u00F3n o grupo editorial series para"@es-GO . + "evento al que asistieron"@es-GO . + "tiene ubicaci\u00F3n geogr\u00E1fica"@es-GO . + "de salida de proceso o evento"@es-GO . + "administrado por"@es-GO . + "tiene sub subvenci\u00F3n"@es-GO . + "enfoque geogr\u00E1fico"@es-GO . + "habitaciones"@es-GO . + "Nivel de estudios"@es-GO . + "posiciones"@es-GO . + "nivel de estudios:"@es-GO . + "presentaciones"@es-GO . + "tiene suborganizaci\u00F3n"@es-GO . + "tiene \u00E1rea tem\u00E1tica"@es-GO . + "publicaciones de salida u otras obras"@es-GO . + "ubicaci\u00F3n geogr\u00E1fica"@es-GO . + "que tuvo lugar en las instalaciones"@es-GO . + "fax"@es-GO . + "premio conferido por"@es-GO . + "nombre completo"@es-GO . + "tiene parte"@es-GO . + "actividades de extensi\u00F3n y servicio a la comunidad"@es-GO . + "direcci\u00F3n postal"@es-GO . + "nivel de estudios:"@es-GO . + "parte de"@es-GO . + "investigador principal en"@es-GO . + "coordinador del evento"@es-GO . + "nivel de estudios:"@es-GO . + "instalaci\u00F3n de persona, grupo u organizaci\u00F3n"@es-GO . + "organizaci\u00F3n dentro de"@es-GO . + "otras actividades de investigaci\u00F3n"@es-GO . + "recolecci\u00F3n o editor de la serie de"@es-GO . + "cartas credenciales"@es-GO . + "p\u00E1gina web"@es-GO . + "actividades cl\u00EDnicas"@es-GO . + "actividades de extensi\u00F3n y servicio a la comunidad"@es-GO . + "tel\u00E9fono"@es-GO . + "premio o distinci\u00F3n que se otorga"@es-GO . + "publicaciones seleccionadas"@es-GO . + "t\u00EDtulo preferido"@es-GO . + "concesi\u00F3n de sub"@es-GO . + "co -investigador principal en"@es-GO . + "dentro del edificio"@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 + "ofrecido por"@es-GO . + "instalaci\u00F3n para el evento"@es-GO . + "tiene documento de pieza"@es-GO . + "aconsejado de"@es-GO . + "credencial de"@es-GO . + "publicaciones seleccionadas"@es-GO . + "actividades de servicios profesionales"@es-GO . + "celebrada en la ubicaci\u00F3n geogr\u00E1fica"@es-GO . + "presentaciones"@es-GO . + "alojada en instalaciones"@es-GO . + "concesi\u00F3n de premios"@es-GO . + "geogr\u00E1ficamente dentro de"@es-GO . + "fecha de publicaci\u00F3n"@es-GO . + "organizaci\u00F3n principal de"@es-GO . + "correos electr\u00F3nicos adicionales"@es-GO . + "tiene colaborador"@es-GO . + "organizador del evento"@es-GO . + "editor de"@es-GO . + "tiene organizaci\u00F3n o grupo colaborar"@es-GO . + "part\u00EDcipe"@es-GO . + "contribuyente"@es-GO . + "eventos en esta serie"@es-GO . + "tel\u00E9fono"@es-GO . + "evento al que asistieron"@es-GO . + "investigador en"@es-GO . + "en la serie de eventos"@es-GO . + "miembro de"@es-GO . + "a\u00F1o otorgado"@es-GO . + "parte de otro documento"@es-GO . + "ofrece servicio"@es-GO . + "revisor de"@es-GO . + "actividades cl\u00EDnicas"@es-GO . + "la educaci\u00F3n y la formaci\u00F3n"@es-GO . + "organizaci\u00F3n para el entrenamiento"@es-GO . + "p\u00E1gina web"@es-GO . + "jefe de"@es-GO . + "administra subvenci\u00F3n"@es-GO . + "p\u00E1gina web"@es-GO . + "p\u00E1gina web"@es-GO . + "actividades de ense\u00F1anza"@es-GO . + "recepci\u00F3n de"@es-GO . + "editores"@es-GO . + "personas"@es-GO . + "correo electr\u00F3nico principal"@es-GO . diff --git a/languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 b/languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 index 8a2b565e..32e3e2e1 100644 --- a/languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 +++ b/languages/es_GO/rdf/tbox/firsttime/initialTBoxAnnotations_es_GO.n3 @@ -1,903 +1,386 @@ - "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 . + "valor de tiempo de a\u00F1o - mes - d\u00EDa"@es-GO . + "relaciona"@es-GO . + "audici\u00F3n"@es-GO . + "invitado"@es-GO . + "v\u00EDdeo"@es-GO . + "colecci\u00F3n"@es-GO . + "pel\u00EDcula"@es-GO . + "Audio- Visual Documento"@es-GO . + "Papel cl\u00EDnica"@es-GO . + "n\u00FAmero de p\u00E1ginas"@es-GO . + "Clasificaci\u00F3n internacional de c\u00F3digos ( ICL)"@es-GO . + "libro"@es-GO . + "Grado Acad\u00E9mico"@es-GO . + "N\u00FAmero de Identificaci\u00F3n Est\u00E1ndar Amazon ( ASIN )"@es-GO . + "\u00BFEs esta persona un autor correspondiente ?"@es-GO . + "Formaci\u00F3n Postdoctoral"@es-GO . + "Editado libro"@es-GO . + "extracto"@es-GO . + "el UP"@es-GO . + "Fecha / hora de intervalo"@es-GO . + "gui\u00F3n"@es-GO . + "ejecutante"@es-GO . + "exposici\u00F3n"@es-GO . + "requisito previo para"@es-GO . + "Serie de talleres"@es-GO . + "apoyada por"@es-GO . + "departamento"@es-GO . + "museo"@es-GO . + "caracter\u00EDsticas"@es-GO . + "Documento de Comunicaci\u00F3n Personal"@es-GO . + "mapa"@es-GO . + "NIH Manuscrito Env\u00EDo de ID del sistema"@es-GO . + "enfoque geogr\u00E1fico de"@es-GO . + "n\u00FAmero de licencia"@es-GO . + "citado por"@es-GO . + "Co- Investigador Principal Rol"@es-GO . + "lugar de publicaci\u00F3n"@es-GO . + "art\u00EDculo Acad\u00E9mico"@es-GO . + "nombre o inicial"@es-GO . + "instituto"@es-GO . + "corte"@es-GO . + "base de datos"@es-GO . + "lugar de publicaci\u00F3n de"@es-GO . + "facilidad"@es-GO . + "estatuto"@es-GO . + "Blog del anuncio"@es-GO . + "cuesti\u00F3n"@es-GO . + "estudiante"@es-GO . + "emisor"@es-GO . + "pa\u00EDs"@es-GO . + "transcripci\u00F3n de"@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 . + "documentos relacionados"@es-GO . + "campo principal de grado"@es-GO . + "Editor de funciones"@es-GO . + "imagen"@es-GO . + "proporciona fondos para"@es-GO . + "geopol\u00EDtica Entidad"@es-GO . + "cuesti\u00F3n"@es-GO . + "actas"@es-GO . + "conferencia"@es-GO . + "HR puesto de trabajo"@es-GO . + "Estudio de caso"@es-GO . "Unidad de Extensi\u00F3n"@es-GO . - "cuenta de correo electr\u00F3nico"@es-GO . + "subcontratado a trav\u00E9s de"@es-GO . + "Prestaci\u00F3n de Servicios de Laboratorio"@es-GO . + "financiaci\u00F3n proporcionada a trav\u00E9s de"@es-GO . + "Scopus ID"@es-GO . + "ofrecido por"@es-GO . + "cesionarios"@es-GO . + "la candidatura al grado"@es-GO . + "\u00E1reas de investigaci\u00F3n"@es-GO . + "Comunicado de prensa"@es-GO . + "Bibontology"@es-GO . + "Ciclo de Conferencias"@es-GO . + "organizaci\u00F3n sucesora"@es-GO . + "informe"@es-GO . + "T\u00EDtulo que otorga"@es-GO . + "International Standard Book Number (ISBN ) 13"@es-GO . + "ubicaci\u00F3n"@es-GO . + "n\u00FAmero de plazas"@es-GO . + "Estado del documento"@es-GO . + "decisi\u00F3n"@es-GO . + "biblioteca"@es-GO . + "Ubicaci\u00F3n geogr\u00E1fica"@es-GO . + "materia de"@es-GO . + "cita"@es-GO . + "Conjunto de datos"@es-GO . + "contribuyente"@es-GO . + "Art\u00EDculo serie y Contribuci\u00F3n Identificador ( SICI )"@es-GO . + "No docente"@es-GO . + "departamento o nombre de la escuela dentro de la instituci\u00F3n"@es-GO . + "Laboratorio Core"@es-GO . + "t\u00EDtulo relacionado"@es-GO . + "relacionados por"@es-GO . + "cap\u00EDtulo"@es-GO . + "cita"@es-GO . + "p\u00E1gina final"@es-GO . + "cuenta con equipos"@es-GO . + "premio local ID"@es-GO . + "habitaci\u00F3n"@es-GO . + "borrador"@es-GO . + "reportero de la corte"@es-GO . + "publicado EE.UU. Clasificaci\u00F3n Clase / subclase (CCL ) c\u00F3digo"@es-GO . + "peri\u00F3dico"@es-GO . + "traductor"@es-GO . + "Caso de Documentos Legales"@es-GO . + "persona"@es-GO . + "abstracto"@es-GO . + "profesi\u00F3n de escritor"@es-GO . + "competencia"@es-GO . + "relaci\u00F3n"@es-GO . + "A\u00F1o Acad\u00E9mico"@es-GO . + "beneficiario"@es-GO . + "ense\u00F1anza visi\u00F3n general"@es-GO . + "Regi\u00F3n Geogr\u00E1fica"@es-GO . + "traducci\u00F3n"@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 . + "URI"@es-GO . + "fundaci\u00F3n"@es-GO . + "Residencia M\u00E9dica"@es-GO . + "importe total de la adjudicaci\u00F3n"@es-GO . + "entrevista"@es-GO . + "Graduate Asesoramiento Relaci\u00F3n"@es-GO . + "c\u00F3digo"@es-GO . + "Faculty Position Administrativo"@es-GO . + "asistente Rol"@es-GO . + "visi\u00F3n de conjunto"@es-GO . + "Organizaci\u00F3n Financiadora"@es-GO . + "asignado por"@es-GO . + "Fecha / Hora Valor"@es-GO . + "descripci\u00F3n"@es-GO . + "distribuye la financiaci\u00F3n de"@es-GO . + "nombre de prefijo"@es-GO . + "escuela"@es-GO . "revista"@es-GO . - "nombre de la unidad organizativa"@es-GO . - "revisado en"@es-GO . + "Posici\u00F3n bibliotecario"@es-GO . + "fecha de emisi\u00F3n"@es-GO . + "proyecto final de carrera"@es-GO . + "Secci\u00F3n libro"@es-GO . + "organizaci\u00F3n predecesora"@es-GO . + "legislaci\u00F3n"@es-GO . + "Organizador Papel"@es-GO . + "F1000 Enlace"@es-GO . + "reproduce"@es-GO . + "Posici\u00F3n no acad\u00E9mico"@es-GO . + "presentado en evento"@es-GO . + "proporciona fondos a trav\u00E9s"@es-GO . + "invertido por"@es-GO . + "Documento de trabajo"@es-GO . + "Presentaci\u00F3n"@es-GO . + "Premio de Honor o"@es-GO . + "sitio web"@es-GO . + "profesor Em\u00E9rito"@es-GO . + "editorial"@es-GO . + "anota"@es-GO . + "comit\u00E9"@es-GO . + "Serie de eventos"@es-GO . + "identificador"@es-GO . + "credencial expedida"@es-GO . + "evento"@es-GO . + "eRA Commons ID"@es-GO . + "licencia"@es-GO . + "Premio patrocinado por"@es-GO . + "Agencia Gubernamental"@es-GO . + "publicado"@es-GO . + "tiene valor"@es-GO . + "Proceso Educativo"@es-GO . + "identificador"@es-GO . + "revisi\u00F3n"@es-GO . + "Postdoctorado o Fellow Asesoramiento Relaci\u00F3n"@es-GO . + "Papel del profesor"@es-GO . + "visi\u00F3n general de divulgaci\u00F3n"@es-GO . + "apoyada por"@es-GO . + "fecha / hora precisi\u00F3n"@es-GO . + "editor"@es-GO . + "Outreach proveedor de funciones"@es-GO . + "nota"@es-GO . + "Funci\u00F3n de administrador"@es-GO . + "Faculty Position"@es-GO . + "International Standard Book Number (ISBN ) 10"@es-GO . + "EAN International- Uniform Code Council (EAN- UCC) 13"@es-GO . + "Vitro Ontolog\u00EDa P\u00FAblica"@es-GO . + "edificio"@es-GO . + "manual"@es-GO . + "palabras clave"@es-GO . + "rechazado"@es-GO . + "International Standard Serial Number (ISSN )"@es-GO . + "concepto asociado"@es-GO . + "valor del a\u00F1o"@es-GO . + "continente"@es-GO . + "Propuesta de Investigaci\u00F3n"@es-GO . + "orden de visualizaci\u00F3n preferida"@es-GO . + "discurso"@es-GO . + "informaci\u00F3n de contacto"@es-GO . + "divisi\u00F3n"@es-GO . + "director"@es-GO . + "patente"@es-GO . + "tiene prerrequisito"@es-GO . + "revisi\u00F3n de"@es-GO . + "costos directos"@es-GO . + "enfoque geogr\u00E1fico"@es-GO . + "campus"@es-GO . + "centro"@es-GO . + "abstracto"@es-GO . + "tiene organizaci\u00F3n afiliada"@es-GO . + "distribuidor"@es-GO . + "Regi\u00F3n subnacional"@es-GO . + "asociaci\u00F3n"@es-GO . + "manuscrito"@es-GO . + "No Facultad Acad\u00E9mica Posici\u00F3n"@es-GO . + "Proceso Asistir"@es-GO . + "identificador de informe"@es-GO . + "diapositiva"@es-GO . + "Documento de la Conferencia"@es-GO . + "Revisor Rol"@es-GO . + "n\u00FAmero de patente"@es-GO . + "documento Audio"@es-GO . + "n\u00FAmero de cap\u00EDtulo"@es-GO . + "Conferencia invitada"@es-GO . "aceptado"@es-GO . + "internado"@es-GO . + "Empresa privada"@es-GO . + "tiene valor monetario"@es-GO . + "revisado en"@es-GO . + "soportes"@es-GO . + "agente"@es-GO . + "contrato"@es-GO . + "documento legal"@es-GO . + "Papel miembro"@es-GO . + "Fuente de referencia"@es-GO . + "cat\u00E1logo"@es-GO . + "decisi\u00F3n judicial posterior"@es-GO . + "equipo"@es-GO . + "actas"@es-GO . + "tiene traducci\u00F3n"@es-GO . + "subcontratos otorgan"@es-GO . + "laboratorio"@es-GO . + "Premio o del recibo de Honor"@es-GO . + "revista"@es-GO . + "Conferencia Poster"@es-GO . + "breve"@es-GO . + "empresa"@es-GO . + "taller"@es-GO . + "Posici\u00F3n Postdoctoral"@es-GO . + "traductor de"@es-GO . + "organizaci\u00F3n"@es-GO . + "curso"@es-GO . + "documento Collected"@es-GO . + "hoja informativa"@es-GO . + "aconsejado Rol"@es-GO . + "actas de"@es-GO . + "visi\u00F3n general de investigaci\u00F3n"@es-GO . + "informaci\u00F3n adicional"@es-GO . + "pares revisado"@es-GO . + "art\u00EDculo Editorial"@es-GO . + "reuni\u00F3n"@es-GO . + "distribuye"@es-GO . + "tiene \u00E1rea tem\u00E1tica"@es-GO . + "t\u00E9rmino etiqueta"@es-GO . + "rendimiento"@es-GO . + "Lugar Poblado"@es-GO . + "rango"@es-GO . + "credencial"@es-GO . + "condado"@es-GO . + "Facultad relaci\u00F3n de mentor\u00EDa"@es-GO . + "cesionario de la patente"@es-GO . + "equipo"@es-GO . + "Miembro Em\u00E9rito de la Facultad"@es-GO . + "FileByteStream"@es-GO . + "posici\u00F3n"@es-GO . + "Presentador Rol"@es-GO . + "relaci\u00F3n"@es-GO . + "Estado o Provincia"@es-GO . + "fecha de presentaci\u00F3n"@es-GO . + "est\u00E1ndar"@es-GO . + "serie"@es-GO . + "coden"@es-GO . + "N\u00FAmero Online Computer Library Center ( OCLC )"@es-GO . + "miembro de la Facultad"@es-GO . + "certificado"@es-GO . + "p\u00E1gina de inicio"@es-GO . + "peri\u00F3dico"@es-GO . + "ofertas"@es-GO . + "publicaciones apoyadas u otras obras"@es-GO . + "Vitro internos"@es-GO . + "PubMed ID"@es-GO . + "equipos para"@es-GO . + "fecha de expiraci\u00F3n"@es-GO . + "publicado en"@es-GO . + "\u00E1rea de investigaci\u00F3n de"@es-GO . + "bibliotecario"@es-GO . + "Investigador Rol"@es-GO . + "proceso de organizaci\u00F3n"@es-GO . + "Proceso de Presentaci\u00F3n"@es-GO . + "estado"@es-GO . + "reproducido en"@es-GO . + "proyecto"@es-GO . + "valor de fecha / hora"@es-GO . + "entrevistador"@es-GO . + "contribuye a"@es-GO . + "presentado"@es-GO . + "tipo de t\u00E9rmino"@es-GO . + "expediente"@es-GO . + "Proceso de Asesoramiento"@es-GO . + "Departamento Acad\u00E9mico"@es-GO . + "hospital"@es-GO . + "volumen"@es-GO . + "traducci\u00F3n de"@es-GO . + "L\u00EDder Papel"@es-GO . + "Descripci\u00F3n corta"@es-GO . + "edici\u00F3n"@es-GO . + "premio patrocinador ID"@es-GO . + "Relaci\u00F3n Asesoramiento"@es-GO . + "de referencia del documento"@es-GO . + "Investigador Principal Rol"@es-GO . + "colegio"@es-GO . + "Estudiantes de Posgrado"@es-GO . + "tiene colaborador"@es-GO . + "comienzo"@es-GO . + "FOAF ( Friend of a Friend)"@es-GO . + "Organizaci\u00F3n cl\u00EDnica"@es-GO . + "programa"@es-GO . + "editor"@es-GO . + "ORCID iD"@es-GO . + "Periodo acad\u00E9mico"@es-GO . + "n\u00FAmero"@es-GO . + "Asesor Rol"@es-GO . + "presentaci\u00F3n"@es-GO . + "Rol Cr\u00EDtico"@es-GO . + "afirmada por"@es-GO . + "N\u00FAmero Mundial de Art\u00EDculo Comercial ( GTIN- 14 )"@es-GO . + "in\u00E9dito"@es-GO . + "Postdoctorado"@es-GO . + "Posici\u00F3n primaria"@es-GO . + "concepto para"@es-GO . + "en prensa"@es-GO . + "localizador"@es-GO . + "Blog"@es-GO . + "Researcher Rol"@es-GO . + "elegibilidad credencial alcanzado"@es-GO . + "presentado en"@es-GO . + "autoridad de gobierno para"@es-GO . + "valor del a\u00F1o - mes"@es-GO . + "grupo"@es-GO . + "art\u00EDculo"@es-GO . + "bibliotecario Em\u00E9rito"@es-GO . + "consorcio"@es-GO . + "subvenci\u00F3n"@es-GO . + "Relaci\u00F3n Asesoramiento Pregrado"@es-GO . + "Estudiantes de Pregrado"@es-GO . + "universidad"@es-GO . + "cesionario"@es-GO . + "cr\u00E9ditos"@es-GO . + "v\u00E1lida en"@es-GO . + "valor del a\u00F1o - mes - d\u00EDa"@es-GO . + "contribuyente"@es-GO . + "Organizaci\u00F3n de Estudiantes"@es-GO . + "esconderse de pantalla"@es-GO . + "entrevistado"@es-GO . + "No Facultad Acad\u00E9mica"@es-GO . + "carta"@es-GO . + "tiene instalaciones"@es-GO . + "PubMed Central ID"@es-GO . + "Fecha / hora Valor de precisi\u00F3n"@es-GO . + "Biblioteca del Congreso N\u00FAmero de control ( LCCN )"@es-GO . + "tesis"@es-GO . + "puntuaci\u00F3n"@es-GO . + "abreviatura"@es-GO . + "autoridad de gobierno"@es-GO . + "editor de"@es-GO . + "documento"@es-GO . + "Identificador de Objetos Digitales (DOI )"@es-GO . + "proyecto de ley"@es-GO . + "intervalo de fecha / hora"@es-GO . + "final"@es-GO . + "ISI Researcher ID"@es-GO . + "premio u honor patrocinadores"@es-GO . + "C\u00F3digo Universal de Producto ( UPC)"@es-GO . + "Licencias"@es-GO . + "Certificaci\u00F3n"@es-GO . + "Electronic International Standard Serial Number ( EISSN )"@es-GO . + "Organizaci\u00F3n de Investigaci\u00F3n"@es-GO . diff --git a/languages/es_GO/themes/wilma/i18n/all_es_GO.properties b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties index d784a516..15e845cc 100644 --- a/languages/es_GO/themes/wilma/i18n/all_es_GO.properties +++ b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties @@ -109,7 +109,7 @@ websites = Websites advisee_label = etiqueta aconsejado advisor_label = etiqueta asesor candidate = candidato -candidate = candidatura +candidacy = candidacy advisingRel_label = Etiqueta de advertencia editor_abbreviated = Ed. @@ -230,10 +230,10 @@ fill_in_data = Rellene los datos help_capitalized = Ayudar fill_in_template_with_data = Complete la plantilla con sus datos. Puede completar varias plantillas si desea cosechar varios archivos a la vez. step_three = Paso 3 -upload_capitalized = Subir -uploaded_files = Archivos cargados upload_files = Cargar archivo(s) upload_completed_templates = Sube tu plantilla completa(s). +upload_capitalized = Subir +uploaded_files = Archivos cargados step_four = Paso 4 harvest_capitalized = Cosecha click_to_harvest = Haga clic en el botón para cosechar su archivo(s). @@ -682,8 +682,8 @@ or_add_new_one = o añadir uno nuevo. vocabulary_service_unavailable = Se ha encontrado un error en la ejecución de esta búsqueda. no_serch_results_found = No se han encontrado resultados de búsqueda. label_type = Label (Tipo) -definition_capitalized = Definición label_altLabels = Label (Etiquetas alternos) +definition_capitalized = Definición best_match = Mejor resultado select_term_from_results = Por favor, seleccione al menos un término de los resultados de búsqueda de búsqueda. select_vocabulary_source_to_search = Por favor, seleccione al menos una fuente externa vocabulario para buscar. @@ -828,10 +828,10 @@ enter_telephone_number = Por favor, introduzca un valor en el campo Número de t email_address = Dirección de Correo Electrónico email_address_for = dirección de correo electrónico para enter_email_address = Por favor, introduzca un valor en el campo Dirección de Correo Electrónico. -first_name = Primer nombre -last_name = Apellido full_name = Nombre completo full_name_for = nombre completo de +first_name = Primer nombre +last_name = Apellido title_not_found = Título no encontrada. speeches_capitalized = Discursos theses_capitalized = Tesis @@ -876,4 +876,4 @@ administering_organization_for = administración de la organización para missing_credential = falta credencial grant_administered_by = conceder administrado por missing_grant = falta de subvención -editor_of_entry = editor de para \ No newline at end of file +editor_of_entry = editor de para From 1b934b6176cf9a2bb30a0c946342b75b0e794863 Mon Sep 17 00:00:00 2001 From: Jon Corson-Rikert Date: Mon, 9 Dec 2013 18:46:18 -0500 Subject: [PATCH 5/7] Further tweaks to display, domain and range settings for properties that had been missing inverse property statements. Setting skos:related to be an owl:SymmetricProperty --- rdf/tbox/filegraph/object-properties.owl | 25 +++++-- rdf/tbox/firsttime/initialTBoxAnnotations.n3 | 72 +++++++++++++++----- 2 files changed, 73 insertions(+), 24 deletions(-) diff --git a/rdf/tbox/filegraph/object-properties.owl b/rdf/tbox/filegraph/object-properties.owl index d59bc291..bd028855 100644 --- a/rdf/tbox/filegraph/object-properties.owl +++ b/rdf/tbox/filegraph/object-properties.owl @@ -97,7 +97,10 @@ - + + + + @@ -110,6 +113,8 @@ http://unstats.un.org/unsd/methods/m49/m49chang.htm http://unstats.un.org/unsd/methods/m49/m49chgef.htm + + @@ -122,6 +127,8 @@ United Nations Statistics Division http://unstats.un.org/unsd/methods/m49/m49chang.htm http://unstats.un.org/unsd/methods/m49/m49chang.htm http://unstats.un.org/unsd/methods/m49/m49chgef.htm + + @@ -242,7 +249,7 @@ - + Brian Druker has expertise in cancer research. PERSON: Melissa Haendel PERSON: Melissa Haendel @@ -771,7 +778,7 @@ there is a measurement process p that has specified output m, a measurement datu - + Alan Ruttenberg Liju Fan c is_manufactured_by o means that there was a process p in which c was built in which a person, or set of people or machines did the work(bore the "Manufacturer Role", and those people/and or machines were members or of directed by the organization to do this. @@ -1202,11 +1209,12 @@ there is a measurement process p that has specified output m, a measurement datu - Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . http://purl.org/ontology/bibo/ Relates a translated document to the original document. stable + + @@ -1214,6 +1222,8 @@ there is a measurement process p that has specified output m, a measurement datu + + @@ -1403,6 +1413,8 @@ there is a measurement process p that has specified output m, a measurement datu Examples shows a book has French language version. Public description source: http://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/index.html . + + @@ -1524,6 +1536,7 @@ there is a measurement process p that has specified output m, a measurement datu + @@ -1625,9 +1638,9 @@ there is a measurement process p that has specified output m, a measurement datu - + - + diff --git a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 index 28aaa3ff..2e6c7ee0 100644 --- a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 +++ b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 @@ -2033,7 +2033,10 @@ vivo:courseCredits vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:publicDescriptionAnnot - "Number of credits assigned a course by an learning institution."^^xsd:string . + "Number of credits assigned a course by an learning institution."^^xsd:string ; + vitro:inPropertyGroupAnnot + . + vcard:note rdfs:label "note"@en-US . @@ -2370,6 +2373,8 @@ vivo:grantSubcontractedThrough vitro:publicDescriptionAnnot "This relates a grant to the organization awarding the sub-contract for the grant."^^xsd:string ; vitro:selectFromExistingAnnot + "true"^^xsd:boolean ; + vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean . obo:ERO_0001260 @@ -2959,12 +2964,16 @@ obo:ERO_0000395 geo:isSuccessorOf rdfs:label "is successor of"@en-US ; + vitro:displayRankAnnot + "92"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . geo:agriculturalAreaUnit rdfs:label "agricultural area unit"@en-US ; @@ -3021,12 +3030,20 @@ vivo:hasPrerequisite rdfs:label "has prerequisite"@en-US ; vitro:fullPropertyNameAnnot "hasPrerequisite"^^xsd:string ; + vitro:displayLimitAnnot + "5"^^xsd:int ; + vitro:displayRankAnnot + "40"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:offerCreateNewOptionAnnot + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . vivo:Database rdfs:label "Database"@en-US ; @@ -3269,12 +3286,16 @@ obo:RO_0002233 geo:isPredecessorOf rdfs:label "is predecessor of"@en-US ; + vitro:displayRankAnnot + "94"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . vivo:EmeritusLibrarian rdfs:label "Librarian Emeritus"@en-US ; @@ -3429,7 +3450,7 @@ bibo:translationOf vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot - "50"^^xsd:int ; + "52"^^xsd:int ; vitro:fullPropertyNameAnnot "translation of"^^xsd:string ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -3472,7 +3493,11 @@ geo:hasBorderWith vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:displayRankAnnot + "69"^^xsd:int ; + vitro:inPropertyGroupAnnot + . bibo:performer rdfs:label "performer"@en-US ; @@ -3584,13 +3609,18 @@ geo:validUntil . geo:hasMember - rdfs:label "has member"@en-US ; + rdfs:label "has member country or territory"@en-US ; + vitro:displayRankAnnot + "65"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . + bibo:eissn rdfs:label "Electronic International Standard Serial Number (EISSN)"@en-US ; @@ -4211,13 +4241,18 @@ geo:validSince . geo:isInGroup - rdfs:label "is in group"@en-US ; + rdfs:label "in geographic grouping"@en-US ; + vitro:displayRankAnnot + "67"^^xsd:int ; vitro:hiddenFromDisplayBelowRoleLevelAnnot ; vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . + vivo:EditorialArticle rdfs:label "Editorial Article"@en-US ; @@ -5845,7 +5880,7 @@ vivo:prerequisiteFor vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot - "40"^^xsd:int ; + "42"^^xsd:int ; vitro:fullPropertyNameAnnot "prerequisite for"^^xsd:string ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -5855,7 +5890,11 @@ vivo:prerequisiteFor vitro:prohibitedFromUpdateBelowRoleLevelAnnot ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:offerCreateNewOptionAnnot + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . bibo:isbn13 rdfs:label "International Standard Book Number (ISBN) 13"@en-US ; @@ -5946,6 +5985,8 @@ vivo:translatorOf vitro:publicDescriptionAnnot "This relates something as the translator of an information resource."^^xsd:string ; vitro:selectFromExistingAnnot + "true"^^xsd:boolean ; + vitro:offerCreateNewOptionAnnot "true"^^xsd:boolean . bibo:Document @@ -6155,7 +6196,7 @@ vivo:hasTranslation vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot - "50"^^xsd:int ; + "51"^^xsd:int ; vitro:fullPropertyNameAnnot "has translation"^^xsd:string ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -7691,11 +7732,6 @@ geo:HDIYear vitro:hiddenFromDisplayBelowRoleLevelAnnot . -geo:isInGroup - vitro:hiddenFromDisplayBelowRoleLevelAnnot - . - - geo:hasMaxLatitude vitro:hiddenFromDisplayBelowRoleLevelAnnot . From c8d6132eb403a2d02435a337d3223b44a499143a Mon Sep 17 00:00:00 2001 From: Jon Corson-Rikert Date: Tue, 10 Dec 2013 08:08:38 -0500 Subject: [PATCH 6/7] =?UTF-8?q?minor=20tweaks=20plus=20adding=20date/time?= =?UTF-8?q?=20value=20custom=20form=20annotations=20to=20date=20filed,=20d?= =?UTF-8?q?ate=20issued,=20globalcountdate,=20date=20expires=20that=20don?= =?UTF-8?q?=E2=80=99t=20q=20quite=20work=20yet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/tbox/firsttime/initialTBoxAnnotations.n3 | 26 +++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 index b0255c72..d3a91ef4 100644 --- a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 +++ b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 @@ -320,13 +320,13 @@ vivo:GovernmentAgency . skos:narrower - rdfs:label "narrower term"@en-US ; + rdfs:label "narrower concept"@en-US ; vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddConceptThroughObjectPropertyGenerator"^^xsd:string ; vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot - "50"^^xsd:int ; + "52"^^xsd:int ; vitro:fullPropertyNameAnnot "narrower term"^^xsd:string ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -338,7 +338,9 @@ skos:narrower vitro:publicDescriptionAnnot "This relates a term that is narrower in meaning (i.e. more specific) to another term that is broader in meaning, where the scope (meaning) of narrower term falls completely within the scope of the broader term."^^xsd:string ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . vivo:affiliatedOrganization rdfs:label "has affiliated organization"@en-US ; @@ -1224,6 +1226,8 @@ obo:IAO_0000007 vivo:expirationDate rdfs:label "expiration date"@en-US ; + vitro:customEntryFormAnnot + "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator"^^xsd:string ; vitro:displayLimitAnnot "1"^^xsd:int ; vitro:displayRankAnnot @@ -5120,6 +5124,8 @@ bibo:Interview rdfs:label "has global count date"@en-US ; + vitro:customEntryFormAnnot + "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator"^^xsd:string ; vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot @@ -5320,13 +5326,13 @@ vivo:termLabel . skos:related - rdfs:label "related"@en-US ; + rdfs:label "related concept"@en-US ; vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddConceptThroughObjectPropertyGenerator"^^xsd:string ; vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot - "60"^^xsd:int ; + "54"^^xsd:int ; vitro:fullPropertyNameAnnot "related"^^xsd:string ; vitro:hiddenFromDisplayBelowRoleLevelAnnot @@ -5338,7 +5344,9 @@ skos:related vitro:publicDescriptionAnnot "This indicates when a term is related to another term in the same vocabulary."^^xsd:string ; vitro:selectFromExistingAnnot - "true"^^xsd:boolean . + "true"^^xsd:boolean ; + vitro:inPropertyGroupAnnot + . obo:BFO_0000148 rdfs:label "Zero-Dimensional Temporal Region"@en-US . @@ -6248,6 +6256,8 @@ geo:nameShortES vivo:dateIssued rdfs:label "date issued"@en-US ; + vitro:customEntryFormAnnot + "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator"^^xsd:string ; vitro:displayLimitAnnot "1"^^xsd:int ; vitro:displayRankAnnot @@ -7101,6 +7111,8 @@ vcard:hasSound vivo:dateFiled rdfs:label "date filed"@en-US ; + vitro:customEntryFormAnnot + "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator"^^xsd:string ; vitro:displayLimitAnnot "1"^^xsd:int ; vitro:displayRankAnnot @@ -7653,6 +7665,8 @@ vcard:OrganizationUnitName vivo:dateTime rdfs:label "date/time"@en-US , "date/time"@en-US ; + vitro:customEntryFormAnnot + "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.DateTimeValueFormGenerator"^^xsd:string ; vitro:displayLimitAnnot "5"^^xsd:int ; vitro:displayRankAnnot From 62ac5106da7848261648bb91606eb859aab31a09 Mon Sep 17 00:00:00 2001 From: Jon Corson-Rikert Date: Tue, 10 Dec 2013 09:55:28 -0500 Subject: [PATCH 7/7] changed label from broader term to broader concept --- rdf/tbox/firsttime/initialTBoxAnnotations.n3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 index d3a91ef4..77c12f0f 100644 --- a/rdf/tbox/firsttime/initialTBoxAnnotations.n3 +++ b/rdf/tbox/firsttime/initialTBoxAnnotations.n3 @@ -4991,7 +4991,7 @@ obo:ERO_0001245 "true"^^xsd:boolean . skos:broader - rdfs:label "broader term"@en-US ; + rdfs:label "broader concept"@en-US ; vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddConceptThroughObjectPropertyGenerator"^^xsd:string ; vitro:displayLimitAnnot