Versions Compared

Key

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

Table of Contents

Overview

VIVO provides the ability to use external vocabularies to represent the research areas of scholars, and the concepts pertaining to scholarly works.  External vocabularies that provide RDF can be used with VIVO.  Using an external service, a curator, or page owner may query the external vocabulary for terms, and select terms representing the work or scholar.  The terms are fetched from the external service and added to the VIVO triple store.  Links from the work or person and added to connect the person or work to the selected term or terms.

See below

Image Added

Linking via concept services

From the VIVO 1.4 release announcement:

Many people have requested support for associating terms from established controlled vocabularies with people, publications, grants, organizations, and other types of data in VIVO. While small taxonomies or vocabularies may most easily be imported in their entirety into VIVO, a number of the more popular controlled vocabularies are very large in proportion to the number of terms likely to be referenced within a single VIVO instance. Incorporating terms by reference helps keep terms in sync as these vocabularies continue to evolve and is more consistent with linked data principles.

Stony Brook University's Department of Medical Bioinformatics, led by Dr. Moisés Eisenberg, hosts an RDF version of the National Library of Medicine's Unified Medical Language System or UMLS (http://www.nlm.nih.gov/research/umls/). Through a 2011 VIVO mini-grant, Stony Brook has developed a web service that accepts incoming term requests from VIVO and returns one or more matching UMLS concepts with stable URIs. VIVO displays the label associated with the UMLS concept but the concept's URI ensures that references remain unambiguous, even across multiple VIVO instances at different institutions.

The interface from VIVO to the UMLS service has been implemented to allow linking to additional vocabulary services such as GEMET (http://www.eionet.europa.eu/gemet), and we will offer additional choices in upcoming releases.

...

VIVO RDF statements referencing external concepts

When external concepts are added to VIVO, they retain their original URI from the external vocabulary.  Since we have no way of knowing whether these URIs represent OWL classes or RDF instance data, VIVO does not assert a type for the concepts, which will therefore only be interpreted as being of type owl:Thing.

subjectpredicateobject
http://vivo.cornell.edu/individual/individual22972http://vivoweb.org/ontology/core#hasResearchAreahttp://link.informatics.stonybrook.edu/umls/CUI/C1518584
http://link.informatics.stonybrook.edu/umls/CUI/C1518584rdfs:labelontology
http://vivo.cornell.edu/individual/individual22972http://vivoweb.org/ontology/core#hasResearchAreahttp://link.informatics.stonybrook.edu/umls/CUI/C0036612
http://link.informatics.stonybrook.edu/umls/CUI/C0036612  rdfs:labelsemantic
http://vivo.cornell.edu/individual/individual22972http://vivoweb.org/ontology/core#hasResearchAreahttp://www.eionet.europa.eu/gemet/concept/3645
http://www.eionet.europa.eu/gemet/concept/3645  rdfs:labelgeographic information system
http://vivo.cornell.edu/individual/individual22972http://vivoweb.org/ontology/core#hasResearchAreahttp://link.informatics.stonybrook.edu/umls/CUI/C0599807
http://link.informatics.stonybrook.edu/umls/CUI/C0599807rdfs:labelinformatics
http://vivo.cornell.edu/individual/individual22972http://vivoweb.org/ontology/core#hasResearchAreahttp://link.informatics.stonybrook.edu/umls/CUI/C0872261
http://link.informatics.stonybrook.edu/umls/CUI/C0872261  rdfs:labelrepository

Other vocabularies to potentially integrate as services

Agrovoc

National Agriculture Library Thesaurus

repositor

Adding a new external vocabulary service to VIVO

External vocabulary services are defined in the graph http://

...

vitro.

...

mannlib.

...

cornell.

...

edu/

...

Getty

Alternatives to VIVO's concept service connector

AIMS Newsletter no. 19, June 2013

The Hasselt University (Belgium) has developed an ontology plug-in which can be used as an authority tool in the submission process of any repository, document or content management system. It searches multiple thesauri and ontologies simultaneously by using a web service broker. The broker can be configured to access any web service.

At this moment, it searches AGROVOC webservice, and an ASKOSI server containing the AGROVOC, ASFA,Plant OntologyNERC-C19 ontology, and OceanExpert.

For more information:

...

filegraph/abox/vocabularySource.n3.  You can explore the contents of this graph by navigating to System Admin / Ingest tools / Manage Jena models.  Find vocabularySource.n3 in the list of models.  Click Output Model.  You will get a file containing the assertions made to define external vocabulary services in your VIVO.