NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance Monday, July 22nd between 1700 ET and 1800 ET and will be unavailable during this period.
Please ensure all work is saved before said time.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Versions Compared

Key

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

...

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"

 

association.isReflexive="true"

 

association.isSymmetric="false"

 

association.isTransitive="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"

 

association.isReflexive="true"

 

association.isSymmetric="false"

 

association.isTransitive="true"

rdfs:domain

association

 

association.id = "hasDomain"

 

association.forwardName = "hasDomain"

 

association.isNavigable = "true"

 

association.isReflexive="true"

 

association.isSymmetric="false"

 

association.isTransitive="true"

rdfs:range

association

 

association.id = "hasRange"

 

association.forwardName = "hasRange"

 

association.isNavigable = "true"

 

association.isReflexive="false"

 

association.isSymmetric="false"

 

association.isTransitive="false"

Individual

association

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

 

association.id = "hasInstance"

OWL (In)Equality

 

 

owl:equivalentClass

association

 

association.id = "equivalentClass"

 

association.forwardName = "equivalentClass"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

 

association.isReflexive="true"

 

association.isSymmetric="true"

 

association.isTransitive="true"

 

association.reverseName="equivalentClass"

owl:equivalentProperty

association

 

association.id = "equivalentProperty"

 

association.forwardName = "equivalentProperty"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

 

association.isReflexive="true"

 

association.isSymmetric="true"

 

association.isTransitive="true"

 

association.reverseName="equivalentProperty"

 

 

 

 

owl:sameAs

association

 

association.id = "sameAs"

 

association.forwardName = "sameAs"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

 

 

 

 

association.isReflexive="true"

association.isSymmetric="true"

association.isTransitive="true"

association.reverseName="sameAs"

 

differentFrom

association

 

association.id = "differentFrom"

 

association.forwardName = "differentFrom"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

association.isReflexive="true"

association.isSymmetric="true"

 

 

 

association.isTransitive="true"

 

association.reverseName= "differentFrom"

 

owl:AllDifferent

association

 

association.id = "AllDifferent"

 

association.forwardName = "AllDifferent"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

association.isReflexive="true"

 

 

 

association.isSymmetric="true"

association.isTransitive="true"

 

association.reverseName= "AllDifferent"

 

OWL: Property Characteristics

 

 

owl:inverseOf

association

association.id = "inverseOf"

association.forwardName = "inverseOf"

association.isFunctional = "false"

association.isNavigable = "true"

 

association.id isReflexive="inverseOftrue"

 

association.forwardName isSymmetric="inverseOftrue"

 

association.isFunctional isTransitive="falsetrue"

 

association.isNavigable reverseName="trueinverseOf"

 

 

 

 

 

owl:TransitiveProperty

association.isTransitive

association property 'isTransitive'

owl:SymmetricProperty

association.isSymmetric

association property 'isSymmetric'

owl:InverseFunctionalProperty

association.isReverseFunctional

association property 'isReverseFunctional'

owl:FunctionalProperty

association.isFunctional

association property 'isFunctional'

OWL: Property Restrictions

 

 

owl:Restriction

concept

Create an anonymous concept for the restriction

 

concept.id

System generated

 

concept.isActive = true

 

concept.isAnonymous = true

Hardcoded "True"  

owl:onProperty

association.id

 

owl: allValuesFrom

concept.entityDescription

String of allValuesFrom values

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of allValuesFrom values

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:unionOf"  

owl: someValuesFrom

concept.entityDescription

String of someValuesFrom values

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of someValuesFrom values

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:intersectionOf"  

owl:intersectionOf

concept.entityDescription

String of intersectionOf values (ie. Pizza and not VegetarianPizza)

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of intersectionOf values (ie. Pizza and not VegetarianPizza)

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:intersectionOf"  

UnionOf

concept.conceptProperty.text = "owl:unionOf"

 

owl:complementOf

association

association.id = "subClassOf"  

owl:oneOf

concept.entityDescription

String of oneOf values

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of oneOf values

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:intersectionOf"

 

owl:hasValue

associationQualification.nameAndValueList.content

owl:minCardinality

concept.entityDescription

String of minCardinality Values (ie. (hasTopping min 3) and Pizza)

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of minCardinality Value (ie. (hasTopping min 3) and Pizza)

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:intersectionOf"

owl:maxCardinality

concept.entityDescription

String of maxCardinality Values (ie. (hasTopping max 2) and Pizza)

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of maxCardinality Values (ie. (hasTopping max 2) and Pizza)

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:intersectionOf"

 

String of cardinality Values

owl:cardinality

concept.entityDescription

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

String of cardinality Values

 

concept.conceptProperty.propertyId

Generated value for property using "P" concatenated with a steadily incremented numerical value.

 

concept.conceptProperty.propertyName = type

Hardcoded "type"

 

concept.conceptProperty.text = "owl:intersectionOf"

 

owl:disjointWith

association

association.id = "disjointWith"

OWL: Annotation Property

rdfs:label

Presentation

 

concept.presentation.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.presentation.propertyName = "textualPresentation"

Hardcoded "textualPresentation"

 

concept.presentation.isPreferred = true

Hardcoded "true"

 

concept.presentation.text

Value of rdfs:label

 

rdfs:comment

Comment

 

concept.comment.propertyId

Generated value for property textual presentation using "P" concatenated with a steadily incremented numerical value.

 

concept.comment.propertyName = "comment"

Hardcoded "comment"

 

concept.presentation.text

Value of rdfs:comment

 

rdfs:seeAlso

conceptProperty

rdfs:isDefinedBy

conceptProperty

OWL: Versioning

owl:versionInfo

codingScheme.representsVersion

priorVersion

Not Mapped

backwardCompatibleWith

Not Mapped

owl:incompatibleWith

association

 

association.id = "incompatibleWith"

 

association.forwardName = "incompatibleWith"

 

association.isFunctional = "false"

 

association.isNavigable = "true"

 

 

 

 

DeprecatedClass

Concept attribute setIsActive = false

Not Mapped

DeprecatedProperty

Not Mapped

...