Overview

The definition of attributes from IP and their transformation to elements in the VIVO ontology's schema.

Development Documents

XSLT Tutorial - http://www.w3schools.com/xsl/xsl_languages.asp

Xpath Tutorial - http://www.w3schools.com/xpath/default.asp

XSL-FO Tutorial - http://www.w3schools.com/xslfo/default.asp

IP to VIVO

Element/

Attribute | Name | Description | VIVO | Equivalence in RDF | Appears In |

E

Technology

Top Level element in All-Technology and contains one technology

V

RDF Element

<rfd:Description>

Main Citation

E

Type

There are 4 types of technology: Technology, Research Tool, Material, and Innovation

V

<rdf:Type ctsaip:Technology>
<rdf:Type ctsaip:Research Tool>
<rdf:Type ctsaip:Material>
<rdf:Type ctsaip:Innovation>

| Main Citation |

E

Title

The title of the technology

V

<rdfs:label>

Main Citation

E

Summary

The abstract of the technology

V

<bibo:abstract>

Main Citation

E

Description

The description of the technology

V

<core:description>

E

Advantage

The advantage(s) of the technology

V

<ctsaip:advantages>

Main Citation

E

Institution-tech-id

The unique identifier of the organization

V

<ctsaip:internalCaseNo>

Main Citation

E

Institution

The name of the organization that sponsors the technology

V

<rdf:Description><rdf:Type foaf:Organization> 

Organization

E

Contact-name

The name of the main contact person

V

<rdf:Description><rdf:Type foaf:Person> 

Person

E

Contact-email

The email of the contact person

V

<core:email>

Person

E

Inventor-first-name

The first name of the inventor

V

<foaf:firstName>

 

E

Inventor-last-name

The surname of the inventor

V

<foaf:lastName>

 

E

Institution-link

The website of the institution

V

<core:webpage>

Main Citation

E

Keywords

The keywords used to describe the technology

V

<core:freeTextKeyword>

 

E

Disease

The diseases that are of relevant to the technology

N/A

E

Status

The status of the technology

V

<bibo:status>

Main Citation

E

Ctsaip-link

The website of the technology

V

<core:webpage>

Main Citation

Data Parsing

Universities that require parsing for inventors and/or advantages data.

University

Parse from <tag> to <tag> (Keywords)

  • Columbia University *

<description> → <advantage> (Advantages)

<description> → <inventor-first-name><inventor-last-name> |

  • Cornell University *

<description> → <advantage> (Technical Merits)

  • Emory University *

<inventor-first-name> → <inventor-last-name>

<summary> → <advantage>(Highlights) |

  • Harvard University *

<summary> → <advantage>(INNOVATIONS & ADVANTAGES)

  • Medical University of South Carolina *

<summary> → <advantage>(Advantages)

<inventor-first-name> → <inventor-last-name> |

  • NIH *

<inventor-first-name> → <inventor-last-name>(, and)

  • Tufts University *

<summary> → <inventor-first-name><inventor-last-name>

  • University of Cincinnati *

<summary> → <advantage>(Advantages)

  • University of Michigan *

<description> → <advantage>(Advantages)

  • Vanderbilt *

<summary> → <inventor-first-name> <inventor-last-name>

Summary

Inventor

Implemented Features:

Unimplemented Features:

Implementation Detail: Case Analysis

Testing Data: Inventors.xml

Advantages

Unimplemented Features: