NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

Page info
title
title

Panel
titleContents of this Page
Table of Contents
minLevel2

...

Introduction

This document is a section of the Loader Guide. It was formerly the LexEVS v5.0 Loader Mapping Guide.

For the LexEVS v5.1 enhancements to the RRF loader, see the Loader Source Mapping section.

OWL Mapping - 4.2.1

OWL: RDF Schema Features

OWL Mapping - Protégé (4.2.1)

OWL Element

LexGrid

Comments

OWL: RDF Schema Features

owl:ontology

codingScheme

xml:lang

codingScheme.defaultLanguage

Default is 'en'

dc:title

codingScheme.formalName

rdfs:label

codingScheme.localName

URI

codingScheme.registeredName

owl:versionInfo

codingScheme.representsVersion

Default is 'UNASSIGNED'

dc:rights

codingScheme.copyright

 

owl:Class (Thing, Nothing)

concept

rdf:ID

concept.conceptCode

 

concept.isActive

Hard coded as "Active"

 

concept.isAnonymous

rsfs:label

concept.entityDescription

rdf:comment

concept.comment

 

rdfs:subClassOf

association

 

association.id = "subClassOf"

 

association.forwardName = "subClassOf"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

 

 

 

rdf:Property (ObjectProperty)

association

An association between two classes (hasDomain, hasRange)

 

rdf:Property (DatatypeProperty)

association
concept.conceptProperty

An association between one class (domain) and one asscoication (hasDomain and hasDataProperty). The conceptProperty defines the range.

 

rdfs:subPropertyOf

association

 

association.id = "subPropertyOf"

 

association.forwardName = "subPropertyOf"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

 

 

 

 

rdfs:domain

association

 

association.id = "hasDomain"

 

association.forwardName = "hasDomain"

 

association.isNavigable = "true"

 

 

 

 

rdfs:range

association

 

association.id = "hasRange"

 

association.forwardName = "hasRange"

 

association.isNavigable = "true"

 

 

 

 

Individual

association

A 'hasInstance' association is created. (ie. sourceId = Country, targetId = America)

 

association.id = "hasInstance"

...

LexGrid Text Mapping

 

Source Definition

Comments

 

Column

1

2

3

4

5

6

7

8

 

Line

1

<codingSchemeName>

<codingSchemeId>

<defaultLanguage>

<formalName>

No Format
[<version>]
No Format
[<source>]
No Format
[<description>]
No Format
[<copyright>]

This must be the first line. It contains the coding scheme metadata.

 

2

No Format
[<code>]

<name>

_description_

Beginning of concepts in coding scheme.

3

No Format
[<code>]

<name>

_description_

Represent hierarchical 'hasSubtype' relationship nesting (name hasSubtype name)

Text Element

LexGrid

Comments

 

Coding Scheme

 

codingSchemeName

codingScheme.codingSchemeName

 

 

codingSchemeId

codingScheme.codingSchemeId

 

 

defaultLanguage

codingScheme.defaultLanguage

 

 

formalName

codingScheme.formalName

 

version

codingScheme.representsVersion

Optional

 

source

codingScheme.source

Optional

 

description

codingScheme.entityDescription

Optional

 

copyright

codingScheme.copyright

Optional

 

Concepts

 

code

concept.conceptCode

Optional

 

name

concept.conceptName

 

description

concept.entityDescription

Optional

...


Scrollbar
iconsfalse