Link to this page
Multiplex Classification Ontology for the HyperKvasir Experiment
Last uploaded:
September 7, 2024
Jump to:
Id | http://multiplex_example.org/my_ontology.owl#_any_instance
http://multiplex_example.org/my_ontology.owl#_any_instance
|
---|---|
Preferred Name | _any_instance |
Type | http://www.w3.org/2002/07/owl#Class |
All Properties
ontology_comment | No additional comment.
|
---|---|
prefLabel | _any_instance
|
readme | This is ontology was created using the Multiplex Classification Framework. The structure of the ontology is hierarchical, where all classes are grouped into disjoint unions, except for the root class (_any_instance).
Meaning of class annotations:
- class_path: String with a unique identifier used in the original file, which includes the information about all the ascendent classes from the given class together with their corresponding trees. ':' is used to separate a tree and its classes, '.' is used to separate a class from its subclass, and '~' is used to separate a class and its subsidiary tree.
- associated_compound_classes: List of compound classes associated with the given class ('_none' is the default value if there is no associated class). An instance belongs to a given associated class if it belongs to all the classes that have such class under this data field. For example, if the classes 'heart' and 'ultrasound' have the associated class 'echocardiogram', then any instance that belongs both to 'heart' and 'ultrasound' should be classified also as 'echocardiogram'.
- preprocessed_from: List of all the classes present in the initial ontology, that were merged into the given class during preprocessing ('_none' by default). For example, if the class 'ct_scan' has 'ct' and 'computed_tomography' as 'preprocessed_from', it means that the original ontology included such classes, and their names were merged into 'ct_scan' (which may also have been present originally).
- tree_name: This ontology was created from a file including different class trees. This field refers to the tree_name present in such original file.
|
prefixIRI | _any_instance
|
date | 2024-09-07
|
subClassOf | |
type |
Add comment
Delete | Subject | Author | Type | Created |
---|---|---|---|---|
No notes to display |
- Problem retrieving properties:
Notes
Filter:
Add NCBO Web Widgets to your site for MCO4HKE
Widget type | Widget demonstration |
---|---|
|
Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class) Example 3 (get the preferred name for a class) Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <iframe frameborder="0" src="/widgets/visualization?ontology=MCO4HKE&class=http%3A%2F%2Fmultiplex_example.org%2Fmy_ontology.owl%23esophagitis&apikey=YOUR_API_KEY"></iframe> For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "MCO4HKE" }); You can also view a detailed demonstration For more help visit NCBO Widget Wiki |